Skip to content

Releases: sidecartridge/atarist-sidecart-raspberry-pico

beta-v0.0.12: RTC and MSA format support

13 Nov 16:09
Compare
Choose a tag to compare

BETA 0.0.12 (2023-11-13)- Feature aditions release

Fixed

  • Issue #46: Change the keyboard GEMDOS calls to BIOS calls bug enhancement to avoid buffering issues.
  • Issue #55: Bus error on boot of SIDECART.TOS application in low memory computers fixed in all computers and TOS versions.

Changed

  • Issue #57: Faster text display. Listings now display faster.

New Features

  • Issue #10: Real Time Clock support using the RP2040 RTC and NTP.
  • Issue #56: Dallas 1216 RTC support and emulation.
  • Issue #48: Create an Empty Floppy Disk in Read/Write Floppy Emulation mode.
  • Issue #49: Support for .MSA floppy images. Now the Floppy Emulator supports .ST and .MSA floppy images.
  • Issue #58: Implement BETA Releases Before FINAL Release Launch.

v0.0.11: Access to Atari ST floppy images database

26 Oct 08:36
Compare
Choose a tag to compare

Fixed

  • Issue #42: Floppy Emulator now supports read/write operations on odd memory addresses.
  • Issue #41: Compatibility with Atari ST computers lacking a physical floppy drive.
  • Issue #28: Improved Configurator's Wi-Fi reconnection mechanism.

Changed

  • Issue #43: Enhanced clarity in description texts.
  • Issue #31: Transitioned from asynchronous to synchronous commands for increased reliability and performance.

New Features

  • Issue #44: Updated Wi-Fi menu requires user to disconnect from the current network before joining a new one.
  • Issue #40: New microSD card status indicator, complementing the existing network status bar.
  • Issue #39: Boot into 'SIDECART.TOS' post-reset for direct access to the Configurator.
  • Issue #36: Display of the WiFi module's MAC address.
  • Issue #16: Signal new firmware versions with a blinking exclamation mark.
  • Issue #12: Access to a cloud-hosted, continuously updated database of Atari ST floppy images. The database is growing; please report any discrepancies.

v0.0.10 Floppy Emulator Read-Write PREVIEW

13 Oct 16:51
Compare
Choose a tag to compare

0.0.10 (2023-09-13) - Feature aditions release, Update recommended

Fixed

No fixes in this release

Changed

  • Atari ST firmware app now reports the meaning of the flashing LED.
  • Atari ST firmware app now allows to toggle the Delay/Ripper mode from the menu.

Feature aditions

  • issue #7: Floppy drive emulation of .ST files now supports Read and Write in a PREVIEW mode to get feedback from the community. I have found some glitches and sometimes it fails. Please report any issues you find. Please note that this feature can make you loss the content of your content. Use it at your own risk.
  • issue #25: New SAFE_CONFIG_REBOOT parameter. If true, pressing the SELECT button will not cause an immediate reboot. Instead, the RP2040 will change the board's status for the subsequent Atari ST power cycle, ensuring a smooth transition without disrupting ongoing processes. If false, the RP2040 will reboot immediately, as it did before.

v0.0.9 - Floppy emulator PREVIEW

29 Sep 16:26
Compare
Choose a tag to compare

0.0.9 (2023-09-29) - Bug fix release, Update recommended

Fixed

  • issue #9: Delete key now deletes in open fields.
  • issue #8: Configuration mode now always looks for Wifi networks.

Changed

  • Atari ST firmware app now resets the computer when leaving the application.
  • Atari ST firmware app now also uses shortcut keys for the menu, not only numerical.
  • Release two versions of the firmware app, one with debug traces and other without.

Feature aditions

  • issue #6: 'Ultimate-Ripper' behaviour implement. New DELAY_ROM_EMULATION flag.
  • issue #7: Read-only floppy drive emulation of .ST files is now supported as a PREVIEW feature to get feedback from the community. I have found some glitches and sometimes it fails. Please report any issues you find.

v0.0.8a

13 Sep 13:34
7269925
Compare
Choose a tag to compare

Allow sd card not init or mounted in config

v0.0.8

13 Sep 12:46
c45dc6e
Compare
Choose a tag to compare
Enhanced ROM Management and WiFi Network Integration

v0.0.7

03 Sep 18:26
8a96d8b
Compare
Choose a tag to compare
Merge pull request #3 from diegoparrilla/parameter-configurator

New parameter configuration features

v0.0.4

29 Aug 16:21
d450f0e
Compare
Choose a tag to compare
Fix strange hang in tight loop in Release mode

Fix strange hang in tight loop in Release mode