mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
Adapt ROM patches space to Gossamer ROMs layout. Weird that it passed the
other day.
This commit is contained in:
parent
ad0aea0403
commit
be50ff1b42
@ -58,10 +58,10 @@
|
||||
|
||||
|
||||
// Other ROM addresses
|
||||
const uint32 CHECK_LOAD_PATCH_SPACE = 0x2f7f00;
|
||||
const uint32 PUT_SCRAP_PATCH_SPACE = 0x2f7f80;
|
||||
const uint32 GET_SCRAP_PATCH_SPACE = 0x2f7fc0;
|
||||
const uint32 ADDR_MAP_PATCH_SPACE = 0x2f8000;
|
||||
const uint32 CHECK_LOAD_PATCH_SPACE = 0x2fcf00;
|
||||
const uint32 PUT_SCRAP_PATCH_SPACE = 0x2fcf80;
|
||||
const uint32 GET_SCRAP_PATCH_SPACE = 0x2fcfc0;
|
||||
const uint32 ADDR_MAP_PATCH_SPACE = 0x2fd000;
|
||||
|
||||
// Global variables
|
||||
int ROMType; // ROM type
|
||||
|
Loading…
Reference in New Issue
Block a user