Skip to content

Commit

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

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

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


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

0 comments on commit 8ae8f40

Please sign in to comment.