summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bbusters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bbusters.h')
-rw-r--r--src/mame/includes/bbusters.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mame/includes/bbusters.h b/src/mame/includes/bbusters.h
index 83068115943..503cfee1165 100644
--- a/src/mame/includes/bbusters.h
+++ b/src/mame/includes/bbusters.h
@@ -28,6 +28,16 @@ public:
required_device<buffered_spriteram16_device> m_spriteram;
optional_device<buffered_spriteram16_device> m_spriteram2;
+ DECLARE_READ16_MEMBER(sound_status_r);
+ DECLARE_WRITE8_MEMBER(sound_status_w);
+ DECLARE_WRITE16_MEMBER(sound_cpu_w);
+ DECLARE_READ16_MEMBER(eprom_r);
+ DECLARE_READ16_MEMBER(control_3_r);
+ DECLARE_WRITE16_MEMBER(gun_select_w);
+ DECLARE_WRITE16_MEMBER(two_gun_output_w);
+ DECLARE_WRITE16_MEMBER(three_gun_output_w);
+ DECLARE_READ16_MEMBER(kludge_r);
+ DECLARE_READ16_MEMBER(mechatt_gun_r);
};