/Rodomo

A NES emulator written in rust

Primary LanguageRustGNU General Public License v3.0GPL-3.0

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>