Revert changes to the ioReadable table from r1200 which broke Megaman Battle Network series.
This commit is contained in:
parent
3fd4cdc2d1
commit
510e9778ab
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue