From 890d314914e48318c4cea7f2db336524fbd76ded Mon Sep 17 00:00:00 2001 From: Alcaro Date: Fri, 13 Jun 2014 12:10:45 +0200 Subject: [PATCH] Clarify this. --- memmap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memmap.cpp b/memmap.cpp index fc782a10..5624fd64 100644 --- a/memmap.cpp +++ b/memmap.cpp @@ -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();