summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shangkid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shangkid.h')
-rw-r--r--src/mame/includes/shangkid.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/shangkid.h b/src/mame/includes/shangkid.h
index 08423bb136e..66d2301cec2 100644
--- a/src/mame/includes/shangkid.h
+++ b/src/mame/includes/shangkid.h
@@ -30,14 +30,16 @@ public:
DECLARE_VIDEO_START(shangkid);
DECLARE_PALETTE_INIT(dynamski);
DECLARE_MACHINE_RESET(shangkid);
+ UINT32 screen_update_shangkid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_dynamski(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/shangkid.c -----------*/
-SCREEN_UPDATE_IND16( shangkid );
-SCREEN_UPDATE_IND16( dynamski );
+
+