summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/redalert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/redalert.h')
-rw-r--r--src/mame/includes/redalert.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/redalert.h b/src/mame/includes/redalert.h
index da87a21ccc5..d023bf1b1c2 100644
--- a/src/mame/includes/redalert.h
+++ b/src/mame/includes/redalert.h
@@ -56,10 +56,10 @@ public:
DECLARE_WRITE8_MEMBER(redalert_ay8910_latch_2_w);
DECLARE_WRITE8_MEMBER(redalert_voice_command_w);
DECLARE_WRITE8_MEMBER(demoneye_audio_command_w);
- DECLARE_VIDEO_START(redalert);
- DECLARE_VIDEO_START(ww3);
- DECLARE_SOUND_START(redalert);
- DECLARE_SOUND_START(demoneye);
+ void video_start_redalert() ATTR_COLD;
+ void video_start_ww3() ATTR_COLD;
+ void sound_start_redalert() ATTR_COLD;
+ void sound_start_demoneye() ATTR_COLD;
uint32_t screen_update_redalert(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_demoneye(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_panther(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);