Added M68020HMMU in assert check to prevent asserting of mess mac drivers (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2011-04-20 07:17:30 +00:00
parent dc665399f8
commit 442b49491a

View File

@ -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 ||