Skip to content

Commit

Permalink
Set DSNUMBER on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
freitz85 committed Aug 24, 2021
1 parent f866c3f commit 99eebeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified Binary/AppleIISd.bin
Binary file not shown.
Binary file modified Binary/Flasher.dsk
Binary file not shown.
2 changes: 2 additions & 0 deletions Firmware/src/AppleIISd.s
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
STZ BUFFER ; buffer lo
STZ BLOCKNUM+1 ; block hi
STZ BLOCKNUM ; block lo
LDA SLOT16
STA DSNUMBER ; set to current slot
JSR READ
BCS @NEXTSLOT ; load not successful

Expand Down

0 comments on commit 99eebeb

Please sign in to comment.