summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/othunder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/othunder.h')
-rw-r--r--src/mame/includes/othunder.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/mame/includes/othunder.h b/src/mame/includes/othunder.h
index 6bf6d266604..4f2f387a951 100644
--- a/src/mame/includes/othunder.h
+++ b/src/mame/includes/othunder.h
@@ -51,14 +51,12 @@ protected:
private:
void draw_sprites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, const int *primasks, int y_offs);
- DECLARE_WRITE16_MEMBER(irq_ack_w);
- DECLARE_WRITE8_MEMBER(eeprom_w);
- DECLARE_WRITE8_MEMBER(coins_w);
+ void irq_ack_w(offs_t offset, u16 data);
+ void eeprom_w(u8 data);
+ void coins_w(u8 data);
DECLARE_WRITE_LINE_MEMBER(adc_eoc_w);
- DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
- DECLARE_WRITE16_MEMBER(sound_w);
- DECLARE_READ16_MEMBER(sound_r);
- DECLARE_WRITE8_MEMBER(tc0310fam_w);
+ void sound_bankswitch_w(u8 data);
+ void tc0310fam_w(offs_t offset, u8 data);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_w);