Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.06 KB

LochNES

A (soon to be) fully-featured NES emulator written in Rust.
image

Games Roadmap

  • Snake (homebrew game, that only needs CPU)
  • Donkey Kong (official game, doesn't need scrolling)
  • Super Mario Bros (official game, needs most of the hardware's features)

Technical Roadmap

  • CPU
    • no illegal opcodes yet
  • Bus
  • PPU
  • APU

Resources

General

CPU

PPU