summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rmt32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rmt32.cpp')
-rw-r--r--src/mame/drivers/rmt32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rmt32.cpp b/src/mame/drivers/rmt32.cpp
index bb865e07ef6..e01770b979f 100644
--- a/src/mame/drivers/rmt32.cpp
+++ b/src/mame/drivers/rmt32.cpp
@@ -351,7 +351,7 @@ static ADDRESS_MAP_START( mt32_io, AS_IO, 16, mt32_state )
ADDRESS_MAP_END
MACHINE_CONFIG_START(mt32_state::mt32)
- MCFG_CPU_ADD( "maincpu", P8098, XTAL_12MHz )
+ MCFG_CPU_ADD( "maincpu", P8098, XTAL(12'000'000) )
MCFG_CPU_PROGRAM_MAP( mt32_map )
MCFG_CPU_IO_MAP( mt32_io )