Commit graph

6 commits

Author SHA1 Message Date
adam
f03a15e819 Changes 0.7.0:
* Add createhdf utility for creating empty .hdf IDE hard disk images
2004-07-20 13:13:55 +00:00
grant
4e3cd52216 this uses functions from libgcrypt and libgpg-error so include their
buildlink3.mk files.

on NetBSD and others this was building and working but resolving symbols
from libgcrypt and libgpg-error indirectly via libspectrum. this is not
good practice, you must always explicitly link against libraries for the
functions you need.

fixes the build on Solaris.

bump PKGREVISION.
2004-06-26 17:46:14 +00:00
minskim
d9380ffcb3 bl3ify 2004-02-25 18:50:03 +00:00
minskim
f5e93c14ab Bump PKGREVISION due to the update of libgcrypt. 2004-02-25 15:53:17 +00:00
adam
22f9905e2b Changes 0.6.2:
* Add some small bits of system information (OS, libspectrum
  version) into creator custom data for formats which support this.

* QNX6 compilation fixes and package file.

* rzxcheck: return 1 if the RZX file does not have a good signature.

* rzxdump: use libgcrypt 1.1.42 or later.

* snap2tzx: new utility to convert snapshots to tape files.
  Heavily based on Tomaz Kac's 'z802tzx'.

* tapeconv: remove double-free bug if tape reading fails.
2004-02-13 13:42:15 +00:00
adam
925ca80927 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.
2003-09-16 10:01:34 +00:00