Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.44 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.44 KB

YANE - Yet Another Nes Emulator

My implementation of a NES Emulator, using the most basic of interpretation methods.

References


** GameEngine This project make heavy use of OneLoneCode's PixelGameEngine. Please check it out at the provided reference.

** R6502 CPU

** 2C02 PPU

** General