Skip to content

Commit 48ddec4

Browse files
committed
Fixed etherload not setting current drive used in $BA when loading C64
program
1 parent c636dce commit 48ddec4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/tools/etherload/ethlet_all_done_basic2.a65

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,10 @@ main:
535535
lda data_end_address_copy+1
536536
sta $2e
537537

538+
; set current device number
539+
lda #8
540+
sta $ba
541+
538542
lda do_run_copy
539543
beq main_exit
540544

0 commit comments

Comments
 (0)