summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blktiger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blktiger.h')
-rw-r--r--src/mame/includes/blktiger.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/blktiger.h b/src/mame/includes/blktiger.h
index 9fdf3130221..b8804e938f8 100644
--- a/src/mame/includes/blktiger.h
+++ b/src/mame/includes/blktiger.h
@@ -39,6 +39,12 @@ public:
device_t *m_mcu;
device_t *m_audiocpu;
required_device<buffered_spriteram8_device> m_spriteram;
+ DECLARE_READ8_MEMBER(blktiger_from_mcu_r);
+ DECLARE_WRITE8_MEMBER(blktiger_to_mcu_w);
+ DECLARE_READ8_MEMBER(blktiger_from_main_r);
+ DECLARE_WRITE8_MEMBER(blktiger_to_main_w);
+ DECLARE_WRITE8_MEMBER(blktiger_bankswitch_w);
+ DECLARE_WRITE8_MEMBER(blktiger_coinlockout_w);
};