Could someone be so kind to give me a walk-through on how to play a song packed as a .prg from Goattracker?
I've tried exporting using all default settings (Start address $7000, etc)
Then tried loading the .prg in VICE (File -> Autostart disk/tape image)
and then in monitor I've added:
.a $6F00 LDA $00
.a $6F02 JSR $7000
Then moved the PC to $6F00 with SYS28416
This didn't do anything so I tried adding
.a $6F05 JSR $7003
But still nothing. What am I missing here?