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