summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vball.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vball.h')
-rw-r--r--src/mame/includes/vball.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/vball.h b/src/mame/includes/vball.h
index 2a273551022..4b40c572fb5 100644
--- a/src/mame/includes/vball.h
+++ b/src/mame/includes/vball.h
@@ -30,12 +30,13 @@ public:
DECLARE_WRITE8_MEMBER(vb_attrib_w);
TILEMAP_MAPPER_MEMBER(background_scan);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ virtual void video_start();
};
/*----------- defined in video/vball.c -----------*/
-VIDEO_START( vb );
+
SCREEN_UPDATE_IND16( vb );
void vb_bgprombank_w(running_machine &machine, int bank);
void vb_spprombank_w(running_machine &machine, int bank);