diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-30 00:17:00 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-30 00:17:00 +0800 |
commit | bf6c01851992e62c406c988d6e75af6bc62b6b05 (patch) | |
tree | bc5505b5e1249745fc5e9567276a4e1934371c97 /emulators/Makefile | |
parent | 503f13ee2e09ae2be95e631f3503a731f252e91c (diff) | |
download | freebsd-ports-gnome-bf6c01851992e62c406c988d6e75af6bc62b6b05.tar.gz freebsd-ports-gnome-bf6c01851992e62c406c988d6e75af6bc62b6b05.tar.zst freebsd-ports-gnome-bf6c01851992e62c406c988d6e75af6bc62b6b05.zip |
Add lib765 0.3.1.1, emulation of uPD765a Floppy Disc Controller.
lib765 is an emulation of the uPD765a (AKA Intel 8272) Floppy Disc Controller
[FDC] as used in Amstrad computers such as the PCW, CPC and Spectrum +3. At
present it is not a "full" 765; features not used in the PCW BIOS (such as:
DMA; multisector reads/writes; multitrack mode) are either left unimplemented
or incomplete.
lib765 is released under the GNU Library GPL.
Author: John Elliott <jce@seasip.demon.co.uk>
WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/
PR: 58637
Submitted by: Alexey V. Antipovsky <kemm@in-line.ru>
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 be43ab2a1b2b..1b29e40f4e4c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -36,6 +36,7 @@ SUBDIR += its SUBDIR += klh10 SUBDIR += kmamerun + SUBDIR += lib765 SUBDIR += libvm68k SUBDIR += linux-ePSXe SUBDIR += linux-peops-softgpu |