[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crazy idea



On Tuesday, August 7, 2012 4:01:59 PM UTC-5, (unknown) wrote:
> Had a somehow crazy idea and would like to hear your thoughts:
> 
> How about running a Raspberry Pi in an Apple II (http://www.raspberrypi.org/)? May be on the back of an Apple II card?
> 
> 
> 
> - It could emulate an 6502 and you get a modern accelerator card (like a ZipChip)
> 
> - It could parse the USB and the SD card to the Apple II and it would be something like the awesome CFFA
> 
> - It could enable the Apple II to connect via HDMI to modern HD TVs
> 
> 
> 
> I guess you can think of a lot of more good applications.
> 
> 
> 
> Just an idea ...

PI is really bad at handling i/o on the gpio pins due to the OS, its a nightmare getting it to do spi or i2c at a reasonable reliability, I would hate to think about a 6502 emulator running at a Mhz unless your really keen on your arm asm and do it from bare metal up ... then its like rigging up a weedwacker to cut your hair when a pair of scissors (fpga) work better anyway