summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/zac_proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zac_proto.cpp')
-rw-r--r--src/mame/drivers/zac_proto.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/zac_proto.cpp b/src/mame/drivers/zac_proto.cpp
index af577670aa0..5a646f1c77b 100644
--- a/src/mame/drivers/zac_proto.cpp
+++ b/src/mame/drivers/zac_proto.cpp
@@ -241,8 +241,8 @@ void zac_proto_state::machine_reset()
MACHINE_CONFIG_START(zac_proto_state::zac_proto)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", INS8060, XTAL(4'000'000) / 2) // Using SC/MP II chip which has an internal /2 circuit.
- MCFG_CPU_PROGRAM_MAP(zac_proto_map)
+ MCFG_DEVICE_ADD("maincpu", INS8060, XTAL(4'000'000) / 2) // Using SC/MP II chip which has an internal /2 circuit.
+ MCFG_DEVICE_PROGRAM_MAP(zac_proto_map)
MCFG_NVRAM_ADD_0FILL("nvram")
/* Video */