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