summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bingoman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bingoman.cpp')
-rw-r--r--src/mame/drivers/bingoman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bingoman.cpp b/src/mame/drivers/bingoman.cpp
index b7a71cf0f58..645963c3367 100644
--- a/src/mame/drivers/bingoman.cpp
+++ b/src/mame/drivers/bingoman.cpp
@@ -375,7 +375,7 @@ PALETTE_INIT_MEMBER(bingoman_state, bingoman)
MACHINE_CONFIG_START(bingoman_state::bingoman)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", H83002, XTAL_20MHz) /* TODO: correct CPU type */
+ MCFG_CPU_ADD("maincpu", H83002, XTAL(20'000'000)) /* TODO: correct CPU type */
MCFG_CPU_PROGRAM_MAP(bingoman_prg_map)
MCFG_CPU_IO_MAP(bingoman_io_map)