Make memory read return 0x90 instead of 0xFF in the impossible(?) case where something read from an impossible location
This commit is contained in:
@@ -227,7 +227,7 @@ BYTE cpu_readmem20(DWORD addr)
|
||||
return ws_rom[temp];
|
||||
}
|
||||
|
||||
return(0xff);
|
||||
return(0x90);
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user