mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
SCMP assert fix (No whatsnew is needed)
This commit is contained in:
parent
8a363b4e08
commit
ef4d608713
@ -86,7 +86,7 @@ INLINE scmp_state *get_safe_token(const device_config *device)
|
||||
assert(device != NULL);
|
||||
assert(device->token != NULL);
|
||||
assert(device->type == CPU);
|
||||
assert(cpu_get_type(device) == CPU_SCMP);
|
||||
assert(cpu_get_type(device) == CPU_SCMP || cpu_get_type(device) == CPU_INS8060);
|
||||
return (scmp_state *)device->token;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user