summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlex.h')
-rw-r--r--src/mame/includes/battlex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/battlex.h b/src/mame/includes/battlex.h
index 747876fb864..b759c516566 100644
--- a/src/mame/includes/battlex.h
+++ b/src/mame/includes/battlex.h
@@ -47,7 +47,7 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
- void video_start_dodgeman(); ATTR_COLD
+ DECLARE_VIDEO_START(dodgeman);
TILE_GET_INFO_MEMBER(get_dodgeman_bg_tile_info);
void dodgeman(machine_config &config);
void battlex(machine_config &config);