summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fuukifg3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fuukifg3.h')
-rw-r--r--src/mame/includes/fuukifg3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/fuukifg3.h b/src/mame/includes/fuukifg3.h
index 72265195bbd..139ca904c57 100644
--- a/src/mame/includes/fuukifg3.h
+++ b/src/mame/includes/fuukifg3.h
@@ -5,9 +5,9 @@
/* Define clocks based on actual OSC on the PCB */
-#define CPU_CLOCK (XTAL_40MHz / 2) /* clock for 68020 */
-#define SOUND_CPU_CLOCK (XTAL_12MHz / 2) /* clock for Z80 sound CPU */
-#define FM_SOUND_CLOCK (XTAL_33_8688MHz / 2) /* FM clock */
+#define CPU_CLOCK (XTAL(40'000'000) / 2) /* clock for 68020 */
+#define SOUND_CPU_CLOCK (XTAL(12'000'000) / 2) /* clock for Z80 sound CPU */
+#define FM_SOUND_CLOCK (XTAL(33'868'800) / 2) /* FM clock */
/* NOTE: YMF278B_STD_CLOCK is defined in /src/emu/sound/ymf278b.h */