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.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mame/includes/sms_bootleg.h b/src/mame/includes/sms_bootleg.h
deleted file mode 100644
index 71ccabf2c34..00000000000
--- a/src/mame/includes/sms_bootleg.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#include "sms.h"
-
-class smsbootleg_state : public sms_state
-{
-public:
- smsbootleg_state(const machine_config &mconfig, device_type type, const char *tag)
- : sms_state(mconfig, type, tag)
- {}
-
- void sms_supergame(machine_config &config);
-
- void init_sms_supergame();
-
-private:
- 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);
-};