summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti630.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti630.cpp')
-rw-r--r--src/mame/drivers/ti630.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti630.cpp b/src/mame/drivers/ti630.cpp
index 09ba74f4fb7..069935a37a7 100644
--- a/src/mame/drivers/ti630.cpp
+++ b/src/mame/drivers/ti630.cpp
@@ -184,7 +184,7 @@ GFXDECODE_END
MACHINE_CONFIG_START(ti630_state::ti630)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", I80C31, XTAL_10MHz)
+ MCFG_CPU_ADD("maincpu", I80C31, XTAL(10'000'000))
MCFG_CPU_PROGRAM_MAP(i80c31_prg)
MCFG_CPU_IO_MAP(i80c31_io)