Skip to content

Version 1.3.1

Compare
Choose a tag to compare
@Swoffa Swoffa released this 14 Jan 11:42
· 42 commits to master since this release

New in version 1.3.1:

  • New feature: Segment support, file annotation to configure which file to start
    Put startup-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 custom kickass_run_command_xx or kickass_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)