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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/p112.cpp b/src/mame/drivers/p112.cpp
index dfb80728991..37ff6e900d8 100644
--- a/src/mame/drivers/p112.cpp
+++ b/src/mame/drivers/p112.cpp
@@ -88,9 +88,9 @@ 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(16'000'000))
- MCFG_CPU_PROGRAM_MAP(p112_mem)
- MCFG_CPU_IO_MAP(p112_io)
+ MCFG_DEVICE_ADD("maincpu",Z180, XTAL(16'000'000))
+ MCFG_DEVICE_PROGRAM_MAP(p112_mem)
+ MCFG_DEVICE_IO_MAP(p112_io)
/* video hardware */