summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/popeye.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/popeye.h')
-rw-r--r--src/mame/includes/popeye.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/popeye.h b/src/mame/includes/popeye.h
index 4a7d5be62ce..31a541f815c 100644
--- a/src/mame/includes/popeye.h
+++ b/src/mame/includes/popeye.h
@@ -40,6 +40,7 @@ public:
virtual void palette_init();
DECLARE_VIDEO_START(popeye);
DECLARE_PALETTE_INIT(popeyebl);
+ UINT32 screen_update_popeye(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -50,4 +51,4 @@ public:
-SCREEN_UPDATE_IND16( popeye );
+