Silence a firing assert for now

This commit is contained in:
Aaron Culliney 2018-11-25 15:32:24 -08:00
parent 5230afa788
commit b08c5d9289

View File

@ -275,7 +275,7 @@ static void _flushScanline(uint8_t *scanline, unsigned int scanrow, unsigned int
static void _endOfFrame() {
SCOPE_TRACE_CPU("_endOfFrame ...");
assert(cyclesFrameLast >= CYCLES_FRAME);
assert(cycles_video_frame >= CYCLES_FRAME);
//assert(cycles_video_frame >= CYCLES_FRAME); -- FIXME TODO : this is firing occasionally if we switch CPU speed ... why exactly?
cyclesFrameLast %= CYCLES_FRAME;
cycles_video_frame %= CYCLES_FRAME;