summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/canon_s80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/canon_s80.cpp')
-rw-r--r--src/mame/drivers/canon_s80.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/canon_s80.cpp b/src/mame/drivers/canon_s80.cpp
index a4e6f68320d..56bb3e094be 100644
--- a/src/mame/drivers/canon_s80.cpp
+++ b/src/mame/drivers/canon_s80.cpp
@@ -41,8 +41,8 @@ void canons80_state::canons80_map(address_map &map)
MACHINE_CONFIG_START(canons80_state::canons80)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", HD6301, 5000000) /* hd63a01xop 5 MHz guessed: TODO: check on PCB */
- MCFG_CPU_PROGRAM_MAP(canons80_map)
+ MCFG_DEVICE_ADD("maincpu", HD6301, 5000000) /* hd63a01xop 5 MHz guessed: TODO: check on PCB */
+ MCFG_DEVICE_PROGRAM_MAP(canons80_map)
MACHINE_CONFIG_END
DRIVER_INIT_MEMBER(canons80_state, canons80)