summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lasso.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lasso.h')
-rw-r--r--src/mame/includes/lasso.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/lasso.h b/src/mame/includes/lasso.h
index ba82d3cab88..188351b0510 100644
--- a/src/mame/includes/lasso.h
+++ b/src/mame/includes/lasso.h
@@ -66,6 +66,9 @@ public:
DECLARE_VIDEO_START(wwjgtin);
DECLARE_PALETTE_INIT(wwjgtin);
DECLARE_VIDEO_START(pinbo);
+ UINT32 screen_update_lasso(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_chameleo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_wwjgtin(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -79,6 +82,6 @@ public:
-SCREEN_UPDATE_IND16( lasso );
-SCREEN_UPDATE_IND16( chameleo );
-SCREEN_UPDATE_IND16( wwjgtin );
+
+
+