mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
(nw)
This commit is contained in:
parent
ab82e572a5
commit
e39c49fff0
@ -101,7 +101,8 @@ INLINE h83xx_state *get_safe_token(device_t *device)
|
||||
device->type() == H8S2241 ||
|
||||
device->type() == H8S2246 ||
|
||||
device->type() == H8S2323 ||
|
||||
device->type() == H8S2394);
|
||||
device->type() == H8S2394 ||
|
||||
device->type() == H8S2655);
|
||||
return (h83xx_state *)downcast<legacy_cpu_device *>(device)->token();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user