summaryrefslogtreecommitdiffstatshomepage
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/redclash.h b/src/mame/includes/redclash.h
index bb492439122..53acf47376b 100644
--- a/src/mame/includes/redclash.h
+++ b/src/mame/includes/redclash.h
@@ -41,8 +41,8 @@ public:
DECLARE_PALETTE_INIT(redclash);
uint32_t screen_update_sraider(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_redclash(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof_sraider(screen_device &screen, bool state);
- void screen_eof_redclash(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_sraider);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_redclash);
DECLARE_WRITE8_MEMBER( redclash_videoram_w );
DECLARE_WRITE8_MEMBER( redclash_gfxbank_w );
DECLARE_WRITE8_MEMBER( redclash_flipscreen_w );