Fixed assert check (no whatsnew)
This commit is contained in:
parent
c2bc30d585
commit
807f450e4a
@ -654,7 +654,7 @@ INLINE m68ki_cpu_core *get_safe_token(device_t *device)
|
|||||||
device->type() == M68EC040 ||
|
device->type() == M68EC040 ||
|
||||||
device->type() == M68040 ||
|
device->type() == M68040 ||
|
||||||
device->type() == SCC68070 ||
|
device->type() == SCC68070 ||
|
||||||
device->type() == COLDFIRE ||
|
device->type() == MCF5206E ||
|
||||||
device->type() == M68340);
|
device->type() == M68340);
|
||||||
return (m68ki_cpu_core *)downcast<legacy_cpu_device *>(device)->token();
|
return (m68ki_cpu_core *)downcast<legacy_cpu_device *>(device)->token();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user