Skip to content

Commit

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

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

0 comments on commit 64cdf01

Please sign in to comment.