Hacker News new | ask | show | jobs
by mythz 1329 days ago
A great resource for learning how to write an NES emulator is the Jakt NES monster video series [1] which covers writing the entire emulator where JT shows how to map specs of each instruction to code. The source code uses Jakt's modern syntax making it very readable [2].

[1] https://www.youtube.com/playlist?list=PLP2yfE2-FXdQBRpnZbcOb...

[2] https://github.com/jntrnr/jaktnesmonster