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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dday.h b/src/mame/includes/dday.h
index 783ff2393d8..b5f31b031ad 100644
--- a/src/mame/includes/dday.h
+++ b/src/mame/includes/dday.h
@@ -23,7 +23,7 @@ struct _dday_state
int timer_value;
/* devices */
- const device_config *ay1;
+ running_device *ay1;
};