Revert changes to the ioReadable table from r1200 which broke Megaman Battle Network series.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1203 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
5d816ca952
commit
d4ba5638ac
|
@ -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