diff options
author | adam <adam@pkgsrc.org> | 2003-09-16 10:01:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-09-16 10:01:34 +0000 |
commit | 4ddfd2e923bc33a1afefa0d9e9510c3b63495149 (patch) | |
tree | e86de10a3e1a177fdc009243b6996d2c9577037b /emulators/fuse-utils/PLIST | |
parent | 0d97bc272fc03de7b58e38d44d6813d645705e3e (diff) | |
download | pkgsrc-4ddfd2e923bc33a1afefa0d9e9510c3b63495149.tar.gz |
Fuse is the Free Unix Spectrum Emulator.
* Working 48K/128K/+2/+2A Speccy emulation, running at true Speccy speed on any
computer you're likely to try it on.
* Support for loading from .tzx files.
* Sound (on system supporting the Open Sound System or BSD/Solaris).
* Kempston joystick emulation.
* Emulation of the various printer you could attach to the Spectrum.
* Very basic support for RZX files.
Changes 0.6.1:
* Add `snapconv' utility to convert between snapshot formats
(Philip Kendall).
* Add `rzxcheck' utility to verify the digitial signature in an
RZX file (Philip Kendall).
* listbasic: a line number of >= 16384 implies the end of BASIC,
not just > 16384 (Darren Salt).
* listbasic: formatting improvements and support for 128K and
TC2068 keywords (Darren Salt).
* listbasic: add man page (Philip Kendall).
* Various improvements due to libspectrum changes: notably support
for Warajevo .tap files and many more snapshot formats.
Diffstat (limited to 'emulators/fuse-utils/PLIST')
-rw-r--r-- | emulators/fuse-utils/PLIST | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/emulators/fuse-utils/PLIST b/emulators/fuse-utils/PLIST new file mode 100644 index 00000000000..bda5feb62fe --- /dev/null +++ b/emulators/fuse-utils/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/16 10:01:34 adam Exp $ +bin/listbasic +bin/rzxdump +bin/rzxtool +bin/scl2trd +bin/snapconv +bin/tapeconv +bin/tzxlist +man/man1/listbasic.1 +man/man1/rzxcheck.1 +man/man1/rzxdump.1 +man/man1/rzxtool.1 +man/man1/scl2trd.1 +man/man1/snapconv.1 +man/man1/tapeconv.1 +man/man1/tzxlist.1 |