mirror of
https://github.com/cc65/cc65.git
synced 2025-08-05 17:25:17 +00:00
Preserve the accu
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
.proc _waitvsync
|
||||
|
||||
wait: lda PPU_STATUS
|
||||
wait: bit PPU_STATUS
|
||||
bpl wait
|
||||
rts
|
||||
|
||||
|
Reference in New Issue
Block a user