Skip to content

Commit

Permalink
Merge pull request #1151 from GmEsoft/GmEsoft_fix_trs80.s
Browse files Browse the repository at this point in the history
Fixed routine '_hd_xfer_out' in Kernel/platform/platform-trs80/trs80.s:
  • Loading branch information
EtchedPixels authored Feb 4, 2025
2 parents 881f98a + 1a48dd0 commit 8934ef7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Kernel/platform/platform-trs80/trs80.s
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ _hd_xfer_out:
call nz, map_proc_a
ld bc, #0xC8 ; 256 bytes to 0xC8
otir
xfer_out_wait: ; busy wait after OTIR
ex (sp), hl
ex (sp), hl
in a,(0xCF)
rlca
jr c, xfer_out_wait
call map_kernel
ret

Expand Down

0 comments on commit 8934ef7

Please sign in to comment.