summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaelco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gaelco.h')
-rw-r--r--src/mame/includes/gaelco.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/gaelco.h b/src/mame/includes/gaelco.h
index e43d8fca7cd..62806b5745f 100644
--- a/src/mame/includes/gaelco.h
+++ b/src/mame/includes/gaelco.h
@@ -39,6 +39,8 @@ public:
virtual void machine_start();
DECLARE_VIDEO_START(bigkarnk);
DECLARE_VIDEO_START(maniacsq);
+ UINT32 screen_update_bigkarnk(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_maniacsq(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -49,5 +51,5 @@ public:
-SCREEN_UPDATE_IND16( bigkarnk );
-SCREEN_UPDATE_IND16( maniacsq );
+
+