Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id D524063B293 for ; Tue, 22 Apr 2008 21:59:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id A791E63B18B; Tue, 22 Apr 2008 21:59:23 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 59B4E63B189 for ; Tue, 22 Apr 2008 21:59:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 34EE9175D0; Tue, 22 Apr 2008 21:59:22 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/emulators/mednafen To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20080422215922.34EE9175D0@cvs.netbsd.org> Date: Tue, 22 Apr 2008 21:59:22 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Tue Apr 22 21:59:22 UTC 2008 Modified Files: pkgsrc/emulators/mednafen: Makefile distinfo Log Message: Update to 0.8.8: 0.8.8: Added 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. To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pkgsrc/emulators/mednafen/Makefile cvs rdiff -r1.3 -r1.4 pkgsrc/emulators/mednafen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.