fix up the build / compile stuff

This commit is contained in:
hugova 2025-07-26 14:48:46 +02:00
parent 97a7a131a2
commit 7f136b9ed2
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
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/file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l build/program.lst source.s -Ln build/program.lbl \
#VICE do not like - #VICE do not like -
sed -i 's/-/m/g' program.lbl sed -i 's/-/m/g' build/program.lbl

View file

@ -2,4 +2,4 @@
killall x64sc killall x64sc
./build.sh \ ./build.sh \
&& nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands program.lbl build/file.prg </dev/null &>/dev/null & && nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands build/program.lbl build/file.prg </dev/null &>/dev/null &