atarist-sidecart-raspberry-pico icon indicating copy to clipboard operation
atarist-sidecart-raspberry-pico copied to clipboard

AtariST cartridge emulator based on Raspberry Pi Pico and RP2040

Results 15 atarist-sidecart-raspberry-pico issues
Sort by recently updated
recently updated
newest added

Firmware 0.16 beta I tried to install NeoDesk 4 from (physical) floppy on the GEMdrive. It failed when reordering files in the AUTO folder. As a workaround I copied a...

Since the cartridge is the first thing to be accessed at power on/reset it might (or not?) be possible to implement a true boot selector function in the SidecarT boot...

When browsing the floppy image DB from the SidecarT menu currently (0.14 beta) the list shows program/game names and the crew who released the disk image. As a user I...

On the [getting started page](https://docs.sidecartridge.com/getting_started/#initial-setup-and-configuration) of the documentation the link to the How To page for the SD card formatting is broken. instead of `(Optional) A microSD card [formatted as...

### Description: The current mechanism for managing and accessing the floppy images database within the constraints of devices with limited memory, such as the RP2040 featuring only 256KB of RAM,...

enhancement
firmware

Issue: Opening the directory window of emulated drive A: does not work. The window seems to "fly out of the screen" at the upper left corner. Re-trying several times leads...

bug
regression

The current implementation of synchronous commands in the disk emulator utilizes a magic number exchange between the Atari ST code and the RP2040 code to confirm message transmission and acknowledgment....

enhancement
firmware

Our existing implementation of the HTTP protocol, which relies on the lwIP stack, lacks built-in support for TLS, compromising secure data transmission. The available sample implementations, while functional, are overly...

enhancement
firmware

There are various compressed file formats that are practically impossible to use with the ST 8MHz 68k but the RP2040 could decode them and present to the ST in a...

enhancement
firmware

## Current Functionality At present, the floppy emulator is designed to support a single virtual floppy drive, automatically designated as Drive A. In cases where a physical floppy drive exists...

enhancement