From 3be74a07a89d94b6af8d42a7e3032bccea51ddb0 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Fri, 23 Mar 2018 10:29:02 +1100 Subject: [PATCH] (nw) Fixed the build. --- src/mame/includes/xerox820.h | 2 ++ 1 file changed, 2 insertions(+) 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);