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 826eedd99a3..b759c516566 100644
--- a/src/mame/includes/battlex.h
+++ b/src/mame/includes/battlex.h
@@ -35,7 +35,7 @@ public:
DECLARE_WRITE8_MEMBER(battlex_videoram_w);
DECLARE_WRITE8_MEMBER(battlex_flipscreen_w);
DECLARE_CUSTOM_INPUT_MEMBER(battlex_in0_b4_r);
- DECLARE_DRIVER_INIT(battlex);
+ void init_battlex();
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void machine_start() override;
virtual void machine_reset() override;