Previous 199869 Revisions Next

r19273 Monday 3rd December, 2012 at 14:28:21 UTC by R. Belmont
(nw)
[src/emu/cpu/h83002]h8priv.h

trunk/src/emu/cpu/h83002/h8priv.h
r19272r19273
101101         device->type() == H8S2241 ||
102102         device->type() == H8S2246 ||
103103         device->type() == H8S2323 ||
104         device->type() == H8S2394);
104         device->type() == H8S2394 ||
105           device->type() == H8S2655);
105106   return (h83xx_state *)downcast<legacy_cpu_device *>(device)->token();
106107}
107108

Previous 199869 Revisions Next


© 1997-2024 The MAME Team