Skip to content

Commit

Permalink
80bus floppy: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EtchedPixels committed Sep 1, 2024
1 parent f17b30e commit 08c67ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/dev/80bus/floppy.S
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ read_status:
; Next byte will be status
in a,(0xE0)
ld h,0
ld l,a ; Return it to C
ld l,a ; Return it to l
pop bc
ret
fdcdone:
Expand Down

0 comments on commit 08c67ea

Please sign in to comment.