summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mtx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mtx.cpp')
-rw-r--r--src/mame/machine/mtx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/mtx.cpp b/src/mame/machine/mtx.cpp
index a00e489f36e..5c081036b0a 100644
--- a/src/mame/machine/mtx.cpp
+++ b/src/mame/machine/mtx.cpp
@@ -511,7 +511,7 @@ SNAPSHOT_LOAD_MEMBER( mtx_state, mtx )
MACHINE_START( mtx512 )
-------------------------------------------------*/
-void mtx_state::machine_start_mtx512()
+MACHINE_START_MEMBER(mtx_state, mtx512)
{
address_space &program = m_maincpu->space(AS_PROGRAM);
@@ -544,7 +544,7 @@ void mtx_state::machine_start_mtx512()
program.install_ram(0xc000, 0xffff, m_ram->pointer());
}
-void mtx_state::machine_reset_mtx512()
+MACHINE_RESET_MEMBER(mtx_state, mtx512)
{
/* bank switching */
bankswitch(0);