/romlib

A Java framework to write applications that work with game ROMs

Primary LanguageJava

RomLib

I wrote this framework to help in my development of applications to manage, organize, verify, browse game ROMs.

This necessity arose from the fact that I'm working on two separate projects which share most of data and management structures:

  • No-Intro-Tools, which is CLI tool meant to organize, rename and merge rom sets.
  • Rom-Manager, which is a generic GUI based tool still meant to organize and rename rom sets while also browsing data. This is where everything started and it's the most ambitious project of the two.

This library requires another library to be built which is a generic utility framework and can be found here.