1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-09 13:25:06 +00:00
This commit is contained in:
Stefan
2024-09-07 18:51:20 +02:00
committed by GitHub
parent b355620939
commit be5a9f92ec

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