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.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bf8f0452b56
branches:  trunk
changeset: 537763:4bf8f0452b56
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 15 22:44:33 2008 +0000

description:
Update to 0.8.7:

0.8.7:
        GBA:  DMA registers were being saved as 32-bit arrays instead of 16-bit arrays in save states, potentially causing memory
        corruption, and broken save states on big endian platforms.  Fixed.

        NES:  Removed the AltiVec resampling code, as it causes problems on the PS3, and possibly other PPC chips, and I don't have
        a PowerPC machine to test it on.  The NES sound filtering code will be rewritten in 0.9.0, anyway.

        GBA:  Fixed a startup crashing bug on big-endian platforms.

        Changed instances of fprintf() in mempatcher.cpp to trio_fprintf() to work around major issues with pre-C99 standard C libraries.

        GBA:  The Load() function was returning a largeish integer, instead of 1, after successfully loading a ROM image.  Fixed.

0.8.6:
        PCE:  Removed a statement, that was used for debugging, that broke PC Engine multiplayer support in 0.8.5. (I'm not sure
        how it got there in the first place...).

diffstat:

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

diffs (27 lines):

diff -r 4b02016dc2c9 -r 4bf8f0452b56 emulators/mednafen/Makefile
--- a/emulators/mednafen/Makefile       Tue Jan 15 22:43:26 2008 +0000
+++ b/emulators/mednafen/Makefile       Tue Jan 15 22:44:33 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/11/29 22:35:38 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2008/01/15 22:44:33 wiz Exp $
 #
 
-DISTNAME=      mednafen-0.8.5
+DISTNAME=      mednafen-0.8.7
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mednafen/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 4b02016dc2c9 -r 4bf8f0452b56 emulators/mednafen/distinfo
--- a/emulators/mednafen/distinfo       Tue Jan 15 22:43:26 2008 +0000
+++ b/emulators/mednafen/distinfo       Tue Jan 15 22:44:33 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/11/29 22:35:38 wiz Exp $
+$NetBSD: distinfo,v 1.3 2008/01/15 22:44:33 wiz Exp $
 
-SHA1 (mednafen-0.8.5.tar.bz2) = 7eefb02da7c65a3abf25a7ef961492acbd8c8e51
-RMD160 (mednafen-0.8.5.tar.bz2) = 529e9a60f778c2101c1ef53dc362981e25ff4c92
-Size (mednafen-0.8.5.tar.bz2) = 2390120 bytes
+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 (patch-aa) = 2d9f8b72f09bc20f0ef70e851d27c7beca46c2ea



Home | Main Index | Thread Index | Old Index