1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Preserve the accu

This commit is contained in:
Stefan 2020-04-06 16:20:52 +02:00 committed by Oliver Schmidt
parent 0981c020b2
commit 4a224878d8

View File

@ -11,7 +11,7 @@
.proc _waitvsync
wait: lda PPU_STATUS
wait: bit PPU_STATUS
bpl wait
rts