Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 352 Bytes

Rodomo

Warning

This software is unfinished. Keep your expectations low.

A basic NES emulator.

Features

  • Almost complete 6502 CPU implementation with just some illegal opcodes missing
  • Support to iNES file format.

Build from Source

$ cargo build
$ cargo run --release <file-name>