summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gridlee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/gridlee.c')
-rw-r--r--src/mame/audio/gridlee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/gridlee.c b/src/mame/audio/gridlee.c
index 7603341afc3..a338706d296 100644
--- a/src/mame/audio/gridlee.c
+++ b/src/mame/audio/gridlee.c
@@ -91,7 +91,7 @@ DEVICE_GET_INFO( gridlee_sound )
WRITE8_HANDLER( gridlee_sound_w )
{
static UINT8 sound_data[24];
- const device_config *samples = devtag_get_device(space->machine, "samples");
+ running_device *samples = devtag_get_device(space->machine, "samples");
stream_update(gridlee_stream);