summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms3615.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tms3615.c')
-rw-r--r--src/emu/sound/tms3615.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/tms3615.c b/src/emu/sound/tms3615.c
index c16d07a6dd2..7061c9aca1f 100644
--- a/src/emu/sound/tms3615.c
+++ b/src/emu/sound/tms3615.c
@@ -33,7 +33,7 @@ INLINE tms_state *get_safe_token(const device_config *device)
static STREAM_UPDATE( tms3615_sound_update )
{
- tms_state *tms = param;
+ tms_state *tms = (tms_state *)param;
int samplerate = tms->samplerate;
stream_sample_t *buffer8 = outputs[TMS3615_FOOTAGE_8];
stream_sample_t *buffer16 = outputs[TMS3615_FOOTAGE_16];