Writing a 6502 Emulator in Python (dailystuff.nl)
Skills:
Python
Comments
-
Most emulators are written in C, but this is not a requirement. You can write 6502 emulators in any language you like and this tutorial will show you how to do it in Python 3. Most computer science students will have access to Python 3 on their computers and a Raspberry Pi is powerful enough to complete this tutorial.
-
interesting