summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/polyplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/polyplay.h')
-rw-r--r--src/mame/includes/polyplay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/polyplay.h b/src/mame/includes/polyplay.h
index d8e303e9c47..77e9e0d2d42 100644
--- a/src/mame/includes/polyplay.h
+++ b/src/mame/includes/polyplay.h
@@ -32,6 +32,7 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_polyplay(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -48,4 +49,4 @@ SAMPLES_START( polyplay_sh_start );
-SCREEN_UPDATE_IND16( polyplay );
+