X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=source%2Fsrc%2Fvm%2Fpc9801%2Fmembus.h;fp=source%2Fsrc%2Fvm%2Fpc9801%2Fmembus.h;h=6eadd0f16cdb52b7b1f8b97b59f868c52b47693f;hb=4e9a0045328a3af1f15b9b64befa706818cd7e6e;hp=a4dd2a7da221df486793eb1003c57769c58bbeb2;hpb=8644f83fbb490e111ccb984700f389bdfd23e19a;p=csp-qt%2Fcommon_source_project-fm7.git diff --git a/source/src/vm/pc9801/membus.h b/source/src/vm/pc9801/membus.h index a4dd2a7da..6eadd0f16 100644 --- a/source/src/vm/pc9801/membus.h +++ b/source/src/vm/pc9801/membus.h @@ -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;