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 4dc47863e8a..24bd5998d4f 100644
--- a/src/emu/sound/multipcm.c
+++ b/src/emu/sound/multipcm.c
@@ -129,7 +129,7 @@ static const int val2chan[] =
INLINE MultiPCM *get_safe_token(running_device *device)
{
assert(device != NULL);
- assert(device->type() == SOUND_MULTIPCM);
+ assert(device->type() == MULTIPCM);
return (MultiPCM *)downcast<legacy_device_base *>(device)->token();
}