pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/mednafen Update to 0.8.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1e2ce54406b
branches:  trunk
changeset: 541459:e1e2ce54406b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 22 21:59:22 2008 +0000

description:
Update to 0.8.8:
0.8.8:

        Added <string.h> to the global include list in mednafen.h.

        Added boolean setting "debugger.autostepmode" that, when set to 1, will cause Mednafen to automatically start
        the debugger in step mode after a game is loaded(only if Mednafen has a debugger for the emulated system, of course).

        NES:  Fixed CNROM emulation initialization bug.

        PCE:  ADPCM software reset was erroneously also resetting the playback frequency.  Fixed.  (Fixes ADPCM voices in Gulliver Boy)

        PCE:  Fixed disassembly of the JMP $(AAAA, X) instruction.

        PCE, PC-FX:  Improved PSG LFO emulation.

        PC-FX:  Emulated gamepad button presses weren't being decoded from the driver-side data correctly(causing problems on big-endian
        platforms).  Fixed.

        PC-FX:  Improved the logging of the ROM font system call in the debugger, to also include the callee address and the size of the
        glyph being requested.

        PC-FX:  Disassembly of the "nop" instruction will no longer show the virtually meaningless operand.

        PC-FX:  Fixed alignment and prettified the disassembly of LDSR and STSR instructions.

        SMS:  SMS pause and 2-player support were erroneously commented out.  Fixed.

diffstat:

 emulators/mednafen/Makefile |  4 ++--
 emulators/mednafen/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 9edd16068716 -r e1e2ce54406b emulators/mednafen/Makefile
--- a/emulators/mednafen/Makefile       Tue Apr 22 21:49:10 2008 +0000
+++ b/emulators/mednafen/Makefile       Tue Apr 22 21:59:22 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/01/15 22:44:33 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/22 21:59:22 wiz Exp $
 #
 
-DISTNAME=      mednafen-0.8.7
+DISTNAME=      mednafen-0.8.8
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mednafen/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 9edd16068716 -r e1e2ce54406b emulators/mednafen/distinfo
--- a/emulators/mednafen/distinfo       Tue Apr 22 21:49:10 2008 +0000
+++ b/emulators/mednafen/distinfo       Tue Apr 22 21:59:22 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/01/15 22:44:33 wiz Exp $
+$NetBSD: distinfo,v 1.4 2008/04/22 21:59:22 wiz Exp $
 
-SHA1 (mednafen-0.8.7.tar.bz2) = 7a94f41f03832e477712c32ba6cb836dfb298ac9
-RMD160 (mednafen-0.8.7.tar.bz2) = 314429c05e7eaae1e9f9255cc5b101598040507e
-Size (mednafen-0.8.7.tar.bz2) = 2389657 bytes
+SHA1 (mednafen-0.8.8.tar.bz2) = e84cd8205ff009f0a6b8095abc876bf35ae2acf2
+RMD160 (mednafen-0.8.8.tar.bz2) = 4e4679ec72f4d2b2b3b65a59adbf66022b4ce276
+Size (mednafen-0.8.8.tar.bz2) = 2397854 bytes
 SHA1 (patch-aa) = 2d9f8b72f09bc20f0ef70e851d27c7beca46c2ea



Home | Main Index | Thread Index | Old Index