Skip to content

Beginnings of filesystem support

Compare
Choose a tag to compare
@robmcmullen robmcmullen released this 09 Feb 07:23
· 3806 commits to master since this release

Initial Atari DOS filesystem support, and added support for KBoot images (which are minimal sized ATRs that include a boot header and an executable but no directory structure). Also bug fixes. Replaces version 0.8.4 which had a bug in segment saving.

  • As a default, populate the Save Segment As dialog with the segment name
  • Fixed map mode to update fonts in tile map & character set map after changing fonts
  • Fixed variable name typo in segments list
  • Added context menu to map editor
  • Fixed flickering UI when selecting segment
  • Fixed right click on segment to save the segment on which the user clicked, rather than selected segment
  • Fix for incorrect segment saving
  • Added context menu to segments list to save segment
  • Fixed menu item segment parser that wasn't being set correctly
  • Added KBoot disk image support from atrcopy 2.0
  • Fixed disassembler references to segment data to properly handle IndexedByteSegments
  • Fixed map editor overlay command where mouse released on same tile as pressed: no last command in batch = error
  • Added log file recording on all platforms