From 9a0a853ab0f454b1b5fd53dc1aa3b07844017c17 Mon Sep 17 00:00:00 2001 From: yabause Date: Sun, 4 Jan 2009 00:37:20 +0000 Subject: [PATCH] Merged 1377 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index e800bc673..330382be2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,7 @@ CPU/MMU: bug: Fix repeating DMA (fixes NSMB parallax BG) [zeromus] bug: Proper handling for unaligned CPU accesses [luigi__] bug: Proper handling for undefined instruction exceptions [Salva Peiró] + bug: correctly return vram control register values (fixes homebrew 3d games) [zeromus] enh: Remove 16MB of WRAM at 0x01****** from arm9. Mapped to unused instead. Nobody knows what this was. [zeromus] enh: Changed instruction execution to 16 at a time blocks (tested and stable) [shash]