Optimise waitvsync.s

This commit is contained in:
Stefan 2024-09-07 18:49:53 +02:00 committed by GitHub
parent f430341d5d
commit b355620939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@
.proc _waitvsync
wait: lda VIA::PRA2
and #%00010000 ; CB1
lda #%00010000
wait: and VIA::PRA2 ; CB1
bne wait
rts