Minor adjustment to recent change.
This commit is contained in:
parent
37ad190820
commit
b979fb5763
1 changed files with 2 additions and 2 deletions
|
@ -230,8 +230,8 @@ source: jsr $BF00
|
|||
; Check for startup filename support
|
||||
; ProDOS TechRefMan, chapter 5.1.5.1:
|
||||
; "$2000 is a jump instruction. $2003 and $2004 are $EE."
|
||||
system: lda $2000
|
||||
cmp #$4C
|
||||
system: lda #$4C
|
||||
cmp $2000
|
||||
bne jump
|
||||
lda #$EE
|
||||
cmp $2003
|
||||
|
|
Loading…
Add table
Reference in a new issue