summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/galaxold.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/galaxold.cpp')
-rw-r--r--src/mame/machine/galaxold.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/galaxold.cpp b/src/mame/machine/galaxold.cpp
index 5d512a62fb1..a63108c52ec 100644
--- a/src/mame/machine/galaxold.cpp
+++ b/src/mame/machine/galaxold.cpp
@@ -70,17 +70,17 @@ void galaxold_state::machine_reset_common(int line)
int_timer->adjust(m_screen->time_until_pos(0));
}
-void galaxold_state::machine_reset_galaxold()
+MACHINE_RESET_MEMBER(galaxold_state,galaxold)
{
machine_reset_common(INPUT_LINE_NMI);
}
-void galaxold_state::machine_reset_devilfsg()
+MACHINE_RESET_MEMBER(galaxold_state,devilfsg)
{
machine_reset_common(0);
}
-void galaxold_state::machine_reset_hunchbkg()
+MACHINE_RESET_MEMBER(galaxold_state,hunchbkg)
{
machine_reset_common(0);
}