summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gauntlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gauntlet.h')
-rw-r--r--src/mame/includes/gauntlet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/gauntlet.h b/src/mame/includes/gauntlet.h
index 7e19e6e39e6..f9e9de8c446 100644
--- a/src/mame/includes/gauntlet.h
+++ b/src/mame/includes/gauntlet.h
@@ -65,4 +65,9 @@ public:
DECLARE_WRITE16_MEMBER( gauntlet_yscroll_w );
static const atari_motion_objects_config s_mob_config;
+ void gauntlet_base(machine_config &config);
+ void vindctr2(machine_config &config);
+ void gauntlet(machine_config &config);
+ void gaunt2p(machine_config &config);
+ void gauntlet2(machine_config &config);
};