What's new

bobbydilley

Grand Master
Joined
Apr 29, 2018
Messages
543
Reaction score
591
Location
England
Just thought I'd post this here as it might be useful for some people.

I've created a rom info utility, which can read the headers of various netboot roms to tell you the names / manufacturers / dates etc of different roms.

Currently supports: Naomi 1, Naomi 2, Chihiro, Triforce and I'd like to get Lindbergh ISOs in there as well.

The code and installation instructions are here: https://github.com/bobbydilley/rominfo

I've put a little example below of what it shows for the game Wave Runner GP.

Code:
$ rominfo wave-runner-gp-usa.bin 
System:       NAOMI
Game ID:      BDD4
Manufacturer: SEGA/CRI                        
Date:         01-08-2001
Name JPN:     WAVE RUNNER GP                  
Name USA:     WAVE RUNNER GP /USA             
Name EXP:     WAVE RUNNER GP /EXPORT          
Name KOR:     WAVE RUNNER GP /KOREA           
Name AUS:     WAVE RUNNER GP /AUSTRALIA
If anyone notices any bugs / has any improvement ideas, I'd be really interested to hear!

Installation is pretty much as easy as running:

sudo pip3 install git+https://github.com/bobbydilley/rominfo
 
Back
Top