summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thepit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thepit.h')
-rw-r--r--src/mame/includes/thepit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/thepit.h b/src/mame/includes/thepit.h
index 9b4f84cd7ab..1f72a6a0cb3 100644
--- a/src/mame/includes/thepit.h
+++ b/src/mame/includes/thepit.h
@@ -38,6 +38,7 @@ public:
virtual void video_start();
virtual void palette_init();
DECLARE_PALETTE_INIT(suprmous);
+ UINT32 screen_update_thepit(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -46,4 +47,4 @@ public:
-SCREEN_UPDATE_IND16( thepit );
+