diff --git a/src/emu/cpu/h83002/h8priv.h b/src/emu/cpu/h83002/h8priv.h index 1cef76b3597..1ddad3d9695 100644 --- a/src/emu/cpu/h83002/h8priv.h +++ b/src/emu/cpu/h83002/h8priv.h @@ -53,7 +53,10 @@ INLINE h83xx_state *get_safe_token(device_t *device) assert(device->type() == H83002 || device->type() == H83007 || device->type() == H83044 || - device->type() == H83334); + device->type() == H83334 || + device->type() == H8S2241 || + device->type() == H8S2246 || + device->type() == H8S2323); return (h83xx_state *)downcast(device)->token(); }