summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bingowav.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bingowav.cpp')
-rw-r--r--src/mame/drivers/bingowav.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bingowav.cpp b/src/mame/drivers/bingowav.cpp
index a841d3335d1..c2bcb01d45d 100644
--- a/src/mame/drivers/bingowav.cpp
+++ b/src/mame/drivers/bingowav.cpp
@@ -136,7 +136,7 @@ MACHINE_CONFIG_START(bingowav_state::bingowav)
MCFG_CPU_PROGRAM_MAP(bingowav_drive_map)
MCFG_DEVICE_DISABLE()
- MCFG_CPU_ADD("ctrlcpu", Z80, XTAL_16MHz / 4)
+ MCFG_CPU_ADD("ctrlcpu", Z80, XTAL(16'000'000) / 4)
MCFG_CPU_PROGRAM_MAP(bingowav_control_map)
MACHINE_CONFIG_END