Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 420 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 420 Bytes

nes.cr

Compile

make

Run

./nes rom_file.nes

Controls:

  • Arrows: arrows
  • Z: A
  • X: B
  • O: Start
  • P: Select

TODO

  • Audio (implement Nes APU)
  • More mappers (currently NROM and UNROM are supported)

Issues

Some graphical issues (vblank handling in PPU?)