summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ac1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ac1.h')
-rw-r--r--src/mame/includes/ac1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ac1.h b/src/mame/includes/ac1.h
index ce0851fce96..e5ef90ce2d1 100644
--- a/src/mame/includes/ac1.h
+++ b/src/mame/includes/ac1.h
@@ -24,7 +24,7 @@ public:
, m_io_line(*this, "LINE.%u", 0)
{ }
- DECLARE_DRIVER_INIT(ac1);
+ void init_ac1();
virtual void machine_reset() override;
virtual void video_start() override;
uint32_t screen_update_ac1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);