summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xerox820.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xerox820.h')
-rw-r--r--src/mame/includes/xerox820.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/xerox820.h b/src/mame/includes/xerox820.h
index 6fb35068f63..8c89efae738 100644
--- a/src/mame/includes/xerox820.h
+++ b/src/mame/includes/xerox820.h
@@ -22,6 +22,7 @@
#include "machine/z80dart.h"
#include "sound/spkrdev.h"
#include "sound/beep.h"
+#include "imagedev/snapquik.h"
#define SCREEN_TAG "screen"
@@ -79,6 +80,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( fr_w );
DECLARE_WRITE_LINE_MEMBER( fdc_intrq_w );
DECLARE_WRITE_LINE_MEMBER( fdc_drq_w );
+ DECLARE_QUICKLOAD_LOAD_MEMBER(xerox820);
TIMER_DEVICE_CALLBACK_MEMBER(ctc_tick);