mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-24 22:31:40 +00:00
Merge branch 'master' of https://github.com/a2-4am/4cade
This commit is contained in:
commit
9a0322e2ff
Binary file not shown.
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user