Skip to content

Grillo-0/Rodomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>