[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I wonder if it would be complicated to design...
On Saturday, May 11, 2013 6:18:36 PM UTC-5, Steve Nickolas wrote:
> On Sat, 11 May 2013, osgeld wrote:
>
>
>
> > prodos block support is almost entirely software outside of connecting
>
> > the correct wires into the correct plugs (gah 8051, horrid turd of a
>
> > micro outside of its instruction set)
>
>
>
> Heh. He turned some sort of cheap Chinese 8052 into a Tandy 1000 (yeah,
>
> he ran x86 emulation on it). XD
>
>
>
> How about a 65C02 with RAM and ROM, then? That's what the Unidisk 3.5
>
> used. xD Or hell... what's the chip in the Arduino? That might work?
>
>
>
> ...I've never worked with microcontrollers.
>
>
>
> -uso.
yea an avr like whats in an arduino is more than sufficient, that is what I am using for my virtual serial host, and it reads disk images from a fat32 sd card using basicly lego blocks and glue code all in GCC