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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/mbee.h b/src/mame/includes/mbee.h
index d3de5626b73..57379dd3331 100644
--- a/src/mame/includes/mbee.h
+++ b/src/mame/includes/mbee.h
@@ -115,8 +115,7 @@ private:
void premium_palette(palette_device &palette) const;
uint32_t screen_update_mbee(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(newkb_timer);
- DECLARE_QUICKLOAD_LOAD_MEMBER(quickload_bee);
- DECLARE_QUICKLOAD_LOAD_MEMBER(quickload_bin);
+ DECLARE_QUICKLOAD_LOAD_MEMBER(quickload_cb);
WRITE_LINE_MEMBER(rtc_irq_w);
WRITE_LINE_MEMBER(fdc_intrq_w);
WRITE_LINE_MEMBER(fdc_drq_w);