summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/super80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/super80.cpp')
-rw-r--r--src/mame/machine/super80.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/super80.cpp b/src/mame/machine/super80.cpp
index cdc0697433b..b09d0c39c41 100644
--- a/src/mame/machine/super80.cpp
+++ b/src/mame/machine/super80.cpp
@@ -206,7 +206,7 @@ WRITE8_MEMBER( super80_state::super80r_f0_w )
/**************************** BASIC MACHINE CONSTRUCTION ***********************************************************/
-void super80_state::machine_reset_super80()
+MACHINE_RESET_MEMBER( super80_state, super80 )
{
m_portf0 = 0; // must be 0 like real machine, or banking breaks on 32-col systems
m_keylatch = 0xff;
@@ -216,7 +216,7 @@ void super80_state::machine_reset_super80()
membank("boot")->set_entry(1);
}
-void super80_state::machine_reset_super80r()
+MACHINE_RESET_MEMBER( super80_state, super80r )
{
m_portf0 = 0x14;
m_keylatch = 0xff;