Skip to content

cmcginty/simple-rom-manager

Repository files navigation

Simple ROM Manager

Build Status Status Version PyVersion License

A command-line tool for verifying console and arcade ROMs against published ROM set DAT files.

For users familiar with ROM management, the goal of this tool is to implement some of the verification and file management features found in ClrMamePro.

About

There are a few groups that publish a collection of metadata for ROMs used in legacy gaming systems and arcades. In some cases the data is simply a "best-of" list for defining complete ROM set. For emulators like MAME (split) or FBA, a ROM may not work correctly when used with older versions of a ROM.

No-Intro is one group that publish ROM sets for many gaming consoles on their Dat-O-Matic site.

Simple ROM Manager (SRM) can be used to quickly manage ROMs into a collection by confirming ROMs that are good, bad, and missing and by renaming and/or re-packaging the files.

Features

  • srm init command to put the current directory under management.

Usage

Setup a top-level directory containing all of the ROMs referenced inside of a DAT file.

$ cd ~/MyRoms/System
$ srm init

Install

It's unlikely that your OS package manger contains a version of SRM. For now, you can install using PIP:

$ pip3 install srm

Latest News

This software is pre-release. Please check back later for announcements or read the design doc for more details on what features are planned.

About

A basic command-line ROM set manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published