Version 1.3.1
New in version 1.3.1:
- New feature: Segment support, file annotation to configure which file to start
Putstartup-file
annotation on first line of startup file (replace filename.prg):
// @kickass-build "file-to-run": "filename.prg"
With Vice you can start files on D64-disks with syntax "diskFilename.d64:prgname" (lower case without prg-extension)
If you use settings customkickass_run_command_xx
orkickass_debug_command_xx
commands, you will need to update them to use this feature, since the way to describe the prg-file has changed
Issue #33 reported by Pontus Berg (https://github.com/BacchusFLT)