Integration #3

Merged
duuqnd merged 25 commits from integration into main 2025-07-27 16:35:23 +02:00
Showing only changes of commit 677b6a2f56 - Show all commits

View file

@ -1,6 +1,6 @@
# !/bin/bash
#Note that program start at $080D
cl65 -o build/file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l build/program.lst source.s -Ln build/program.lbl \
cl65 -o build/host.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l build/program.lst source.s -Ln build/program.lbl \
#VICE do not like -
sed -i 's/-/m/g' program.lbl