summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/radio86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/radio86.cpp')
-rw-r--r--src/mame/machine/radio86.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/radio86.cpp b/src/mame/machine/radio86.cpp
index 8fb7bbd5356..2cfbd396880 100644
--- a/src/mame/machine/radio86.cpp
+++ b/src/mame/machine/radio86.cpp
@@ -143,7 +143,7 @@ WRITE8_MEMBER(radio86_state::radio_io_w)
m_maincpu->space(AS_PROGRAM).write_byte((offset << 8) + offset,data);
}
-void radio86_state::machine_reset_radio86()
+MACHINE_RESET_MEMBER(radio86_state,radio86)
{
timer_set(attotime::from_usec(10), TIMER_RESET);
m_bank1->set_entry(1);