This commit is contained in:
ekeeke31 2008-09-13 15:42:24 +00:00
parent deec7ecd2f
commit 1747f1b060

View File

@ -233,6 +233,7 @@ int system_frame (int do_skip)
/* adjust timings to take decrement in account */ /* adjust timings to take decrement in account */
if ((line != 0) || (h_counter == 0)) aim_m68k += 36; if ((line != 0) || (h_counter == 0)) aim_m68k += 36;
}
/* HINT will be triggered on next line, approx. 36 cycles before VDP starts line rendering */ /* 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 */ /* during this period, any VRAM/CRAM/VSRAM writes should NOT be taken in account before next line */