summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thunderj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thunderj.h')
-rw-r--r--src/mame/includes/thunderj.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/thunderj.h b/src/mame/includes/thunderj.h
index 14a20aa616f..3c082872e1d 100644
--- a/src/mame/includes/thunderj.h
+++ b/src/mame/includes/thunderj.h
@@ -21,10 +21,13 @@ public:
TILE_GET_INFO_MEMBER(get_alpha_tile_info);
TILE_GET_INFO_MEMBER(get_playfield_tile_info);
TILE_GET_INFO_MEMBER(get_playfield2_tile_info);
+ DECLARE_MACHINE_START(thunderj);
+ DECLARE_MACHINE_RESET(thunderj);
+ DECLARE_VIDEO_START(thunderj);
};
/*----------- defined in video/thunderj.c -----------*/
-VIDEO_START( thunderj );
+
SCREEN_UPDATE_IND16( thunderj );