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