aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/memmap.c')
-rw-r--r--source/memmap.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/source/memmap.c b/source/memmap.c
index 2f4ff8a..951c5bb 100644
--- a/source/memmap.c
+++ b/source/memmap.c
@@ -1486,16 +1486,7 @@ void InitROM(bool Interleaved)
Memory.ROMCRC32);
S9xMessage(S9X_INFO, S9X_ROM_INFO, String);
-#ifdef __WIN32__
-#ifndef _XBOX
- EnableMenuItem(GUI.hMenu, IDM_ROM_INFO, MF_ENABLED);
-#endif
-#ifdef RTC_DEBUGGER
- if (Settings.SPC7110RTC)
- EnableMenuItem(GUI.hMenu, IDM_7110_RTC, MF_ENABLED);
- else EnableMenuItem(GUI.hMenu, IDM_7110_RTC, MF_GRAYED);
-#endif
-#endif
+
Settings.ForceHeader = Settings.ForceHiROM = Settings.ForceLoROM =
Settings.ForceInterleaved = Settings.ForceNoHeader =
Settings.ForceNotInterleaved =