Skip to main content
Home Forums 68kMLA Floppy Emu: an SD Card Floppy Emulator — #54
Post #54 by Gorgonops
Source Forum68kMLA
CategoryTroubleshooting
Post DateSun, 18 Dec 2011 - 18:11
Original URLhttps://68kmla.org/bb/threads/floppy-emu-an-sd-card-floppy-emulator.24248/
Post
I have to wonder if this might be exactly the sort of application the Propeller MCU would be good for. After all, it has eight simultaneously-executing cores which can be separately dedicated to bit-banging their own sets of I/O lines. Dedicate one thread to handling the SPI traffic, another one or two to Mac-side communication, etc. Also... It'd probably require dipping into Assembly rather than Spin but the performance of the Prop might just be just high enough to ditch the CPLD. (I can't say that definitively, but I've seen some multi-mhz sampling speed claims out of the Propeller forums.)

But of course going there would mean scrapping the whole thing and starting over from scratch...

mp.ls