summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tg100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tg100.cpp')
-rw-r--r--src/mame/drivers/tg100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tg100.cpp b/src/mame/drivers/tg100.cpp
index 88187e1b2a5..595f8487c03 100644
--- a/src/mame/drivers/tg100.cpp
+++ b/src/mame/drivers/tg100.cpp
@@ -67,7 +67,7 @@ ADDRESS_MAP_END
MACHINE_CONFIG_START(tg100_state::tg100)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", H83002, XTAL_20MHz) /* TODO: correct CPU type (H8/520) */
+ MCFG_CPU_ADD("maincpu", H83002, XTAL(20'000'000)) /* TODO: correct CPU type (H8/520) */
MCFG_CPU_PROGRAM_MAP( tg100_map )
MCFG_CPU_IO_MAP( tg100_io_map )