Skip to content

Commit

Permalink
removed what seems like redundant CHKIN #363
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Aug 30, 2021
1 parent 492335b commit 419015f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions disk.asm
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@ geof

.glose
LDA #$0F ; filenumber 15
JSR CLOSE

LDX #$00 ; filenumber 0 = keyboard
JMP CHKIN ; keyboard now input device again

jmp CLOSE

; LOADB ( filenameptr filenamelen dst -- endaddress ) load binary file
; - s" base" 7000 loadb #load file to 7000
Expand Down

0 comments on commit 419015f

Please sign in to comment.