gyurco / apple2efpga

FPGA implementation of an Apple//e (enhanced)
9 stars 11 forks source link

ProDOS disks support, VHD disks support #3

Open Tronix286 opened 1 month ago

Tronix286 commented 1 month ago

Apple2e core for MiSTer now supported ProDOS disks and VHD hard drive images. This allows you to run a great interactive collection of games "Total Replay" for ex. They also claim support for .dsk, .do, .po disc formats. Which is also much more convenient than one single NIB. It would be great to porting all these functions to the MiST core....

gyurco commented 1 month ago

The MiSTer core doesn't support more disk images, they're converted on-the-fly to NIB on the ARM. However I don't know how it works with write support, probably it doesn't.

I'm thinking about adding CFFA support (real HW) instead of the AppleWin interface (emulator).