summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/speedspn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/speedspn.h')
-rw-r--r--src/mame/includes/speedspn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/speedspn.h b/src/mame/includes/speedspn.h
index 77c49abe362..a06293c51d4 100644
--- a/src/mame/includes/speedspn.h
+++ b/src/mame/includes/speedspn.h
@@ -20,12 +20,13 @@ public:
DECLARE_WRITE8_MEMBER(speedspn_global_display_w);
DECLARE_WRITE8_MEMBER(oki_banking_w);
TILE_GET_INFO_MEMBER(get_speedspn_tile_info);
+ virtual void video_start();
};
/*----------- defined in video/speedspn.c -----------*/
-VIDEO_START( speedspn );
+
SCREEN_UPDATE_IND16( speedspn );