summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/asterix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/asterix.h')
-rw-r--r--src/mame/includes/asterix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/asterix.h b/src/mame/includes/asterix.h
index bf1a7b199ea..22be780bcde 100644
--- a/src/mame/includes/asterix.h
+++ b/src/mame/includes/asterix.h
@@ -49,7 +49,7 @@ public:
DECLARE_WRITE16_MEMBER(sound_irq_w);
DECLARE_WRITE16_MEMBER(protection_w);
DECLARE_WRITE16_MEMBER(asterix_spritebank_w);
- DECLARE_DRIVER_INIT(asterix);
+ void init_asterix();
virtual void machine_start() override;
virtual void machine_reset() override;
uint32_t screen_update_asterix(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);