Skip to content

v3.2.0: Improved Apple /// Support

Choose a tag to compare

@ThorstenBr ThorstenBr released this 03 Sep 21:47
· 63 commits to main since this release

Improvements

  • Added support for an alternate boot menu, which is loaded from an SD card (rather than from the ATmega flash). This feature will be used for the Apple /// support (wait for it...). The card remains compatible to Apple // and /// at the same time. It may also be used in Apple /// native and Apple ][ emulation mode on the Apple ///, without requiring any modifications.
    The Apple ///-specific boot menu is stored as a file on an SD card, using a file with the VOLA3 prefix:
    VOLA3_....po
    Example: VOLA3_AppleIII_Bootmenu.po

Fixes