| Previous | 199869 Revisions | Next |
| r17776 Monday 10th September, 2012 at 07:22:48 UTC by Miodrag Milanović |
|---|
| fix es5506 issue (no whatsnew) |
| [src/emu/sound] | es5506.c |
| r17775 | r17776 | |
|---|---|---|
| 205 | 205 | { |
| 206 | 206 | assert(device != NULL); |
| 207 | 207 | assert(device->type() == ES5505 || device->type() == ES5506); |
| 208 | return (es5506_state *)downcast<es550 | |
| 208 | return (es5506_state *)downcast<es5506_device *>(device)->token(); | |
| 209 | 209 | } |
| 210 | 210 | |
| 211 | 211 |
| Previous | 199869 Revisions | Next |