summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/p112.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/p112.cpp')
-rw-r--r--src/mame/drivers/p112.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/p112.cpp b/src/mame/drivers/p112.cpp
index 909cb01a007..113c6a7b42f 100644
--- a/src/mame/drivers/p112.cpp
+++ b/src/mame/drivers/p112.cpp
@@ -84,7 +84,7 @@ uint32_t p112_state::screen_update_p112(screen_device &screen, bitmap_ind16 &bit
MACHINE_CONFIG_START(p112_state::p112)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu",Z180, XTAL_16MHz)
+ MCFG_CPU_ADD("maincpu",Z180, XTAL(16'000'000))
MCFG_CPU_PROGRAM_MAP(p112_mem)
MCFG_CPU_IO_MAP(p112_io)