Revert changes to the ioReadable table from r1200 which broke Megaman Battle Network series.

This commit is contained in:
normmatt234 2013-09-16 18:44:46 +00:00
parent 3fd4cdc2d1
commit 510e9778ab
1 changed files with 3 additions and 3 deletions

View File

@ -3077,13 +3077,13 @@ void CPUInit(const char *biosFileName, bool useBiosFile)
ioReadable[i] = false;
for(i = 0x8c; i < 0x90; i++)
ioReadable[i] = false;
for(i = 0xa0; i < 0xba; i++)
for(i = 0xa0; i < 0xb8; i++)
ioReadable[i] = false;
for(i = 0xbc; i < 0xc6; i++)
for(i = 0xbc; i < 0xc4; i++)
ioReadable[i] = false;
for(i = 0xc8; i < 0xd0; i++)
ioReadable[i] = false;
for(i = 0xd4; i < 0xde; i++)
for(i = 0xd4; i < 0xdc; i++)
ioReadable[i] = false;
for(i = 0xe0; i < 0x100; i++)
ioReadable[i] = false;