mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-08 08:29:51 +00:00
Silence a firing assert for now
This commit is contained in:
parent
5230afa788
commit
b08c5d9289
@ -275,7 +275,7 @@ static void _flushScanline(uint8_t *scanline, unsigned int scanrow, unsigned int
|
|||||||
static void _endOfFrame() {
|
static void _endOfFrame() {
|
||||||
SCOPE_TRACE_CPU("_endOfFrame ...");
|
SCOPE_TRACE_CPU("_endOfFrame ...");
|
||||||
assert(cyclesFrameLast >= CYCLES_FRAME);
|
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;
|
cyclesFrameLast %= CYCLES_FRAME;
|
||||||
cycles_video_frame %= CYCLES_FRAME;
|
cycles_video_frame %= CYCLES_FRAME;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user