References Used For This Project - aefermiano/psxton64adapter GitHub Wiki
Thank you!
- http://store.curiousinventor.com/guides/ps2 - This is simply the ultimate reference for the Playstation control protocol.
- http://pinouts.ru/Game/playstation_9_pinout.shtml - Playstation protocol information.
- http://cnt.at-ninja.jp/n64_dpp/N64%20controller.htm - Site of the first project to inferface with a Nintendo 64 controller, good quick start.
- http://code.google.com/p/micro-64-controller/wiki/Protocol - N64 protocol information.
- http://svn.navi.cx/misc/trunk/wasabi/devices/cube64/firmware/n64gc_comm.inc - There is some unique information related to N64 protocol in the header.
- http://www-inst.eecs.berkeley.edu/~cs150/fa04/Lab/Checkpoint1.PDF - N64 protocol information with some useful pictures.