summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fuukifg3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fuukifg3.h')
-rw-r--r--src/mame/includes/fuukifg3.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/fuukifg3.h b/src/mame/includes/fuukifg3.h
index 15f522c9441..ff7e607eb49 100644
--- a/src/mame/includes/fuukifg3.h
+++ b/src/mame/includes/fuukifg3.h
@@ -58,12 +58,15 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info_1);
TILE_GET_INFO_MEMBER(get_tile_info_2);
TILE_GET_INFO_MEMBER(get_tile_info_3);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/fuuki32.c -----------*/
-VIDEO_START( fuuki32 );
+
SCREEN_UPDATE_IND16( fuuki32 );
SCREEN_VBLANK( fuuki32 );