summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tank8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tank8.h')
-rw-r--r--src/mame/includes/tank8.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/includes/tank8.h b/src/mame/includes/tank8.h
index 4001ad8d862..f91aa944d00 100644
--- a/src/mame/includes/tank8.h
+++ b/src/mame/includes/tank8.h
@@ -56,6 +56,9 @@ public:
DECLARE_WRITE8_MEMBER(tank8_motor_w);
DECLARE_DRIVER_INIT(decode);
TILE_GET_INFO_MEMBER(tank8_get_tile_info);
+ virtual void machine_reset();
+ virtual void video_start();
+ virtual void palette_init();
};
@@ -71,9 +74,9 @@ void tank8_set_collision(running_machine &machine, int index);
/*----------- defined in video/tank8.c -----------*/
-PALETTE_INIT( tank8 );
+
SCREEN_VBLANK( tank8 );
-VIDEO_START( tank8 );
+
SCREEN_UPDATE_IND16( tank8 );