• by trollied on 5/20/2022, 4:36:16 PM

    Reminds me of the project that used a Raspberry Pi running a software emulator as an Amiga CPU - Pi plugged into the CPU socket via an adapter board. Probably the most impressive project I've ever seen. https://www.hackster.io/news/hands-on-with-the-pistorm-the-u...

  • by phaedrus on 5/20/2022, 6:01:56 PM

    I did a similar thing with a 6502 and the Propeller microcontroller. I always meant to make an 8086 or 8088 version, but moved on to other things before ever doing so.

    Dangerous Prototypes wrote up a pretty good post about it: http://dangerousprototypes.com/blog/2012/02/22/prop-6502-pro...

  • by tpmx on 5/20/2022, 4:19:09 PM

    Love the simple/elegant/powerful idea of driving the CPU clock from code running on RPI/Linux. It sidesteps the difficulty of efficiently doing bitbanging on RPI/Linux in a neat way.

  • by wila on 5/20/2022, 4:19:22 PM

    Had to search for the PCB. Looks like this is the one:

    https://www.ebay.com/sch/emil6190/m.html

  • by dboreham on 5/20/2022, 4:58:30 PM

    Confused as to why this is a useful exercise vs emulating the 8086 on the Pi?

  • by morpheos137 on 5/20/2022, 7:50:22 PM

    shouldn't this be trivially simple with an rs232 to usb adapter?