Adam Hall wrote:
Is the PseudoDisk ][ emulation supported in Carte Blanche?
This is a good question for an FAQ list :) Actually the mass storage is not finalized yet and open for discussion.What I already have today is a simple minded SPI controller that talks to the MMC/SD card. In combination with some simple program that can be put into the CB's ROM space plus $C800-Cfff it's enough to implement a ProDOS volume. I will very likely add floppy disk read-only emulation, but I hope somebody else writes a user interface to select the floppy image from the memory card. I'll also put a soft CPU on the CB that could be used for changing the images without stopping the program running on the Apple's 6502. Maybe the simple "boot" code for this soft CPU will read data from a particular place on the MMC/SD card and start executing that code. This was the program can be updated without any need to re-program the FPGA.
The bottom line is that there is some mass storage already and it is likely to evolve with a little help from the community.
-Alex.