fix slot message

This commit is contained in:
Peter Ferrie 2019-09-17 21:55:13 -07:00
parent 7300f227b2
commit 833d1e5570

View File

@ -20,11 +20,11 @@
ldy #@noHighPartlen ldy #@noHighPartlen
- lda @s_noHighPart,y - lda @s_noHighPart,y
sta $6B1,y sta $6AB,y
dey dey
bpl - bpl -
bmi @hang bmi @hang
@s_noHighPart !scrxor $80,"RUN FROM PARTITION 1-4" @s_noHighPart !scrxor $80,"RUN FROM DRIVE 1 OR 2 OF BOOT SLOT"
@noHighPartlen=(*-@s_noHighPart)-1 @noHighPartlen=(*-@s_noHighPart)-1
+ jsr Has64K ; check for 64K (required) + jsr Has64K ; check for 64K (required)