summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pipbug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pipbug.cpp')
-rw-r--r--src/mame/drivers/pipbug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pipbug.cpp b/src/mame/drivers/pipbug.cpp
index 8602fa6518f..955fc3066c2 100644
--- a/src/mame/drivers/pipbug.cpp
+++ b/src/mame/drivers/pipbug.cpp
@@ -156,7 +156,7 @@ QUICKLOAD_LOAD_MEMBER( pipbug_state, pipbug )
MACHINE_CONFIG_START(pipbug_state::pipbug)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", S2650, XTAL_1MHz)
+ MCFG_CPU_ADD("maincpu", S2650, XTAL(1'000'000))
MCFG_CPU_PROGRAM_MAP(pipbug_mem)
MCFG_CPU_DATA_MAP(pipbug_data)
MCFG_S2650_FLAG_OUTPUT(DEVWRITELINE("rs232", rs232_port_device, write_txd))