summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/klax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/klax.h')
-rw-r--r--src/mame/includes/klax.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/klax.h b/src/mame/includes/klax.h
index 44c8d8058ba..2715bc9e493 100644
--- a/src/mame/includes/klax.h
+++ b/src/mame/includes/klax.h
@@ -9,10 +9,8 @@
class klax_state : public atarigen_state
{
public:
- static driver_data_t *alloc(running_machine &machine) { return auto_alloc_clear(&machine, klax_state(machine)); }
-
- klax_state(running_machine &machine)
- : atarigen_state(machine) { }
+ klax_state(running_machine &machine, const driver_device_config_base &config)
+ : atarigen_state(machine, config) { }
};