summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mbee.h')
-rw-r--r--src/mame/includes/mbee.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/mbee.h b/src/mame/includes/mbee.h
index 29bf255e9c5..ca597ea221e 100644
--- a/src/mame/includes/mbee.h
+++ b/src/mame/includes/mbee.h
@@ -128,8 +128,8 @@ private:
DECLARE_MACHINE_RESET(mbeett);
uint32_t screen_update_mbee(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(timer_newkb);
- DECLARE_QUICKLOAD_LOAD_MEMBER(mbee);
- DECLARE_QUICKLOAD_LOAD_MEMBER(mbee_z80bin);
+ DECLARE_QUICKLOAD_LOAD_MEMBER(quickload_bee);
+ DECLARE_QUICKLOAD_LOAD_MEMBER(quickload_bin);
WRITE_LINE_MEMBER(rtc_irq_w);
WRITE_LINE_MEMBER(fdc_intrq_w);
WRITE_LINE_MEMBER(fdc_drq_w);