diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-30 00:20:57 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-30 00:20:57 +0800 |
commit | 5fcfc115eb185189b9227416033e138facd6c297 (patch) | |
tree | c1ca63aa8170062401a85fffcbfc6f745ea3a951 /emulators/Makefile | |
parent | a51b901b27411c7a8571fc678d2a26585366497c (diff) | |
download | freebsd-ports-gnome-5fcfc115eb185189b9227416033e138facd6c297.tar.gz freebsd-ports-gnome-5fcfc115eb185189b9227416033e138facd6c297.tar.zst freebsd-ports-gnome-5fcfc115eb185189b9227416033e138facd6c297.zip |
Add fuse 0.6.1.1, Free Unix (Sinclair ZX-)Spectrum Emulator.
fuse is a free version of a ZX Spectrum emulator. It emulates
the 48K/128K/+2/+2A/+3 Speccy and Timex TC2048 machine, supports
loading from .tzx files, has sound and kempston joystick emulation,
and emulates various printers you could attach to the Spectrum.
It supports the new RZX input recording file format.
Author: Philip Kendall <pak21-spectrum@srcf.ucam.org>
WWW: http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
PR: 58639
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 490af680ba4e..ba3555478d02 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -21,6 +21,7 @@ SUBDIR += fmsx SUBDIR += freesci SUBDIR += frodo + SUBDIR += fuse SUBDIR += gbe SUBDIR += generator SUBDIR += gngb |