1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-16 18:08:04 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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