summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/apple3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/apple3.h')
-rw-r--r--src/mame/includes/apple3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/apple3.h b/src/mame/includes/apple3.h
index b2d36b99fc5..b35a7c33665 100644
--- a/src/mame/includes/apple3.h
+++ b/src/mame/includes/apple3.h
@@ -90,7 +90,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(apple3_sync_w);
DECLARE_READ8_MEMBER(apple3_c0xx_r);
DECLARE_WRITE8_MEMBER(apple3_c0xx_w);
- DECLARE_DRIVER_INIT(apple3);
+ void init_apple3();
DECLARE_MACHINE_RESET(apple3);
DECLARE_VIDEO_START(apple3);
uint32_t screen_update_apple3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);