summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/tx1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tx1.cpp')
-rw-r--r--src/mame/machine/tx1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/tx1.cpp b/src/mame/machine/tx1.cpp
index ac294c3db76..4521e4fcb5d 100644
--- a/src/mame/machine/tx1.cpp
+++ b/src/mame/machine/tx1.cpp
@@ -1404,7 +1404,7 @@ READ16_MEMBER(tx1_state::buggyboy_spcs_ram_r)
*
*************************************/
-void tx1_state::machine_reset_buggyboy()
+MACHINE_RESET_MEMBER(tx1_state,buggyboy)
{
// TODO: This is connected to the /BUSACK line of the Z80
m_maincpu->set_input_line(INPUT_LINE_TEST, ASSERT_LINE);
@@ -1412,7 +1412,7 @@ void tx1_state::machine_reset_buggyboy()
memset(&m_math, 0, sizeof(m_math));
}
-void tx1_state::machine_reset_tx1()
+MACHINE_RESET_MEMBER(tx1_state,tx1)
{
// TODO: This is connected to the /BUSACK line of the Z80
m_maincpu->set_input_line(INPUT_LINE_TEST, ASSERT_LINE);