1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-22 01:16:54 +00:00

Update waitvsync.s

This commit is contained in:
Stefan
2024-09-07 19:14:59 +02:00
committed by GitHub
parent 4e2a3bde92
commit f5e434c6c8
+3 -4
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