summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mtx.h')
-rw-r--r--src/mame/includes/mtx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/mtx.h b/src/mame/includes/mtx.h
index 98142043f14..d35126493e5 100644
--- a/src/mame/includes/mtx.h
+++ b/src/mame/includes/mtx.h
@@ -109,8 +109,8 @@ private:
void bankswitch(uint8_t data);
DECLARE_DEVICE_IMAGE_LOAD_MEMBER(extrom_load);
DECLARE_DEVICE_IMAGE_LOAD_MEMBER(rompak_load);
- DECLARE_QUICKLOAD_LOAD_MEMBER(mtx);
- DECLARE_SNAPSHOT_LOAD_MEMBER(mtx);
+ DECLARE_QUICKLOAD_LOAD_MEMBER(quickload_cb);
+ DECLARE_SNAPSHOT_LOAD_MEMBER(snapshot_cb);
void mtx_io(address_map &map);
void mtx_mem(address_map &map);