mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
fix slot message
This commit is contained in:
parent
7300f227b2
commit
833d1e5570
@ -20,11 +20,11 @@
|
||||
|
||||
ldy #@noHighPartlen
|
||||
- lda @s_noHighPart,y
|
||||
sta $6B1,y
|
||||
sta $6AB,y
|
||||
dey
|
||||
bpl -
|
||||
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
|
||||
|
||||
+ jsr Has64K ; check for 64K (required)
|
||||
|
Loading…
Reference in New Issue
Block a user