c64-livecoding/wip-hugo/run.sh
2025-02-27 22:04:43 +01:00

4 lines
289 B
Bash
Executable file

# !/bin/bash
pkill -f pulseaudio
killall x64sc ; cl65 -o file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg source.s && nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 file.prg </dev/null &>/dev/null &
#https://vice-emu.sourceforge.io/vice_7.html