Remove unnecessary code

This commit is contained in:
Terence Boldt 2021-03-31 21:33:56 -04:00
parent 5f42dcb8a0
commit 80f30592be
2 changed files with 0 additions and 8 deletions

View File

@ -100,14 +100,6 @@ boot: lda #$01 ;set read command
sta bufhi
jsr entry ;get the block
lda #$00 ;block 1
sta blklo
sta blkhi
sta buflo ;buffer at $A00
lda #$0A
sta bufhi
jsr entry ;get the block
ldx #sdrive ;set up for slot n
jmp $801 ;execute the block

Binary file not shown.