Update 'go.bat'

Signed-off-by: hexsane <hexsane@noreply.localhost>
This commit is contained in:
hexsane 2022-03-15 20:07:52 +00:00
parent 3a966201e1
commit 06e4f4bc97

4
go.bat
View File

@ -5,6 +5,6 @@ SET LD65_CFG=c:\cc65d\cfg
SET LD65_LIB=c:\cc65d\lib
SET LD65_OBJ=c:\cc65d\obj
SET CA65_INC=c:\cc65d\asminc
ca65 -t apple2 --cpu 65C02 -l SPDRV.S
ld65 -t apple2 SPDRV.O -o SPDRV.BIN
ca65 -t apple2 --cpu 65C02 -l amigodos.s
ld65 -t apple2 amigodos.o -o amigodos.bin