Skip to content

Commit

Permalink
Remove note about C128 'bug' and use CLRCHN
Browse files Browse the repository at this point in the history
Per Greg King's comment on issue jkotlinski#95, this is not a bug, and CLRCHN
should be used on both C64 and C128.
  • Loading branch information
rhalkyard committed Dec 17, 2020
1 parent 9a33612 commit defd88e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions disk.asm
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,7 @@ INCLUDED
ldx CURRENT_DEVICE
jsr SETLFS

!if TARGET = 128 {
; On the C128, drive must be UNTALKed before OPEN to avoid
; a bug that causes a byte to be lost from a channel that
; is currently open.
jsr UNTALK
}
jsr CLRCHN

jsr OPEN
bcc +
Expand Down

0 comments on commit defd88e

Please sign in to comment.