mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Preserve the accu
This commit is contained in:
parent
0981c020b2
commit
4a224878d8
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
.proc _waitvsync
|
.proc _waitvsync
|
||||||
|
|
||||||
wait: lda PPU_STATUS
|
wait: bit PPU_STATUS
|
||||||
bpl wait
|
bpl wait
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user