summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blstroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blstroid.h')
-rw-r--r--src/mame/includes/blstroid.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/blstroid.h b/src/mame/includes/blstroid.h
index 4e681054581..5ce9edf5a4a 100644
--- a/src/mame/includes/blstroid.h
+++ b/src/mame/includes/blstroid.h
@@ -18,12 +18,15 @@ public:
DECLARE_READ16_MEMBER(inputs_r);
DECLARE_DRIVER_INIT(blstroid);
TILE_GET_INFO_MEMBER(get_playfield_tile_info);
+ DECLARE_MACHINE_START(blstroid);
+ DECLARE_MACHINE_RESET(blstroid);
+ DECLARE_VIDEO_START(blstroid);
};
/*----------- defined in video/blstroid.c -----------*/
-VIDEO_START( blstroid );
+
SCREEN_UPDATE_IND16( blstroid );
void blstroid_scanline_update(screen_device &screen, int scanline);