mirror of https://github.com/snes9xgit/snes9x.git
Clarify this.
This commit is contained in:
parent
5f665d6987
commit
890d314914
|
@ -3234,8 +3234,8 @@ void CMemory::Map_SufamiTurboPseudoLoROMMap (void)
|
|||
// I don't care :P
|
||||
map_space(0x60, 0x63, 0x8000, 0xffff, SRAM - 0x8000);
|
||||
map_space(0xe0, 0xe3, 0x8000, 0xffff, SRAM - 0x8000);
|
||||
map_space(0x70, 0x73, 0x8000, 0xffff, SRAM + 0x4000 - 0x8000, false);//these two seem to duplicate the above ones
|
||||
map_space(0xf0, 0xf3, 0x8000, 0xffff, SRAM + 0x4000 - 0x8000, false);
|
||||
map_space(0x70, 0x73, 0x8000, 0xffff, SRAM + 0x4000 - 0x8000, false);//these two seem to duplicate the above ones in
|
||||
map_space(0xf0, 0xf3, 0x8000, 0xffff, SRAM + 0x4000 - 0x8000, false);//way that makes the duplicates hard to find.
|
||||
|
||||
map_WRAM();
|
||||
|
||||
|
|
Loading…
Reference in New Issue