nnarain / nescore

NES emulator library written in Rust
7 stars 1 forks source link

Unify tools into a single nescli #34

Closed nnarain closed 4 years ago

nnarain commented 4 years ago

Combine nesinfo, nesimg and nesui into a single command line tool.

Ex:

nescli info <ROM> # Show cartridge header info
nescli img <ROM> # Dump CHR data
nescli run <ROM> # Run the emulator