Skip to content

Commit

Permalink
Fixed carry clear after sector write
Browse files Browse the repository at this point in the history
  • Loading branch information
venomix666 committed Nov 1, 2024
1 parent 8f27501 commit a35b178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/nano6502/nano6502.S
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ zproc bios_WRITE
sta sd_write_strobe

jsr sd_wait
clc
rts
zendproc

Expand Down

0 comments on commit a35b178

Please sign in to comment.