whartung wrote:
Why did you choose 32K of ROM? That seems like a lot.
I have 32KB of ROM because my very full-featured Forth takes something like 2/3 of it, and makes my applications in RAM much smaller and easier to develop since so much is already done. The only thing I would want more RAM for is large arrays of data.
Quote:
This is the kind of machine I visualized building back in the day. But I didn't know what to do about an FDC.
Today it seems like SD card would be the way to go; but I recently looked into it, and there are different block sizes, security issues (hence the name "Secure Digital"), two different CRC error-detection schemes, different densities, and different file systems used, and I find it daunting! Does anyone know an "SD-Card Guide for Dummies"? I've used tiny serial flash memories and you can of course do the file system any way you like, but then it won't let you exchange files with a PC. With floppies, you could probaly stay with only 1.44MB and FAT16 and be done with it.