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 ae717521d76..c4e23092dee 100644
--- a/src/mame/machine/mtx.cpp
+++ b/src/mame/machine/mtx.cpp
@@ -441,7 +441,7 @@ DEVICE_IMAGE_LOAD_MEMBER( mtx_state, rompak_load )
// this only works for some of the files, nothing which tries to load
// more data from tape. todo: tapes which autorun after loading
-SNAPSHOT_LOAD_MEMBER( mtx_state, mtx )
+SNAPSHOT_LOAD_MEMBER(mtx_state::snapshot_cb)
{
address_space &program = m_maincpu->space(AS_PROGRAM);
uint8_t *data = (uint8_t*)image.ptr();
@@ -489,7 +489,7 @@ SNAPSHOT_LOAD_MEMBER( mtx_state, mtx )
QUICKLOAD
***************************************************************************/
-QUICKLOAD_LOAD_MEMBER(mtx_state, mtx)
+QUICKLOAD_LOAD_MEMBER(mtx_state::quickload_cb)
{
address_space &program = m_maincpu->space(AS_PROGRAM);
uint8_t *data = (uint8_t*)image.ptr();