Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mos-platform/cpm65/cpm.S
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cpmentry cpm_parse_filename_i, 43, __cpmexiter_ptrornull
biosentry cpm_bios_const, 0
biosentry cpm_bios_conin, 1
biosentry cpm_bios_conout, 2
biosentry cpm_bios_seldsk_i, 3
biosentry cpm_bios_seldsk_i, 3, __cpmexiter_ptrornull
biosentry cpm_bios_setsec_i, 4
biosentry cpm_bios_setdma_i, 5
biosentry cpm_bios_read, 6, __cpmexiter_errno
Expand Down