diff --git a/src/emu/cpu/h83002/h8priv.h b/src/emu/cpu/h83002/h8priv.h index 6ea2e808fb4..c3f65de49b5 100644 --- a/src/emu/cpu/h83002/h8priv.h +++ b/src/emu/cpu/h83002/h8priv.h @@ -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(device)->token(); }