summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xorworld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xorworld.h')
-rw-r--r--src/mame/includes/xorworld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/xorworld.h b/src/mame/includes/xorworld.h
index 245b37bc26b..41dccbff25f 100644
--- a/src/mame/includes/xorworld.h
+++ b/src/mame/includes/xorworld.h
@@ -7,6 +7,8 @@ public:
UINT16 *m_videoram;
tilemap_t *m_bg_tilemap;
UINT16 *m_spriteram;
+ DECLARE_WRITE16_MEMBER(xorworld_irq2_ack_w);
+ DECLARE_WRITE16_MEMBER(xorworld_irq6_ack_w);
};