summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skyraid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skyraid.h')
-rw-r--r--src/mame/includes/skyraid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/skyraid.h b/src/mame/includes/skyraid.h
index f703b84d93d..a4383646bf3 100644
--- a/src/mame/includes/skyraid.h
+++ b/src/mame/includes/skyraid.h
@@ -25,6 +25,7 @@ public:
DECLARE_WRITE8_MEMBER(skyraid_scroll_w);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_skyraid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -38,4 +39,4 @@ DECLARE_WRITE8_DEVICE_HANDLER( skyraid_sound_w );
/*----------- defined in video/skyraid.c -----------*/
-SCREEN_UPDATE_IND16(skyraid);
+