mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Added missing device type. (no whatsnew)
This commit is contained in:
parent
58523250e5
commit
391c093c96
@ -89,6 +89,7 @@ INLINE m6502_Regs *get_safe_token(device_t *device)
|
||||
{
|
||||
assert(device != NULL);
|
||||
assert(device->type() == M6502 ||
|
||||
device->type() == M6504 ||
|
||||
device->type() == M6510 ||
|
||||
device->type() == M6510T ||
|
||||
device->type() == M7501 ||
|
||||
|
Loading…
Reference in New Issue
Block a user