summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ibm3153.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ibm3153.cpp')
-rw-r--r--src/mame/drivers/ibm3153.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ibm3153.cpp b/src/mame/drivers/ibm3153.cpp
index 86d91f93050..8e20fe76512 100644
--- a/src/mame/drivers/ibm3153.cpp
+++ b/src/mame/drivers/ibm3153.cpp
@@ -96,7 +96,7 @@ void ibm3153_state::machine_reset()
MACHINE_CONFIG_START(ibm3153_state::ibm3153)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", I80C32, XTAL_16MHz) // no idea of clock
+ MCFG_CPU_ADD("maincpu", I80C32, XTAL(16'000'000)) // no idea of clock
MCFG_CPU_PROGRAM_MAP(mem_map)
MCFG_CPU_IO_MAP(io_map)