Skip to content

ms0g/nesrx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nesrx

A small tool to extract PRG/CHR ROM from NES/Famicom ROM file

Prerequisites

Building

cd build
./builder.sh

Usage

~ ./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