summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/poly88.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/poly88.h')
-rw-r--r--src/mame/includes/poly88.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/poly88.h b/src/mame/includes/poly88.h
index 51c2f6e1317..e2ea8e5866f 100644
--- a/src/mame/includes/poly88.h
+++ b/src/mame/includes/poly88.h
@@ -51,7 +51,7 @@ public:
DECLARE_WRITE8_MEMBER(poly88_baud_rate_w);
DECLARE_READ8_MEMBER(poly88_keyboard_r);
DECLARE_WRITE8_MEMBER(poly88_intr_w);
- DECLARE_DRIVER_INIT(poly88);
+ void init_poly88();
virtual void machine_reset() override;
virtual void video_start() override;
uint32_t screen_update_poly88(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);