mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +03:00
Added M68020HMMU in assert check to prevent asserting of mess mac drivers (no whatsnew)
This commit is contained in:
parent
dc665399f8
commit
442b49491a
@ -501,6 +501,7 @@ INLINE m68ki_cpu_core *get_safe_token(device_t *device)
|
||||
device->type() == M68010 ||
|
||||
device->type() == M68EC020 ||
|
||||
device->type() == M68020 ||
|
||||
device->type() == M68020HMMU ||
|
||||
device->type() == M68020PMMU ||
|
||||
device->type() == M68EC030 ||
|
||||
device->type() == M68030 ||
|
||||
|
Loading…
Reference in New Issue
Block a user