Developing a PDP 11 Co Pro - hoglet67/PiTubeDirect GitHub Wiki
Some links to PDP-11 emulation code we might be able to use:
https://github.com/jonatron/pdp-11/tree/master/newsrc
https://github.com/simh/simh/tree/master/PDP11
https://github.com/mamedev/mame/blob/master/src/mame/drivers/pdp11.cpp
http://www.jbox.dk/sanos/pdp11.htm (this is the one RobC has used)
http://pdp11.aiju.de/pdp11.js (Julius Schmidt)
https://github.com/davecheney/cpp11/blob/master/cpu.cc (Dave Cheney, derivative work of Julius Schmidt emulator)