diff options
author | wiz <wiz> | 2008-04-22 21:59:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-22 21:59:22 +0000 |
commit | 6eca031db572b3573624db718ae038fe6dff2117 (patch) | |
tree | e53e192f42b4dcd70891ea60f244ecc07bae2b90 | |
parent | 5057f1da2b42495395bef8ec023d375b2bd4a481 (diff) | |
download | pkgsrc-6eca031db572b3573624db718ae038fe6dff2117.tar.gz |
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.
-rw-r--r-- | emulators/mednafen/Makefile | 4 | ||||
-rw-r--r-- | emulators/mednafen/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 36a70bd62ed..febc3089cc8 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -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 --git a/emulators/mednafen/distinfo b/emulators/mednafen/distinfo index 967f0026de4..b8f2539a8cf 100644 --- a/emulators/mednafen/distinfo +++ b/emulators/mednafen/distinfo @@ -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 |