Support SGB GB HRAM too
This commit is contained in:
parent
da20b6d0cf
commit
a355917b70
1 changed files with 1 additions and 0 deletions
|
@ -1111,6 +1111,7 @@ again2:
|
|||
create_region(ret, "GBRAM", 0x20000000, GameBoy::cartridge.ramdata,
|
||||
GameBoy::cartridge.ramsize, false);
|
||||
create_region(ret, "GBWRAM", 0x00030000, GameBoy::cpu.wram, 32768, false);
|
||||
create_region(ret, "GBHRAM", 0x00038000, GameBoy::cpu.hram, 128, true);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue