Skip to content

Releases: vibr77/AppleIIDiskIIStm32F411

v0.80.1 Smartport write process working

06 Feb 20:14
Compare
Choose a tag to compare

06.02.25 v0.80.1

  • [SmartPort] Fixing Smartport write process, and it WORKS!!!
  • [SmartPort] Managing incomming checksum command
  • [SmartPort] Optimizing read time

firmware_v0.79.6

02 Feb 16:42
Compare
Choose a tag to compare

02.02.25 v0.79.6

  • [Smartport] Fixing boot duration adjust to 500ms IIGS boot issue
    02.02.25 v0.79.5
  • [ALL] Changing Timer 2 period -1
  • [SmartPort] Fixing mounting image
  • [SmartPort] Fixing SmartPort boot order
  • [SmartPort] Fixing SmartPort boot index
  • [SmartPort] Fixing display Image
  • [SmartPort] Adding display status

v0.79.4 Display Fix

30 Jan 20:29
Compare
Choose a tag to compare

30.01.25 v0.79.4

  • Fix Menu item (Emulation / Sound)
  • Fix Menu <4 item navigation
    26.01.25 v0.79.3
  • Smartport HD list of loaded image on screen
  • Smartport HD remove HAL GPIO overhead on WRITE Process
  • Case v3 (+ Screen gabarit)

v0.79.2 Woz Write

24 Jan 10:44
Compare
Choose a tag to compare

24.01.25 v0.79.2

  • Add Boot image index for Smartport
  • Woz write process working
  • bug fix on DMA management
  • Smartport fix (still need to work on the write process...)
  • Fix the TIMER perid to receive data
  • Move away ffrom HAL function and use baremetal GPIO
  • Freeup unused buffer 6K
  • Init DOS3.3 working with delay write

v0.79.1 Smartport

26 Dec 10:20
Compare
Choose a tag to compare

+Remove hardcoded emulation type

v0.79 Smartport HD + fix

26 Dec 09:38
Compare
Choose a tag to compare

26.12.24 v0.79
+Fix: complete code restructuring to enable different emulation type
+Feat: Add Smartport HD emulation type (file at root level with name vol0x_[what_ever].PO x from 1 to 4
+Feat: Add Config menu to manage emulation type
+Feat: Manage physical head positioning for Disk A & B

v0.78.4 WOZ Writing

28 Nov 05:27
Compare
Choose a tag to compare

25.11.24: v0.78.4
+Feat: Locksmith Certify works and Fast copy also
25.11.24: v0.78.3
+Feat: makefs in the menu config
+Fix: compilation option for fatfs mkfs
+Fix : add fatfs label option
+Feat: add confirmation question on mkfs from menu config
+Fix: variable casting uint8 instead of int in getConfigParamUInt8
+Fix: Empty SDCard crash, sortlst check for empty chainedlist
+Feat: writing part 1 setting the woz driver function
+Feat: writing part 2 correct write bitstream and fix bit shift

v0.78.2 Bootloader firmware head sync cold start

24 Nov 21:03
Compare
Choose a tag to compare

24.11.24: v0.78.2
+Fix: bootloader delay providing a coldstart issue on several images

v0.78.1 Spiradisc fix

23 Nov 17:43
Compare
Choose a tag to compare

Spiradisc fix ;)

23.11.24: v0.78.1
+Fix: Spiradisc fix, screenupdate was before memcopy was generation an extra delay and thus failing with cross track sync

v0.78 DSK/WOZ Fix

23 Nov 07:04
Compare
Choose a tag to compare

This new release should address some cold start issue and corrupt reading issue with DSK/NIC file.
The DSK / NIC driver was taking the padding 0 after sector position 416 in the read stream

some WOZ file were not working as well due to a hardcoded number of the track to 39, Lode Runner and Championship lode runner are using more than 50 tracks.

+fix: WOZ more than 40 trk disk such as lode runner, add Max TRK
22.11.24: v0.77
+fix: DSK reading, wrong NIBBLE_BLOCK_SIZE from 512 to 416
+fix: NIC reading, wrong NIBBLE_BLOCK_SIZE from 512 to 416