summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/policetr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/policetr.h')
-rw-r--r--src/mame/includes/policetr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/policetr.h b/src/mame/includes/policetr.h
index 93daebe8a3d..068c02f5a23 100644
--- a/src/mame/includes/policetr.h
+++ b/src/mame/includes/policetr.h
@@ -46,6 +46,7 @@ public:
DECLARE_DRIVER_INIT(sshooter);
DECLARE_DRIVER_INIT(plctr13b);
virtual void video_start();
+ UINT32 screen_update_policetr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -54,4 +55,4 @@ public:
-SCREEN_UPDATE_IND16( policetr );
+