summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midvunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midvunit.cpp')
-rw-r--r--src/mame/drivers/midvunit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/midvunit.cpp b/src/mame/drivers/midvunit.cpp
index 9aca03cc29d..2db42128d86 100644
--- a/src/mame/drivers/midvunit.cpp
+++ b/src/mame/drivers/midvunit.cpp
@@ -75,7 +75,7 @@ void midvunit_state::machine_reset()
}
-void midvunit_state::machine_reset_midvplus()
+MACHINE_RESET_MEMBER(midvunit_state,midvplus)
{
m_dcs->reset_w(1);
m_dcs->reset_w(0);
@@ -1130,7 +1130,7 @@ MACHINE_CONFIG_START(midvunit_state::midvplus)
MCFG_DEVICE_PROGRAM_MAP(midvplus_map)
MCFG_TMS3203X_XF1_CB(WRITE8(*this, midvunit_state, midvplus_xf1_w))
- set_machine_reset_cb(config, driver_callback_delegate(&machine_reset_midvplus, this));
+ MCFG_MACHINE_RESET_OVERRIDE(midvunit_state,midvplus)
MCFG_DEVICE_REMOVE("nvram")
MCFG_ATA_INTERFACE_ADD("ata", ata_devices, "hdd", nullptr, true)