summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mwsub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mwsub.cpp')
-rw-r--r--src/mame/drivers/mwsub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mwsub.cpp b/src/mame/drivers/mwsub.cpp
index 78edffbc9a0..39789d9a85b 100644
--- a/src/mame/drivers/mwsub.cpp
+++ b/src/mame/drivers/mwsub.cpp
@@ -200,7 +200,7 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(submar_state::submar)
/* 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(submar_state, irq0_line_assert, 124.675) // 555 IC
MCFG_CPU_PROGRAM_MAP(submar_map)
MCFG_CPU_IO_MAP(submar_portmap)