Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 207 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 207 Bytes

swift-nes

Implementing the guts of an NES in swift.

Done:

  • CPU official instructions
  • CPU unofficial instructions
  • CPU passes NEStest ROM

TODO:

  • APU
  • PPU
  • More Mappers
  • I/O
  • Everything else