• Stars
    star
    54
  • Rank 526,732 (Top 11 %)
  • Language
    Crystal
  • License
    Apache License 2.0
  • Created about 9 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A NES emulator written in Crystal

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?)