summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/redclash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/redclash.h')
-rw-r--r--src/mame/includes/redclash.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/includes/redclash.h b/src/mame/includes/redclash.h
index 7c71f7d1767..1ccbbabcb2d 100644
--- a/src/mame/includes/redclash.h
+++ b/src/mame/includes/redclash.h
@@ -44,12 +44,12 @@ protected:
private:
DECLARE_WRITE_LINE_MEMBER(screen_vblank);
- DECLARE_WRITE8_MEMBER(videoram_w);
- DECLARE_WRITE8_MEMBER(gfxbank_w);
- DECLARE_WRITE8_MEMBER(flipscreen_w);
- DECLARE_WRITE8_MEMBER(irqack_w);
- DECLARE_WRITE8_MEMBER(star_reset_w);
- template <unsigned B> DECLARE_WRITE8_MEMBER(star_w);
+ void videoram_w(offs_t offset, uint8_t data);
+ void gfxbank_w(uint8_t data);
+ void flipscreen_w(uint8_t data);
+ void irqack_w(uint8_t data);
+ void star_reset_w(uint8_t data);
+ template <unsigned B> void star_w(uint8_t data);
void palette(palette_device &palette) const;
TILE_GET_INFO_MEMBER(get_fg_tile_info);