1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +00:00
This commit is contained in:
Stefan 2024-09-07 18:51:20 +02:00 committed by GitHub
parent b355620939
commit be5a9f92ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@
.proc _waitvsync
lda #%00010000
wait: and VIA::PRA2 ; CB1
lda #%00010000 ; CB1
wait: and VIA::PRA2
bne wait
rts