| Previous | 199869 Revisions | Next |
| r34274 Friday 9th January, 2015 at 02:03:44 UTC by Couriersud |
|---|
| Fix bug in work_osd.c causing discrete sound to crash. [Tafoid, Haze, Couriersud] |
| [src/osd/modules/sync] | work_osd.c |
| r242785 | r242786 | |
|---|---|---|
| 76 | 76 | int spin = 10000; |
| 77 | 77 | while (--spin) |
| 78 | 78 | { |
| 79 | if ((*ptr | |
| 79 | if ((*ptr != val) ^ invert) | |
| 80 | 80 | return; |
| 81 | 81 | } |
| 82 | 82 | } while (((*ptr == val) ^ invert) && osd_ticks() < stopspin); |
| https://github.com/mamedev/mame/commit/ac27a0991ce6c5a4fe97680ad08cd5a97b8b2259 |
| Previous | 199869 Revisions | Next |