Presenting the Emulators ======================== Arbne ----- - Arbne is a simple NES emulator - Discored in this `Reddit thread `_. - Github: `Arbne Github Repository `_ ApplyPy ------- - ApplyPy is an Apple 2 python emulator developed by James Tauber. - Presented at the PYCON 2013 - GitHub: `ApplyPy GitHub Repository `_ jsNES ----- - jsNES is a JavaScript NES emulator that enables users to play NES games directly in their web browsers. - I used it in `nodeNES `_. - GitHub: `jsNES GitHub Repository `_ Py65 ---- - A Python-based 6502 emulator; - GitHub: `Py65 GitHub Repository `_ Pyntendo -------- - A NES emulator implemented in both CPython and Pure Python; - Github: `Pyntendo Github Repository `_ 6502.js ------- - a 6502 emulator by Gregory Estrade; - Gregory has some notable skill's on FPGA based hardware emulation; - GitHub: `6502.js GitHub Repository `_