summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m72.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m72.cpp')
-rw-r--r--src/mame/drivers/m72.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/m72.cpp b/src/mame/drivers/m72.cpp
index 0ab38b9f2d1..81332048fac 100644
--- a/src/mame/drivers/m72.cpp
+++ b/src/mame/drivers/m72.cpp
@@ -198,8 +198,8 @@ other supported games as well.
#include "speaker.h"
-#define MASTER_CLOCK XTAL_32MHz
-#define SOUND_CLOCK XTAL_3_579545MHz
+#define MASTER_CLOCK XTAL(32'000'000)
+#define SOUND_CLOCK XTAL(3'579'545)
@@ -1892,7 +1892,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_DERIVED(m72_state::m72_8751, m72_base)
- MCFG_CPU_ADD("mcu",I8751, XTAL_8MHz) /* Uses its own XTAL */
+ MCFG_CPU_ADD("mcu",I8751, XTAL(8'000'000)) /* Uses its own XTAL */
MCFG_CPU_IO_MAP(mcu_io_map)
MCFG_CPU_VBLANK_INT_DRIVER("screen", m72_state, mcu_int)
MACHINE_CONFIG_END