mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 02:10:52 +00:00
Update waitvsync.s
This commit is contained in:
parent
f5e434c6c8
commit
461554e616
@ -23,8 +23,8 @@ _waitvsync:
|
||||
|
||||
@c80:
|
||||
;FIXME: do we have to switch banks?
|
||||
lda #$20
|
||||
@l3:
|
||||
lda VDC_INDEX
|
||||
and #$20
|
||||
and VDC_INDEX
|
||||
beq @l3
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user