summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lwings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lwings.h')
-rw-r--r--src/mame/includes/lwings.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/lwings.h b/src/mame/includes/lwings.h
index 9862966ec8c..331e2def7cb 100644
--- a/src/mame/includes/lwings.h
+++ b/src/mame/includes/lwings.h
@@ -58,6 +58,8 @@ public:
virtual void video_start();
DECLARE_VIDEO_START(trojan);
DECLARE_VIDEO_START(avengers);
+ UINT32 screen_update_lwings(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_trojan(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -67,5 +69,5 @@ public:
-SCREEN_UPDATE_IND16( lwings );
-SCREEN_UPDATE_IND16( trojan );
+
+