summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suprslam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suprslam.h')
-rw-r--r--src/mame/includes/suprslam.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/suprslam.h b/src/mame/includes/suprslam.h
index f77aa482dd7..c030b169daf 100644
--- a/src/mame/includes/suprslam.h
+++ b/src/mame/includes/suprslam.h
@@ -66,10 +66,10 @@ private:
required_device<gfxdecode_device> m_gfxdecode;
required_device<generic_latch_8_device> m_soundlatch;
- DECLARE_WRITE8_MEMBER(suprslam_sh_bankswitch_w);
- DECLARE_WRITE16_MEMBER(suprslam_screen_videoram_w);
- DECLARE_WRITE16_MEMBER(suprslam_bg_videoram_w);
- DECLARE_WRITE16_MEMBER(suprslam_bank_w);
+ void suprslam_sh_bankswitch_w(uint8_t data);
+ void suprslam_screen_videoram_w(offs_t offset, uint16_t data);
+ void suprslam_bg_videoram_w(offs_t offset, uint16_t data);
+ void suprslam_bank_w(uint16_t data);
void spr_ctrl_w(uint8_t data);
TILE_GET_INFO_MEMBER(get_suprslam_tile_info);
TILE_GET_INFO_MEMBER(get_suprslam_bg_tile_info);