summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpanic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galpanic.cpp')
-rw-r--r--src/mame/drivers/galpanic.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/galpanic.cpp b/src/mame/drivers/galpanic.cpp
index 7176eb5dd60..7f679d0f761 100644
--- a/src/mame/drivers/galpanic.cpp
+++ b/src/mame/drivers/galpanic.cpp
@@ -275,8 +275,7 @@ MACHINE_CONFIG_START(galpanic_state::galpanica)
MCFG_DEVICE_PROGRAM_MAP(galpanica_map)
/* basic machine hardware */
- MCFG_DEVICE_ADD("calc1_mcu", KANEKO_HIT, 0)
- MCFG_KANEKO_HIT_TYPE(0)
+ KANEKO_HIT(config, "calc1_mcu").set_type(0);
/* arm watchdog */
subdevice<watchdog_timer_device>("watchdog")->set_time(attotime::from_seconds(3)); /* a guess, and certainly wrong */