sidecartridge / atarist-sidecart-raspberry-pico

AtariST cartridge emulator based on Raspberry Pi Pico and RP2040
GNU General Public License v3.0
53 stars 4 forks source link

Add support for MegaSTE at 16Mhz and cache in GEMDRIVE #108

Closed diegoparrilla closed 3 months ago

diegoparrilla commented 3 months ago

Currently, GEMDRIVE does not support the 16MHz and cache-enabled version of the MegaSTE computer.

To enable support for the MegaSTE, the cache must be disabled, and the 8MHz mode should be set before reading or writing to the cartridge port to ensure better synchronization.

diegoparrilla commented 3 months ago

Related to https://github.com/sidecartridge/atarist-sidecart-gemdrive/pull/new/issue-%23108-add-support-for-megaste-at-16mhz-and-cache-in-gemdrive