summaryrefslogtreecommitdiff
path: root/emulators/mednafen
diff options
context:
space:
mode:
authorwiz <wiz>2009-02-25 13:16:47 +0000
committerwiz <wiz>2009-02-25 13:16:47 +0000
commit194d0bc75903ea671361f8a6a6e0bfaa2165b618 (patch)
tree54ad2177673daade8ea66dd3e5e34a3f3bc1b1c3 /emulators/mednafen
parent79fd23107737cab4dc17d345c51c3fa390c41fd1 (diff)
downloadpkgsrc-194d0bc75903ea671361f8a6a6e0bfaa2165b618.tar.gz
Update to 0.8.B, and set PKGVERSION to 0.8.11 to avoid confusion.
0.8.B: Fixed the rectangle calculation for screen rotation with Lynx and WonderSwan to use X scale and Y scale values appropriately (they were reversed before; also, assuming square pixels on your monitor ;)). Rotation still poses a problem in fullscreen with the default settings, however. Fixed an off-by-one error in the software SDL graphics rotation code (used for Lynx and WonderSwan). Fixed a race condition that could cause rapid oscillation between fullscreen and windowed when trying to toggle it. ...and fixed a race condition that could cause oscillations when rotating the screen with Lynx and WonderSwan emulation. SexyAL: The return values of ALSA functions are now treated as errors only if they're less than 0, rather than non-zero as before. Thanks to R.L. for pointing this out. The default "nethost" setting is now "fobby.net" instead of "mednafen.com". The latter was allowed to expire and lost to domain squatters some time ago. Domain squatters cause desires to commit grievous face-stabbing. However, the netplay server on "fobby.net" is not guaranteed to be up. :p PCE: Added the ability to load a custom colormap(palette) by setting "pce.colormap" to the path of the colormap file. The colormap consists of either 512 or 1024 RGB triplets, 8-bits per color component, in the order R,G,B,R,G,B,R,G,B,... . It is recommended that the colormap provide all 1024 entries(the first 512 entries are for normal mode, the second 512 entries are for grayscale/strip-colorburst mode). If it doesn't, Mednafen will calculate the grayscale colors using a formula similar to that used with the real VCE, but with more precision. The colormap may be disabled by setting the "pce.colormap" setting to an empty string, or 0. Command-line examples: mednafen -pce.colormap /path/to/blueblue.cmap /yarr/pirate/booty.pce [Enable] mednafen -pce.colormap 0 /some/where/over/the/rainbow/islands.cue [Disable] PCE: Added a hack to fix games that try to write to VRAM while VRAM DMA is in progress (fixes graphical glitches in "Crest of Wolf", maybe others too?). This could potentially cause regressions, so please post any on the forum. PCE: Having "pce.forcesgx" set to 1 with non-SuperGrafx games will no longer cause problems with display timing(and positioning). However, this doesn't fix the underlying issue, and any demos that set the horizontal and vertical timing registers differently on each VDC won't operate as they would on a real SuperGrafx. (This could affect commercial SuperGrafx games, but AFAIK they keep the VDC timings the same). NOTE: Setting "pce.forcesgx" to 1 is still not recommended, the preferred way of forcing a game/demo to enable SuperGrafx emulation is by giving it a file extension of "sgx". PCE: Arcade Card RAM is now initialized to 0 on allocation(it was erroneously being left uninitialized before). PCE: Added Arcade Card RAM to the memory editor in the debugger. PCE: Fixed the BRAM initialization (it was wrong, and generated from when Mednafen erroneously emulated 8KiB of BRAM). Fixes lockups in "Sorcerian". Note that if you have any existing save states or battery-backed RAM files for "Sorcerian" in "sav" or "mcs" under Mednafen's base directory from when you attempted to run "Sorcerian", you will need to delete them for this fix to have any effect. PCE: Reduced the mirroring address space range of the Arcade Card register mapping in HuC6280 banks 0x40-0x43. It was mirrored throughout 0x40-0x4F, now it's only mirrored at 0x40-0x47. It may not be mirrored at all with a real Arcade Card, tests need to be performed! Fixes a crashing bug in "Linda Cubed" early into gameplay. WonderSwan: Fixed a bug that made it impossible to push a direction on one D-pad while the opposing direction was being pressed on the other D-pad.
Diffstat (limited to 'emulators/mednafen')
-rw-r--r--emulators/mednafen/Makefile6
-rw-r--r--emulators/mednafen/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile
index feafc6964fc..efaac0cff05 100644
--- a/emulators/mednafen/Makefile
+++ b/emulators/mednafen/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2009/02/21 13:22:43 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2009/02/25 13:16:47 wiz Exp $
#
-DISTNAME= mednafen-0.8.A
-PKGREVISION= 1
+DISTNAME= mednafen-0.8.B
+PKGNAME= mednafen-0.8.11
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mednafen/}
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/mednafen/distinfo b/emulators/mednafen/distinfo
index 76543118ab3..5e4bf863c83 100644
--- a/emulators/mednafen/distinfo
+++ b/emulators/mednafen/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2009/01/04 21:59:44 wiz Exp $
+$NetBSD: distinfo,v 1.7 2009/02/25 13:16:47 wiz Exp $
-SHA1 (mednafen-0.8.A.tar.bz2) = dafbfb1d83ec944ce8bab67eb1f1f0cfb4fb5f72
-RMD160 (mednafen-0.8.A.tar.bz2) = 7db3a393f8f991b62e74433431d3a6f04aaea3f9
-Size (mednafen-0.8.A.tar.bz2) = 2550226 bytes
+SHA1 (mednafen-0.8.B.tar.bz2) = b19907df4620d1087d75a3f91382d0ea8dc6997d
+RMD160 (mednafen-0.8.B.tar.bz2) = ae4cff9bed326e71b288cf3f86163379a54607db
+Size (mednafen-0.8.B.tar.bz2) = 2414246 bytes
SHA1 (patch-aa) = 1708aa37f9b871af36ed2731d1386502eecb8c51