summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gunsmoke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gunsmoke.h')
-rw-r--r--src/mame/includes/gunsmoke.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/gunsmoke.h b/src/mame/includes/gunsmoke.h
index b47509bd3c4..b60afac9373 100644
--- a/src/mame/includes/gunsmoke.h
+++ b/src/mame/includes/gunsmoke.h
@@ -45,11 +45,11 @@ private:
uint8_t m_objon;
uint8_t m_bgon;
uint8_t m_sprite3bank;
- DECLARE_READ8_MEMBER(gunsmoke_protection_r);
- DECLARE_WRITE8_MEMBER(gunsmoke_videoram_w);
- DECLARE_WRITE8_MEMBER(gunsmoke_colorram_w);
- DECLARE_WRITE8_MEMBER(gunsmoke_c804_w);
- DECLARE_WRITE8_MEMBER(gunsmoke_d806_w);
+ uint8_t gunsmoke_protection_r(offs_t offset);
+ void gunsmoke_videoram_w(offs_t offset, uint8_t data);
+ void gunsmoke_colorram_w(offs_t offset, uint8_t data);
+ void gunsmoke_c804_w(uint8_t data);
+ void gunsmoke_d806_w(uint8_t data);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
virtual void machine_start() override;