mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
MT 5000: gcpinball crash before ok
This commit is contained in:
parent
1a30184903
commit
dbf289a1af
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user