From 70cd3f13095bcaf7d862bb7877ae2530328ce329 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 17 Sep 2023 22:42:03 -0400 Subject: trs80m3.h: Update header too --- src/mame/trs/trs80m3.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mame/trs/trs80m3.h b/src/mame/trs/trs80m3.h index 8c03703f0e9..92c8c044b87 100644 --- a/src/mame/trs/trs80m3.h +++ b/src/mame/trs/trs80m3.h @@ -13,7 +13,6 @@ #include "machine/bankdev.h" #include "imagedev/cassette.h" #include "imagedev/floppy.h" -#include "imagedev/snapquik.h" #include "machine/ay31015.h" #include "machine/com8116.h" #include "bus/rs232/rs232.h" @@ -97,7 +96,6 @@ private: TIMER_CALLBACK_MEMBER(cassette_data_callback); void intrq_w(int state); void drq_w(int state); - 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); -- cgit v1.2.3