summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/argox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/argox.cpp')
-rw-r--r--src/mame/drivers/argox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/argox.cpp b/src/mame/drivers/argox.cpp
index e506809fb36..3bb61dc086b 100644
--- a/src/mame/drivers/argox.cpp
+++ b/src/mame/drivers/argox.cpp
@@ -66,7 +66,7 @@ ADDRESS_MAP_END
MACHINE_CONFIG_START(os214_state::os214)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", H83002, XTAL_16MHz) /* X1 xtal value is correct,
+ MCFG_CPU_ADD("maincpu", H83002, XTAL(16'000'000)) /* X1 xtal value is correct,
but there can be some clock divider perhaps ? */
MCFG_CPU_PROGRAM_MAP(os214_prg_map)
MCFG_CPU_IO_MAP(os214_io_map)