summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rocnrope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rocnrope.h')
-rw-r--r--src/mame/includes/rocnrope.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/rocnrope.h b/src/mame/includes/rocnrope.h
index b5fea6d334f..de5f03d8197 100644
--- a/src/mame/includes/rocnrope.h
+++ b/src/mame/includes/rocnrope.h
@@ -15,6 +15,8 @@ public:
tilemap_t *m_bg_tilemap;
UINT8 m_irq_mask;
+ DECLARE_WRITE8_MEMBER(rocnrope_interrupt_vector_w);
+ DECLARE_WRITE8_MEMBER(irq_mask_w);
};
/*----------- defined in video/rocnrope.c -----------*/