diff options
author | adam <adam@pkgsrc.org> | 2018-08-10 07:10:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-08-10 07:10:12 +0000 |
commit | 1d40b0ae2e52104ff7cba90169a5b05499202766 (patch) | |
tree | 707d83e674ca34b9af1de7d9ede18add18d622b5 /emulators | |
parent | 780e75aed8f0239c5cf08e745a1f2961b86f8486 (diff) | |
download | pkgsrc-1d40b0ae2e52104ff7cba90169a5b05499202766.tar.gz |
fuse-emulator: updated to 1.5.6
Fuse 1.5.6 released.
* Emulation core improvements:
* Z80 flags register is now correct after SCF and CCF
* Miscellaneous improvements:
* Factor out common paths code between Linux and generic UNIX
* More improvements disabling phantom typist after finishing loading
TAP or standard ROM TZX files
* Saving and loading binary data no longer increments tstate count
or triggers breakpoints
* "Variant" Alkatraz loaders (e.g. Gauntlet 3 and Shadow Dancer),
"Variant" Search Loader programs (e.g. Lotus Esprit Turbo
Challenge and Space Crusade) and Dinaload loaders (e.g. Astro Marine
Corps) are now accelerated
* Stop RZX playback/recording on machine reset/change
* Various minor bugfixes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse-emulator/Makefile | 4 | ||||
-rw-r--r-- | emulators/fuse-emulator/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/fuse-emulator/Makefile b/emulators/fuse-emulator/Makefile index ef82fa1951f..2405757f766 100644 --- a/emulators/fuse-emulator/Makefile +++ b/emulators/fuse-emulator/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2018/07/03 14:34:40 adam Exp $ +# $NetBSD: Makefile,v 1.20 2018/08/10 07:10:12 adam Exp $ -DISTNAME= fuse-1.5.5 +DISTNAME= fuse-1.5.6 PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} diff --git a/emulators/fuse-emulator/distinfo b/emulators/fuse-emulator/distinfo index 48dc0ba64dc..d6b33916e85 100644 --- a/emulators/fuse-emulator/distinfo +++ b/emulators/fuse-emulator/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2018/07/03 14:34:40 adam Exp $ +$NetBSD: distinfo,v 1.13 2018/08/10 07:10:12 adam Exp $ -SHA1 (fuse-1.5.5.tar.gz) = 2fb0f030d7a721e4c9919304c01b77193f1ac119 -RMD160 (fuse-1.5.5.tar.gz) = 3b2f8be24cb388bc063dc9da799d2a56c23d50ea -SHA512 (fuse-1.5.5.tar.gz) = 186635b632df9767b9ffcbba484370adc47833bd06240474db9c4dfe88b03209e15fc0c86a2f200b2cc7bd95ad93bf1f93f38d7f669b5c163f68e80802fb1041 -Size (fuse-1.5.5.tar.gz) = 1629577 bytes +SHA1 (fuse-1.5.6.tar.gz) = 35649eef3d1b2d84b553e5b06596e830bb2b4aa2 +RMD160 (fuse-1.5.6.tar.gz) = d0658e8488a29caa0da498cdfb8b5d77894aa551 +SHA512 (fuse-1.5.6.tar.gz) = 84312e4f83883b36d06f2b96ded1bfc71675cba71a0848f4cbb5a233a1d1c06466013d2655d759397f32d6d67d6ba26b2b6a5041796cb9143cd0b354a88fd589 +Size (fuse-1.5.6.tar.gz) = 1634711 bytes SHA1 (patch-configure) = 0b8b90751bd34efcee5c1bd9e4cb8687e972b127 SHA1 (patch-sound_coreaudiosound.c) = e293cd00d9466af4e49a7c0a1cb9b535aebf6f4d SHA1 (patch-sound_osssound.c) = e83d80c984592b4e52faccbea35cdc9b54b71933 |