summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/multipcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/multipcm.c')
-rw-r--r--src/emu/sound/multipcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/multipcm.c b/src/emu/sound/multipcm.c
index a457faf7c80..70667af0f25 100644
--- a/src/emu/sound/multipcm.c
+++ b/src/emu/sound/multipcm.c
@@ -494,7 +494,7 @@ static STREAM_UPDATE( MultiPCM_update )
READ8_DEVICE_HANDLER( multipcm_r )
{
-// MultiPCM *ptChip = get_safe_token(device);
+// MultiPCM *ptChip = get_safe_token(device);
return 0;
}