Retro Hackers LogoGuestLog in

Summer Tree
News
Database
Users
Projects
Game Ports
Videos
Music
Material
Feedback

NES Mapper Reader / Rom Fixer / Rom Splitter

Game : N/A

Platform : Nintendo Entertainment System

Author : sleepy

Release date : 19 Feb 2017

Category : Miscellaneous

OS : Windows

Skill Level : Intermediate

Version : 2.0

Downloads : 17331

Utility description

NES Mapper Reader / Rom Fixer / Rom Splitter
Programmed by: Shawn M. Crawford [sleepy]
Last Update: February 19th, 2017
Latest Version: 2.0
Coded in C#, Requires .NET 3.5
----

This utility will:

* read NES ROM info based on the iNES Header (mapper, mirroring, etc)
* read NES ROM info based on the NES 2.0 Header
* clean a rom header by blanking out bytes 7 - 15
* remove the iNES header (to prep for burning to eprom)
* output the relevant BIN as a non-headered ROM
* output the relevant CHR/PRG bin files to burn with eprom burner for dev carts
* output the relevant CHR/PRG bin files to burn with eprom burner for Vs. Unisystem

It's best to use the auto split option unless you know the PRG and CHR are incorrect sizes, since this info is based on the iNES header.

Example: Dig Dug (J).nes

-Results after Prep:
-Remove 16 Bytes NES Header: Dig Dug (J).nes.bin (24576 bytes)
-CHR dump: Dig Dug (J).nes.chr.bin (8192 bytes)
-PRG dump: Dig Dug (J).nes.prg.bin (16384 bytes)

Requires .NET 3.5 Framework

----
2.0 February 19th, 2017
* Optimized code
* Added support for NES 2.0 Headers
* Added 8kb split option for Vs. Unisystem ROMs
* Open sourced, added GPL license

----

1.1 January 29th, 2017
* GUI cleaned up and prettified
* Now auto analyzes ROM
* Fix bug in CHR extraction
* Revised/Optimized several algorithms in code
* Fix many bugs in gui and button functionality when changing values manually
* Fix autosplit ROMs to recalculate if switching between auto and manual
* Updated Mapper analysis with more mappers.
* Updated error handling
* Updated messages

----
1.0 December 22nd, 2008
- Initial release
----

Thanks:
* Ben Foster - testing Vs. Unisystem features
* http://nesdev.com/ - NESDEV Wiki and NESDEV BBS for docs and information
* http://retrohackers.net/ - hosting

Reviews

Fixed my ROM = Dsmbhax2023-05-15Version 2.0

Dumped a Castlevania PRG 1 cart, and the ROM ran fine in Mesen-but with garbled graphics in the Holy Relics ROMhack. Nooo! But loading it in NES Mapper Reader and clicking the "Clean ROM" button fixed it. Magic! ^ D^