summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mw18w.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mw18w.cpp')
-rw-r--r--src/mame/drivers/mw18w.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mw18w.cpp b/src/mame/drivers/mw18w.cpp
index b824f6a0bc3..6bc99901f66 100644
--- a/src/mame/drivers/mw18w.cpp
+++ b/src/mame/drivers/mw18w.cpp
@@ -269,7 +269,7 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(mw18w_state::mw18w)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", Z80, XTAL_19_968MHz/8)
+ MCFG_CPU_ADD("maincpu", Z80, XTAL(19'968'000)/8)
MCFG_CPU_PERIODIC_INT_DRIVER(mw18w_state, irq0_line_assert, 960.516) // 555 IC
MCFG_CPU_PROGRAM_MAP(mw18w_map)
MCFG_CPU_IO_MAP(mw18w_portmap)