A small tool to extract PRG/CHR ROM from NES/Famicom ROM file
- CMake (>= 3.17)
cd build
./builder.sh
➜ ~ ./nesrx -h
Usage: nesrx [ -<flag> [<val>] | --<name> [<val>] ]... <rom file>
-p, --prg-rom PRG ROM
-c, --chr-rom CHR ROM
-o --outfile Output rom file
-h, --help display usage information and exit
-v, --version display version information and exit
➜ ~ ./nesrx -p -o code.prg example.nes