diff options
Diffstat (limited to 'src/mame/drivers/cubeqst.c')
-rw-r--r-- | src/mame/drivers/cubeqst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cubeqst.c b/src/mame/drivers/cubeqst.c index cc4a2021f77..9c007ae7641 100644 --- a/src/mame/drivers/cubeqst.c +++ b/src/mame/drivers/cubeqst.c @@ -48,7 +48,7 @@ static int video_field; static UINT8 io_latch; static UINT8 reset_latch; -static const device_config *laserdisc; +static running_device *laserdisc; static rgb_t *colormap; @@ -454,7 +454,7 @@ static MACHINE_RESET( cubeqst ) */ /* Called by the sound CPU emulation */ -static void sound_dac_w(const device_config *device, UINT16 data) +static void sound_dac_w(running_device *device, UINT16 data) { static const char *const dacs[] = { |