summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/slapshot.h')
-rw-r--r--src/mame/includes/slapshot.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/slapshot.h b/src/mame/includes/slapshot.h
index 91354dd4517..7b191c8e9a0 100644
--- a/src/mame/includes/slapshot.h
+++ b/src/mame/includes/slapshot.h
@@ -64,11 +64,13 @@ public:
DECLARE_DRIVER_INIT(slapshot);
virtual void machine_start();
virtual void video_start();
+ UINT32 screen_update_slapshot(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void screen_eof_taito_no_buffer(screen_device &screen, bool state);
};
/*----------- defined in video/slapshot.c -----------*/
-SCREEN_UPDATE_IND16( slapshot );
-SCREEN_VBLANK( taito_no_buffer );
+
+