summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/itech8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/itech8.h')
-rw-r--r--src/mame/includes/itech8.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mame/includes/itech8.h b/src/mame/includes/itech8.h
index 4666f46d51c..11aafb2fb84 100644
--- a/src/mame/includes/itech8.h
+++ b/src/mame/includes/itech8.h
@@ -53,6 +53,16 @@ public:
UINT8 m_grmatch_palcontrol;
UINT8 m_grmatch_xscroll;
rgb_t m_grmatch_palette[2][16];
+ DECLARE_WRITE8_MEMBER(itech8_nmi_ack_w);
+ DECLARE_WRITE8_MEMBER(blitter_w);
+ DECLARE_WRITE8_MEMBER(rimrockn_bank_w);
+ DECLARE_WRITE8_MEMBER(pia_portb_out);
+ DECLARE_WRITE8_MEMBER(sound_data_w);
+ DECLARE_WRITE8_MEMBER(gtg2_sound_data_w);
+ DECLARE_READ8_MEMBER(sound_data_r);
+ DECLARE_WRITE16_MEMBER(grom_bank16_w);
+ DECLARE_WRITE16_MEMBER(display_page16_w);
+ DECLARE_WRITE16_MEMBER(palette16_w);
};