AVR Software
Firmware binaries
3.X changes
3.0rc1 -> 3.0rc2
- Fixed LCD handling bug (RC1 doesn’t work without LCD)
- Added “swap” command (K3 in VDISK MODE swaps mappings of D1 and D2)
- Added “rol4” command (K4 in VDISK MODE moves mappings D1<D2<D3<D4<D1)
- Added “ror4” command (SHIFT+K4 in VDISK MODE moves mappings D1>D2>D3>D4>D1)
3.0rc2 -> 3.0rc3
- Fixed xex-loader.
- Added new key combinations OPTION+SELECT and OPTION+START to turbo-loader (new turbo IRQ locations: $700 and $500).
3.0rc3 -> 3.0rc4
- Fixed SIO routines (mainly incompatibilities with software made for TOMS turbo)
3.0rc4 -> 3.0rc5
- Changes in SD initialization routines (“card init error” should appear much less frequently)
- SD speed is choosen automatically (SD speed option was removed)
- Fixed card insertion/removal logic
- Added ability to go directly to setup when card is not present (using dbl-shift)
3.0rc5 -> 3.1rc1
- Virtual disks simplification
- Fixed turbo routines - emulation of Top-Drive (aka TOMS) and XF551
- More compatible SIO routines (return to timings from version 2.x - slower, but more reliable)
- Ordinary files and empty disks are emulated as SD disks if possible (size < 90k)
3.1rc1 -> 3.1rc2
- Fixed bug in file handle (mainly XEX files)
- Fixed warmstart issue in xex-loader
3.1rc2 -> 3.2
- Fixed ATR formatting (fill the whole file with zeros)
3.2 -> 3.3
- Fixed SpartaDOS compatibility issue (xex files mounted as disks)