summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goindol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/goindol.h')
-rw-r--r--src/mame/includes/goindol.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/goindol.h b/src/mame/includes/goindol.h
index ab0a40d73b5..a89731a3d31 100644
--- a/src/mame/includes/goindol.h
+++ b/src/mame/includes/goindol.h
@@ -50,14 +50,14 @@ private:
/* misc */
int m_prot_toggle;
- DECLARE_WRITE8_MEMBER(goindol_bankswitch_w);
- DECLARE_READ8_MEMBER(prot_f422_r);
- DECLARE_WRITE8_MEMBER(prot_fc44_w);
- DECLARE_WRITE8_MEMBER(prot_fd99_w);
- DECLARE_WRITE8_MEMBER(prot_fc66_w);
- DECLARE_WRITE8_MEMBER(prot_fcb0_w);
- DECLARE_WRITE8_MEMBER(goindol_fg_videoram_w);
- DECLARE_WRITE8_MEMBER(goindol_bg_videoram_w);
+ void goindol_bankswitch_w(uint8_t data);
+ uint8_t prot_f422_r();
+ void prot_fc44_w(uint8_t data);
+ void prot_fd99_w(uint8_t data);
+ void prot_fc66_w(uint8_t data);
+ void prot_fcb0_w(uint8_t data);
+ void goindol_fg_videoram_w(offs_t offset, uint8_t data);
+ void goindol_bg_videoram_w(offs_t offset, uint8_t data);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void machine_start() override;