summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/s11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/s11b.h')
-rw-r--r--src/mame/includes/s11b.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/s11b.h b/src/mame/includes/s11b.h
index 61c32da9b86..1ede5d1d446 100644
--- a/src/mame/includes/s11b.h
+++ b/src/mame/includes/s11b.h
@@ -28,8 +28,8 @@ public:
DECLARE_WRITE8_MEMBER(bg_speech_digit_w);
DECLARE_MACHINE_RESET(s11b);
- DECLARE_DRIVER_INIT(s11b);
- DECLARE_DRIVER_INIT(s11b_invert);
+ void init_s11b();
+ void init_s11b_invert();
void s11b(machine_config &config);
void s11b_audio_map(address_map &map);