summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tricep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tricep.cpp')
-rw-r--r--src/mame/drivers/tricep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tricep.cpp b/src/mame/drivers/tricep.cpp
index 1f6e2bca15e..38fca039d05 100644
--- a/src/mame/drivers/tricep.cpp
+++ b/src/mame/drivers/tricep.cpp
@@ -77,7 +77,7 @@ void tricep_state::kbd_put(u8 data)
MACHINE_CONFIG_START(tricep_state::tricep)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M68000, XTAL_8MHz)
+ MCFG_CPU_ADD("maincpu", M68000, XTAL(8'000'000))
MCFG_CPU_PROGRAM_MAP(tricep_mem)
/* video hardware */