diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 10:07:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 10:07:12 +0000 |
commit | 76283fd6bb9d4356069a84d7ae6ff1ba56c9cbea (patch) | |
tree | c48e080ace6ab4ec1fdf3dbea0f0a39bdfdfe558 /emulators/Makefile | |
parent | e42c627abd370aa272fe5ed8ae83260d2352abe5 (diff) |
LIBDSK is a library for accessing disks and disk image files.
It is intended for use in:
* Allows CPMTOOLS use of emulator .DSK images.
* Emulator tools - converting between real floppy disks and disk images,
as CPCTRANS / PCWTRANS do under DOS.
* Floppy controller emulation backend
* Data transfer from/to real CP/M systems via serial line.
LIBDSK has drivers for:
Raw files (including /dev/fdn), .DSK files (CPCEMU, JOYCE and other
Sinclair/Amstrad emulators), MYZ80 hard drive image, NanoWasp floppy image,
.CFI (Compressed Floppy Image, as created by FDCOPY.COM under DOS),
Linux floppy drive (supports CPC System and Data formats, which the standard
"Raw file" driver does not), Windows 3.x/95/98/ME/NT/2000 floppy drive,
DOS floppy drive (via the PC BIOS), CopyQM files (read-only),
TeleDisk files (read-only), APRIDISK image files,
rcpmfs - makes a Unix/Windows directory appear to be a CP/M disc image.
WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/
PR: ports/120179
Submitted by: Sven Klose <pixel@hugbox.org>
Notes
Notes:
svn path=/head/; revision=207299
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 39cf455c194e..d42d761985fe 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -60,6 +60,7 @@ SUBDIR += klh10 SUBDIR += kqemu-kmod SUBDIR += lib765 + SUBDIR += libdsk SUBDIR += libspectrum SUBDIR += linux-ePSXe SUBDIR += linux-geepee32 |