summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sms_bootleg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sms_bootleg.h')
-rw-r--r--src/mame/includes/sms_bootleg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sms_bootleg.h b/src/mame/includes/sms_bootleg.h
index 7d3f0b1a8f4..4aead1b8730 100644
--- a/src/mame/includes/sms_bootleg.h
+++ b/src/mame/includes/sms_bootleg.h
@@ -7,7 +7,7 @@ class smsbootleg_state : public sms_state
: sms_state(mconfig, type, tag)
{}
- DECLARE_DRIVER_INIT(sms_supergame);
+ void init_sms_supergame();
DECLARE_WRITE8_MEMBER(port08_w);
DECLARE_WRITE8_MEMBER(port18_w);