mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Two minor glitches when switching screens. (very rare)
This commit is contained in:
+2
-2
@@ -77,10 +77,10 @@
|
||||
; WAIT
|
||||
; waits one frame (1/50 s(PAL) or 1/60s(NTSC))
|
||||
?zero LDA VCOUNT
|
||||
cmp #$05
|
||||
cmp #$05 ; if line<5 then wait for line>4
|
||||
bcc ?zero
|
||||
cmp #$70
|
||||
bcc ?WA
|
||||
bcc ?WA ; if line>=112 then
|
||||
sbc #10 ; last lines correction
|
||||
?WA cmp VCOUNT
|
||||
beq ?WA
|
||||
|
||||
Reference in New Issue
Block a user