From 1747f1b060a6594f18f4e33e6fea6ff17ccdbbbf Mon Sep 17 00:00:00 2001 From: ekeeke31 Date: Sat, 13 Sep 2008 15:42:24 +0000 Subject: [PATCH] --- source/system.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/system.c b/source/system.c index c0746ba..5ba2404 100644 --- a/source/system.c +++ b/source/system.c @@ -233,6 +233,7 @@ int system_frame (int do_skip) /* adjust timings to take decrement in account */ if ((line != 0) || (h_counter == 0)) aim_m68k += 36; + } /* HINT will be triggered on next line, approx. 36 cycles before VDP starts line rendering */ /* during this period, any VRAM/CRAM/VSRAM writes should NOT be taken in account before next line */