quit crashing emulator sometimes in cases where the rom would just used to freeze (recent regression)

This commit is contained in:
zeromus 2010-09-27 19:45:16 +00:00
parent 2be21622ae
commit 372e35e04f
1 changed files with 4 additions and 4 deletions

View File

@ -172,7 +172,7 @@ u8 * MMU_struct::MMU_MEM[2][256] = {
/* 7X*/ DUP16(MMU.ARM9_OAM),
/* 8X*/ DUP16(NULL),
/* 9X*/ DUP16(NULL),
/* AX*/ DUP16(NULL),
/* AX*/ DUP16(MMU.UNUSED_RAM),
/* BX*/ DUP16(MMU.UNUSED_RAM),
/* CX*/ DUP16(MMU.UNUSED_RAM),
/* DX*/ DUP16(MMU.UNUSED_RAM),
@ -193,7 +193,7 @@ u8 * MMU_struct::MMU_MEM[2][256] = {
/* 7X*/ DUP16(MMU.UNUSED_RAM),
/* 8X*/ DUP16(NULL),
/* 9X*/ DUP16(NULL),
/* AX*/ DUP16(NULL),
/* AX*/ DUP16(MMU.UNUSED_RAM),
/* BX*/ DUP16(MMU.UNUSED_RAM),
/* CX*/ DUP16(MMU.UNUSED_RAM),
/* DX*/ DUP16(MMU.UNUSED_RAM),
@ -216,7 +216,7 @@ u32 MMU_struct::MMU_MASK[2][256] = {
/* 7X*/ DUP16(0x000007FF),
/* 8X*/ DUP16(0x00000003),
/* 9X*/ DUP16(0x00000003),
/* AX*/ DUP16(0x0000FFFF),
/* AX*/ DUP16(0x00000003),
/* BX*/ DUP16(0x00000003),
/* CX*/ DUP16(0x00000003),
/* DX*/ DUP16(0x00000003),
@ -237,7 +237,7 @@ u32 MMU_struct::MMU_MASK[2][256] = {
/* 7X*/ DUP16(0x00000003),
/* 8X*/ DUP16(0x00000003),
/* 9X*/ DUP16(0x00000003),
/* AX*/ DUP16(0x0000FFFF),
/* AX*/ DUP16(0x00000003),
/* BX*/ DUP16(0x00000003),
/* CX*/ DUP16(0x00000003),
/* DX*/ DUP16(0x00000003),