1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-09 13:25:06 +00:00

Update waitvsync.s

This commit is contained in:
Stefan
2024-09-07 19:17:00 +02:00
committed by GitHub
parent f5e434c6c8
commit 461554e616

View File

@@ -23,8 +23,8 @@ _waitvsync:
@c80: @c80:
;FIXME: do we have to switch banks? ;FIXME: do we have to switch banks?
lda #$20
@l3: @l3:
lda VDC_INDEX and VDC_INDEX
and #$20
beq @l3 beq @l3
rts rts