summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapfght.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/slapfght.h')
-rw-r--r--src/mame/includes/slapfght.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mame/includes/slapfght.h b/src/mame/includes/slapfght.h
index 3f21f29491e..9e033a23b76 100644
--- a/src/mame/includes/slapfght.h
+++ b/src/mame/includes/slapfght.h
@@ -47,8 +47,8 @@ public:
enum getstar_id
{
GETSTUNK = 0, /* unknown for inclusion of possible new sets */
- GETSTAR,
- GETSTARJ,
+ //GETSTAR,
+ //GETSTARJ,
GETSTARB1, /* "good" bootleg with same behaviour as 'getstarj' */
GETSTARB2 /* "lame" bootleg with lots of ingame bugs */
} m_getstar_id;
@@ -98,11 +98,8 @@ public:
virtual void machine_start() override;
virtual void machine_reset() override;
- DECLARE_MACHINE_RESET(getstar);
void init_banks();
- DECLARE_DRIVER_INIT(getstarj);
- DECLARE_DRIVER_INIT(getstar);
DECLARE_DRIVER_INIT(getstarb1);
DECLARE_DRIVER_INIT(slapfigh);
DECLARE_DRIVER_INIT(getstarb2);