mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
(nw) Fixed the build.
This commit is contained in:
parent
8bc1403d4c
commit
3be74a07a8
@ -22,6 +22,7 @@
|
|||||||
#include "machine/z80dart.h"
|
#include "machine/z80dart.h"
|
||||||
#include "sound/spkrdev.h"
|
#include "sound/spkrdev.h"
|
||||||
#include "sound/beep.h"
|
#include "sound/beep.h"
|
||||||
|
#include "imagedev/snapquik.h"
|
||||||
|
|
||||||
#define SCREEN_TAG "screen"
|
#define SCREEN_TAG "screen"
|
||||||
|
|
||||||
@ -79,6 +80,7 @@ public:
|
|||||||
DECLARE_WRITE_LINE_MEMBER( fr_w );
|
DECLARE_WRITE_LINE_MEMBER( fr_w );
|
||||||
DECLARE_WRITE_LINE_MEMBER( fdc_intrq_w );
|
DECLARE_WRITE_LINE_MEMBER( fdc_intrq_w );
|
||||||
DECLARE_WRITE_LINE_MEMBER( fdc_drq_w );
|
DECLARE_WRITE_LINE_MEMBER( fdc_drq_w );
|
||||||
|
DECLARE_QUICKLOAD_LOAD_MEMBER(xerox820);
|
||||||
|
|
||||||
TIMER_DEVICE_CALLBACK_MEMBER(ctc_tick);
|
TIMER_DEVICE_CALLBACK_MEMBER(ctc_tick);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user