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

trunk/src/osd/modules/sync/work_osd.c
r242785r242786
7676        int spin = 10000;
7777        while (--spin)
7878        {
79            if ((*ptr == val) ^ invert)
79            if ((*ptr != val) ^ invert)
8080                return;
8181        }
8282    } while (((*ptr == val) ^ invert) && osd_ticks() < stopspin);


Previous 199869 Revisions Next


© 1997-2024 The MAME Team