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:
parent
4e2a3bde92
commit
f5e434c6c8
@ -9,8 +9,7 @@
|
||||
.include "pet.inc"
|
||||
|
||||
_waitvsync:
|
||||
@l1:
|
||||
lda VIA_PB
|
||||
and #%00100000
|
||||
bne @l1
|
||||
lda #%00100000
|
||||
: and VIA_PB
|
||||
bne :-
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user