summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/qix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/qix.h')
-rw-r--r--src/mame/includes/qix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/qix.h b/src/mame/includes/qix.h
index 47aee496e10..c8779cc3834 100644
--- a/src/mame/includes/qix.h
+++ b/src/mame/includes/qix.h
@@ -136,6 +136,8 @@ public:
DECLARE_WRITE8_MEMBER(slither_coinctl_w);
DECLARE_WRITE_LINE_MEMBER(qix_pia_dint);
DECLARE_WRITE_LINE_MEMBER(qix_pia_sint);
+ MC6845_BEGIN_UPDATE(crtc_begin_update);
+ MC6845_UPDATE_ROW(crtc_update_row);
void set_pen(int offs);
int kram3_permut1(int idx, int value);
int kram3_permut2(int tbl_index, int idx, const UINT8 *xor_table);