MT 5000: gcpinball crash before ok

This commit is contained in:
Robbbert 2012-09-16 06:20:32 +00:00
parent 1a30184903
commit dbf289a1af

View File

@ -72,7 +72,7 @@ struct msm5205_state
INLINE msm5205_state *get_safe_token(device_t *device)
{
assert(device != NULL);
assert(device->type() == MSM5205);
assert(device->type() == MSM5205 || device->type() == MSM6585);
return (msm5205_state *)downcast<msm5205_device *>(device)->token();
}