summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/radio86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/radio86.cpp')
-rw-r--r--src/mame/drivers/radio86.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/radio86.cpp b/src/mame/drivers/radio86.cpp
index 95f466cf8c8..36395c72287 100644
--- a/src/mame/drivers/radio86.cpp
+++ b/src/mame/drivers/radio86.cpp
@@ -356,7 +356,7 @@ MACHINE_CONFIG_START(radio86_state::radio86)
MCFG_DEVICE_ADD("maincpu",I8080, XTAL(16'000'000) / 9)
MCFG_DEVICE_PROGRAM_MAP(radio86_mem)
MCFG_DEVICE_IO_MAP(radio86_io)
- set_machine_reset_cb(config, driver_callback_delegate(&machine_reset_radio86, this));
+ MCFG_MACHINE_RESET_OVERRIDE(radio86_state, radio86 )
MCFG_DEVICE_ADD("ppi8255_1", I8255, 0)
MCFG_I8255_OUT_PORTA_CB(WRITE8(*this, radio86_state, radio86_8255_porta_w2))