WaitOneFrame fixed

This commit is contained in:
Pecusx
2022-08-10 00:56:56 +02:00
parent f14b64a7f6
commit f807fe8876
3 changed files with 6 additions and 4 deletions
+4 -1
View File
@@ -1518,8 +1518,11 @@ noKey
rts
.endp
.proc WaitOneFrame
lda CONSOL
cmp #6 ; START KEY
beq @+
wait
rts
@ rts
.endp
.proc PauseYFrames
; Y - number of frames to wait (divided by 2)