Skip to content

Commit

Permalink
removed redundant (?) LOADB CHKIN #363
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Aug 30, 2021
1 parent 54c59fc commit 874b537
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions disk.asm
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ load_binary_laddr_hi = *+1
lda #0 ;0 = load to memory (no verify)
jsr LOAD
bcs .disk_io_error
ldx #$00 ; filenumber 0 = keyboard
jmp CHKIN ; call CHKIN (keyboard now input device again)
rts

.disk_io_setnamsetlfs ;reused by both loadb and saveb
jsr SETNAM
Expand Down

0 comments on commit 874b537

Please sign in to comment.