OSDN Git Service

[VM][PC9801][MEMBUS] Remove shadow_memory, this includes ram[0xc0000]-ram[0xe7fff].
[csp-qt/common_source_project-fm7.git] / 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;