summaryrefslogtreecommitdiff
path: root/emulators/fuse-utils
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-20Changes 0.7.0:adam3-8/+8
* Add createhdf utility for creating empty .hdf IDE hard disk images
2004-06-26this uses functions from libgcrypt and libgpg-error so include theirgrant1-2/+7
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-02-25bl3ifyminskim1-3/+3
2004-02-25Bump PKGREVISION due to the update of libgcrypt.minskim1-1/+2
2004-02-13Changes 0.6.2:adam3-12/+17
* 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.
2003-09-16Fuse is the Free Unix Spectrum Emulator.adam4-0/+45
* 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.