mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-14 12:33:45 +00:00
update for xa 2.4
This commit is contained in:
parent
2074de70ce
commit
ab9c52577c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
curl -LO https://github.com/cmosher01/Apple-II-System-Masters/releases/download/v1.1.0/apple2sysmas.zip
|
curl -LO https://github.com/cmosher01/Apple-II-System-Masters/releases/download/v1.1.0/apple2sysmas.zip
|
||||||
unzip apple2sysmas.zip
|
unzip apple2sysmas.zip
|
||||||
curl -LO https://github.com/cmosher01/Apple-II-Source/releases/download/v1.1.2/apple2sys.zip
|
curl -LO https://github.com/cmosher01/Apple-II-Source/releases/download/v1.2.1/apple2sys.zip
|
||||||
unzip apple2sys.zip
|
unzip apple2sys.zip
|
||||||
|
|
||||||
mkdir stage
|
mkdir stage
|
||||||
|
@ -14,7 +14,7 @@ RELOC65=reloc65
|
|||||||
$(M4) -I ./ $(M4FLAGS) $< >$@
|
$(M4) -I ./ $(M4FLAGS) $< >$@
|
||||||
|
|
||||||
.s65.o65:
|
.s65.o65:
|
||||||
$(XA65) -C -M -R -c -bt 0 $(ZERO_SEGS) -o $@ $(XA65FLAGS) $<
|
$(XA65) -C -MASM -XXA23 -R -c -bt 0 $(ZERO_SEGS) -o $@ $(XA65FLAGS) $<
|
||||||
|
|
||||||
.o65.r65:
|
.o65.r65:
|
||||||
$(LDO65) -bt $(CODE_SEG) $(ZERO_SEGS) -o $@ $(LD65FLAGS) $^
|
$(LDO65) -bt $(CODE_SEG) $(ZERO_SEGS) -o $@ $(LD65FLAGS) $^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user