| Previous | 199869 Revisions | Next |
| r19273 Monday 3rd December, 2012 at 14:28:21 UTC by R. Belmont |
|---|
| (nw) |
| [src/emu/cpu/h83002] | h8priv.h |
| r19272 | r19273 | |
|---|---|---|
| 101 | 101 | device->type() == H8S2241 || |
| 102 | 102 | device->type() == H8S2246 || |
| 103 | 103 | device->type() == H8S2323 || |
| 104 | device->type() == H8S2394); | |
| 104 | device->type() == H8S2394 || | |
| 105 | device->type() == H8S2655); | |
| 105 | 106 | return (h83xx_state *)downcast<legacy_cpu_device *>(device)->token(); |
| 106 | 107 | } |
| 107 | 108 |
| Previous | 199869 Revisions | Next |