OSDN Git Service

[VM][PC9801][MEMBUS] Remove shadow_memory, this includes ram[0xc0000]-ram[0xe7fff].
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 2 May 2019 16:36:37 +0000 (01:36 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 2 May 2019 16:36:37 +0000 (01:36 +0900)
source/src/vm/pc9801/membus.h

index a4dd2a7..6eadd0f 100644 (file)
@@ -62,9 +62,9 @@ private:
        bool shadow_ram_selected;
 //#if defined(_PC9801RA)
 //     uint8_t shadow_ram[0x8000]; // 0xe0000 - 0xe8000
-#if defined(SUPPORT_32BIT_ADDRESS)
-       uint8_t shadow_ram[0x28000]; // 0xc0000 - 0xe7fff
-#endif
+//#if defined(SUPPORT_32BIT_ADDRESS)
+//     uint8_t shadow_ram[0x28000]; // 0xc0000 - 0xe7fff
+//#endif
        
 #endif
        bool last_access_is_interam;