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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/sms_bootleg.h b/src/mame/includes/sms_bootleg.h
index 693e993fd2d..71ccabf2c34 100644
--- a/src/mame/includes/sms_bootleg.h
+++ b/src/mame/includes/sms_bootleg.h
@@ -12,8 +12,8 @@ public:
void init_sms_supergame();
private:
- DECLARE_WRITE8_MEMBER(port08_w);
- DECLARE_WRITE8_MEMBER(port18_w);
+ void port08_w(uint8_t data);
+ void port18_w(uint8_t data);
void sms_supergame_io(address_map &map);
void sms_supergame_map(address_map &map);