update for xa 2.4

This commit is contained in:
Christopher A. Mosher 2024-09-28 18:52:47 -04:00
parent 2074de70ce
commit ab9c52577c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
curl -LO https://github.com/cmosher01/Apple-II-System-Masters/releases/download/v1.1.0/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
mkdir stage

View File

@ -14,7 +14,7 @@ RELOC65=reloc65
$(M4) -I ./ $(M4FLAGS) $< >$@
.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:
$(LDO65) -bt $(CODE_SEG) $(ZERO_SEGS) -o $@ $(LD65FLAGS) $^