diff options
author | 2009-03-12 15:25:58 +0000 | |
---|---|---|
committer | 2009-03-12 15:25:58 +0000 | |
commit | 475762a3fd2a353734109495f197ca948f3bf81c (patch) | |
tree | 2c7c74dfbb96b37402686a033275e6d56b6f8a27 /src/emu/sound/sn76496.c | |
parent | a5c832f8f710e15847fd045cc7399dc4d2a06c03 (diff) |
Sound cores compile cleanly.
Diffstat (limited to 'src/emu/sound/sn76496.c')
-rw-r--r-- | src/emu/sound/sn76496.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/sn76496.c b/src/emu/sound/sn76496.c index 6e9ec1c9ae9..417c6016fa6 100644 --- a/src/emu/sound/sn76496.c +++ b/src/emu/sound/sn76496.c @@ -145,7 +145,7 @@ WRITE8_DEVICE_HANDLER( sn76496_w ) static STREAM_UPDATE( SN76496Update ) { int i; - sn76496_state *R = param; + sn76496_state *R = (sn76496_state *)param; stream_sample_t *buffer = outputs[0]; |