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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/slapshot.h b/src/mame/includes/slapshot.h
index 2755312a154..91354dd4517 100644
--- a/src/mame/includes/slapshot.h
+++ b/src/mame/includes/slapshot.h
@@ -62,11 +62,13 @@ public:
DECLARE_WRITE16_MEMBER(slapshot_msb_sound_w);
DECLARE_READ16_MEMBER(slapshot_msb_sound_r);
DECLARE_DRIVER_INIT(slapshot);
+ virtual void machine_start();
+ virtual void video_start();
};
/*----------- defined in video/slapshot.c -----------*/
-VIDEO_START( slapshot );
+
SCREEN_UPDATE_IND16( slapshot );
SCREEN_VBLANK( taito_no_buffer );