summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/super80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/super80.h')
-rw-r--r--src/mame/includes/super80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/super80.h b/src/mame/includes/super80.h
index 6d21adce8ac..3f3f17a21df 100644
--- a/src/mame/includes/super80.h
+++ b/src/mame/includes/super80.h
@@ -79,7 +79,7 @@ public:
DECLARE_WRITE8_MEMBER(io_write_byte);
DECLARE_WRITE8_MEMBER(pio_port_a_w);
DECLARE_READ8_MEMBER(pio_port_b_r);
- DECLARE_DRIVER_INIT(super80);
+ void init_super80();
DECLARE_MACHINE_RESET(super80);
DECLARE_MACHINE_RESET(super80r);
DECLARE_VIDEO_START(super80);