summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/rbisland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rbisland.h')
-rw-r--r--src/mame/includes/rbisland.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/mame/includes/rbisland.h b/src/mame/includes/rbisland.h
index 878aebefd4c..1e8a64d130c 100644
--- a/src/mame/includes/rbisland.h
+++ b/src/mame/includes/rbisland.h
@@ -45,15 +45,9 @@ protected:
virtual void machine_start() override;
private:
- DECLARE_WRITE16_MEMBER(jumping_sound_w);
- DECLARE_READ8_MEMBER(jumping_latch_r);
- DECLARE_WRITE16_MEMBER(rbisland_cchip_ctrl_w);
- DECLARE_WRITE16_MEMBER(rbisland_cchip_bank_w);
- DECLARE_WRITE16_MEMBER(rbisland_cchip_ram_w);
- DECLARE_READ16_MEMBER(rbisland_cchip_ctrl_r);
- DECLARE_READ16_MEMBER(rbisland_cchip_ram_r);
- DECLARE_WRITE16_MEMBER(rbisland_spritectrl_w);
- DECLARE_WRITE16_MEMBER(jumping_spritectrl_w);
+ void jumping_sound_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ uint8_t jumping_latch_r();
+ void jumping_spritectrl_w(offs_t offset, uint16_t data);
void bankswitch_w(uint8_t data);
void counters_w(uint8_t data);
DECLARE_VIDEO_START(jumping);