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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/gauntlet.h b/src/mame/includes/gauntlet.h
index 8f28edec63c..96c01ebef9b 100644
--- a/src/mame/includes/gauntlet.h
+++ b/src/mame/includes/gauntlet.h
@@ -9,10 +9,8 @@
class gauntlet_state : public atarigen_state
{
public:
- static driver_data_t *alloc(running_machine &machine) { return auto_alloc_clear(&machine, gauntlet_state(machine)); }
-
- gauntlet_state(running_machine &machine)
- : atarigen_state(machine) { }
+ gauntlet_state(running_machine &machine, const driver_device_config_base &config)
+ : atarigen_state(machine, config) { }
UINT16 sound_reset_val;
UINT8 vindctr2_screen_refresh;