summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suna16.h')
-rw-r--r--src/mame/includes/suna16.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mame/includes/suna16.h b/src/mame/includes/suna16.h
index 04e826ee102..6deaeed9c2a 100644
--- a/src/mame/includes/suna16.h
+++ b/src/mame/includes/suna16.h
@@ -13,6 +13,15 @@ public:
int m_color_bank;
required_device<cpu_device> m_maincpu;
+ DECLARE_WRITE16_MEMBER(suna16_soundlatch_w);
+ DECLARE_WRITE16_MEMBER(bssoccer_leds_w);
+ DECLARE_WRITE16_MEMBER(uballoon_leds_w);
+ DECLARE_WRITE16_MEMBER(bestbest_coin_w);
+ DECLARE_READ16_MEMBER(bestbest_prot_r);
+ DECLARE_WRITE16_MEMBER(bestbest_prot_w);
+ DECLARE_WRITE8_MEMBER(bssoccer_pcm_1_bankswitch_w);
+ DECLARE_WRITE8_MEMBER(bssoccer_pcm_2_bankswitch_w);
+ DECLARE_WRITE8_MEMBER(uballoon_pcm_1_bankswitch_w);
};