summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jedi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jedi.h')
-rw-r--r--src/mame/includes/jedi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/jedi.h b/src/mame/includes/jedi.h
index a3dda068fa4..5b3aff7f54b 100644
--- a/src/mame/includes/jedi.h
+++ b/src/mame/includes/jedi.h
@@ -10,8 +10,8 @@
/* oscillators and clocks */
-#define JEDI_MAIN_CPU_OSC (XTAL_10MHz)
-#define JEDI_AUDIO_CPU_OSC (XTAL_12_096MHz)
+#define JEDI_MAIN_CPU_OSC (XTAL(10'000'000))
+#define JEDI_AUDIO_CPU_OSC (XTAL(12'096'000))
#define JEDI_MAIN_CPU_CLOCK (JEDI_MAIN_CPU_OSC / 4)
#define JEDI_AUDIO_CPU_CLOCK (JEDI_AUDIO_CPU_OSC / 8)
#define JEDI_POKEY_CLOCK (JEDI_AUDIO_CPU_CLOCK)