Update waitvsync.s

This commit is contained in:
Stefan
2024-09-07 19:14:59 +02:00
committed by GitHub
parent 4e2a3bde92
commit f5e434c6c8

View File

@@ -9,8 +9,7 @@
.include "pet.inc"
_waitvsync:
@l1:
lda VIA_PB
and #%00100000
bne @l1
lda #%00100000
: and VIA_PB
bne :-
rts