summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exprraid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exprraid.h')
-rw-r--r--src/mame/includes/exprraid.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mame/includes/exprraid.h b/src/mame/includes/exprraid.h
index 92e84e14d07..8bec3cedbeb 100644
--- a/src/mame/includes/exprraid.h
+++ b/src/mame/includes/exprraid.h
@@ -5,13 +5,11 @@
*************************************************************************/
-class exprraid_state : public driver_data_t
+class exprraid_state : public driver_device
{
public:
- static driver_data_t *alloc(running_machine &machine) { return auto_alloc_clear(&machine, exprraid_state(machine)); }
-
- exprraid_state(running_machine &machine)
- : driver_data_t(machine) { }
+ exprraid_state(running_machine &machine, const driver_device_config_base &config)
+ : driver_device(machine, config) { }
/* memory pointers */
UINT8 * main_ram;