harbaum / MiSTeryNano

Atari STE MiSTery core for the Tang Nano 20k FPGA
109 stars 15 forks source link

Support IDE ? #11

Closed xolod79 closed 5 months ago

xolod79 commented 6 months ago

Till, thank you for your great work on MiST and now Tang. I would like to ask, are you planning to support the ide.v interface? I'm writing the Core of a rare computer that uses an IDE and would like to transfer it to Tang.

harbaum commented 6 months ago

The Atari ST mainly used ACSI, a simplified SCSI subset and I will implement that. So I have no real need for IDE.

What machine is it you are implementing? IDE isn't that old. But it's imho not that complex either and should be quite straightforward to implement.

xolod79 commented 5 months ago

This is the Core - UNEON. https://www.atari-forum.com/viewtopic.php?t=43391

harbaum commented 5 months ago

The IDE interface is rather simple and there already is a SD card implementation for the Tang Nano used by my MiSTeryNano core as well as various other cores. It shouldn't be very complex to wire these two together to get a working setup.

Did you manage to get video working via HDMI? Compared to that IDE is probably rather easy.