| Previous | 199869 Revisions | Next |
| r17919 Sunday 16th September, 2012 at 06:20:32 UTC by Robbbert |
|---|
| MT 5000: gcpinball crash before ok |
| [src/emu/sound] | msm5205.c |
| r17918 | r17919 | |
|---|---|---|
| 72 | 72 | INLINE msm5205_state *get_safe_token(device_t *device) |
| 73 | 73 | { |
| 74 | 74 | assert(device != NULL); |
| 75 | assert(device->type() == MSM5205); | |
| 75 | assert(device->type() == MSM5205 || device->type() == MSM6585); | |
| 76 | 76 | return (msm5205_state *)downcast<msm5205_device *>(device)->token(); |
| 77 | 77 | } |
| 78 | 78 |
| Previous | 199869 Revisions | Next |