1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-13 23:25:29 +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 .proc _waitvsync
lda #%00010000 lda #%00010000 ; CB1
wait: and VIA::PRA2 ; CB1 wait: and VIA::PRA2
bne wait bne wait
rts rts