summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trs80m3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trs80m3.h')
-rw-r--r--src/mame/includes/trs80m3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/trs80m3.h b/src/mame/includes/trs80m3.h
index 4ac196022e9..4c4434e8339 100644
--- a/src/mame/includes/trs80m3.h
+++ b/src/mame/includes/trs80m3.h
@@ -99,7 +99,7 @@ private:
TIMER_CALLBACK_MEMBER(cassette_data_callback);
DECLARE_WRITE_LINE_MEMBER(intrq_w);
DECLARE_WRITE_LINE_MEMBER(drq_w);
- DECLARE_QUICKLOAD_LOAD_MEMBER(trs80_cmd);
+ DECLARE_QUICKLOAD_LOAD_MEMBER(quickload_cb);
uint32_t screen_update_trs80m3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void cp500_io(address_map &map);