udo-munk / z80pack

A Zilog Z80 and Intel 8080 systems emulation
MIT License
162 stars 37 forks source link

sync with RP2040-GEEK-80 #426

Closed sneakywumpus closed 3 months ago

sneakywumpus commented 3 months ago

Please test, can't do this myself.

udo-munk commented 3 months ago

Everything works but the USB mass storage device on Windows. The drive becomes visible after a while, but doesn't contain a media with filesystem.

udo-munk commented 3 months ago

Also not working with OSX, no Volume gets mounted.

udo-munk commented 3 months ago

Tested with the GEEK on OSX. The Volume immeditaly shows up and can be browsed. Ejecting the drive removes it, but picosim won't notice and is still waitig for the drive to be ejected.

sneakywumpus commented 3 months ago

Hmm. Switched the GEEK from SDIO to SPI. USB mass storage doesn't work anymore, can't even eject, config menu can still list files.

udo-munk commented 3 months ago

SPI on the GEEK works fine, I tested that for a while bevore moving to SDIO. It is slower, but not that much when accessing disk images. The files are too small to even notice the difference.