summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chaos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chaos.cpp')
-rw-r--r--src/mame/drivers/chaos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/chaos.cpp b/src/mame/drivers/chaos.cpp
index 6813fbe64c9..40c3606c972 100644
--- a/src/mame/drivers/chaos.cpp
+++ b/src/mame/drivers/chaos.cpp
@@ -144,7 +144,7 @@ void chaos_state::machine_reset()
MACHINE_CONFIG_START(chaos_state::chaos)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", S2650, XTAL_1MHz)
+ MCFG_CPU_ADD("maincpu", S2650, XTAL(1'000'000))
MCFG_CPU_PROGRAM_MAP(mem_map)
MCFG_CPU_IO_MAP(io_map)
MCFG_CPU_DATA_MAP(data_map)