Skip to content

Commit

Permalink
Merge pull request #201 from venomix666/master
Browse files Browse the repository at this point in the history
nano6502: Fixed carry clear after sector write
  • Loading branch information
davidgiven authored Nov 1, 2024
2 parents 8f27501 + a35b178 commit f294f2f
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 f294f2f

Please sign in to comment.