summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2021-05-29 07:13:58 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2021-05-29 07:13:58 +0200
commit599c33e83908b647e0c530231a681455e89c33a5 (patch)
tree1cb48625bb771751949b6281450f6d2499252051 /src/mame/includes
parentb92d091821b12541cab7529e5ec8caab6e54099c (diff)
New machines marked as NOT_WORKING
---------------------------------- Fortune Wheel [coolmod]
Diffstat (limited to 'src/mame/includes')
-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);
-};