pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/fuse-emulator fuse-emulator: update to 1.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/daa204a01db8
branches:  trunk
changeset: 370175:daa204a01db8
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 13 04:47:46 2017 +0000

description:
fuse-emulator: update to 1.4.1

Fuse 1.4.1:

* Emulation core improvements:
  * Improvements to the loader acceleration code to reduce errors -
    Blood Brothers, City Slicker, Driller, Dynamite Dan, Games
    Compendium (by Gremlin), Joe Blade II, Kokotoni Wilf, Powerplay,
    Saboteur, Trapdoor and Zanthrax now all load successfully
  * Multiface 3 returns values stored from ports 0x1ffd and 0x7ffd
  * Set contention for DivIDE/DivMMC EPROM memory and clear data to 1's

* Debugger improvements:
  * Allow an exit code to be specified when using the "exit" command
  * Add new "tape:microphone" and "spectrum:frames" system variables to
    allow access to the current tape level and frame count since reset

* Deprecated features removed:
  * All Z80 variables in the debugger must now be referenced as
    "z80:NAME" rather than just "NAME" e.g. "set z80:af 0x1234"
    rather than just "set af 0x1234"

* Miscellaneous improvements:
  * Support XCode 9 SDK in CoreAudio driver
  * Correct enabling of ide slave menu item
  * Add *.mlt as an allowed filetype to file selectors
  * Add null UI for use in automation tests
  * Ensure null UI is not overridden by GTK+ UI
  * Fix detection of libspectrum capabilities
  * Remove C11 typedef redefinition of divxxx_t

diffstat:

 emulators/fuse-emulator/Makefile |   4 ++--
 emulators/fuse-emulator/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 288745aaf849 -r daa204a01db8 emulators/fuse-emulator/Makefile
--- a/emulators/fuse-emulator/Makefile  Fri Oct 13 04:44:20 2017 +0000
+++ b/emulators/fuse-emulator/Makefile  Fri Oct 13 04:47:46 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/09/06 15:32:14 adam Exp $
+# $NetBSD: Makefile,v 1.11 2017/10/13 04:47:46 adam Exp $
 
-DISTNAME=      fuse-1.4.0
+DISTNAME=      fuse-1.4.1
 PKGNAME=       ${DISTNAME:S/fuse/fuse-emulator/}
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
diff -r 288745aaf849 -r daa204a01db8 emulators/fuse-emulator/distinfo
--- a/emulators/fuse-emulator/distinfo  Fri Oct 13 04:44:20 2017 +0000
+++ b/emulators/fuse-emulator/distinfo  Fri Oct 13 04:47:46 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2017/09/06 15:32:14 adam Exp $
+$NetBSD: distinfo,v 1.7 2017/10/13 04:47:46 adam Exp $
 
-SHA1 (fuse-1.4.0.tar.gz) = 7037b4a932134d1ea1228ff929368495be702498
-RMD160 (fuse-1.4.0.tar.gz) = 3463ffa0d8f4453ffd95b741e943273450367ac9
-SHA512 (fuse-1.4.0.tar.gz) = e5d0e65820f54d0ac0447d50aa89ea4ba3e6bb717e270ae813c640a9b36fe015c68f194edacb5cbe8899ee7893c30cab4493ed297919e962e722e9d3e1f72001
-Size (fuse-1.4.0.tar.gz) = 1652821 bytes
+SHA1 (fuse-1.4.1.tar.gz) = 5664f804bd65b4b1aacdaccecdfbc7014ca940cc
+RMD160 (fuse-1.4.1.tar.gz) = 29d430393f62973d9215c736c8d138c0a183b0c6
+SHA512 (fuse-1.4.1.tar.gz) = 47a89b69d3806e1103680d8a8ed47449a0ea406d6b7f23ea4751d4fb74c4fe889a4172367043cde17a395a934feced98b27d5bb5571b5c286265e5f96e559f2a
+Size (fuse-1.4.1.tar.gz) = 1654522 bytes
 SHA1 (patch-configure) = 0b8b90751bd34efcee5c1bd9e4cb8687e972b127
 SHA1 (patch-sound_coreaudiosound.c) = e293cd00d9466af4e49a7c0a1cb9b535aebf6f4d
 SHA1 (patch-sound_osssound.c) = e83d80c984592b4e52faccbea35cdc9b54b71933



Home | Main Index | Thread Index | Old Index