Skip to content

bobbydilley/rominfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status

SEGA Rom Info Utility

Shows information about various SEGA arcade roms, including:

  • Sega Naomi
  • Sega Naomi 2
  • Sega Chihiro
  • Sega Triforce
  • Sega Lindbergh

Usage

Simply pass a file path to the rominfo command and you will see all of the information about the rom:

$ rominfo FZeroAx.bin 
System:       Triforce
Game ID:      SBGG
Manufacturer: SEGA CORPORATION
Date:         2003-06-28
Name:         F-ZERO AX

For Lindbergh pass the file path to the installation ISO:

$ rominfo "DVP-0015A - OUTRUN 2 SP SDX.img"
System:       Lindbergh
Game ID:      SBMB
Date:         2007-03-15
Name:         OUTRUN2 SP SDX(A)

Installation

Using pip3, you can install straight from the git repo.

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

Alternatively you can download the single python file here and run it using python3:

$ python3 rominfo FZeroAx.bin

About

Shows information about various SEGA arcade roms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages