
DGBMax Related Tools
--------------------

Here are a small collection of tools to work with dgbmax.ini and dgbmax.bin.

DGBMaxPal.py
------------

Converts dgbmax.ini to dgbmax.bin.

Usage: dgbmaxpal.py dgbmax.ini dgbmax.bin

DGBMaxTxt.py
------------

Converts dgbmax.bin to dgbmax.bin.

Usage: dgbmaxtxt.py dgbmax.bin dgbmax.ini

Note: Reliant upon dgbmax.dat, which contains region, name, and crc data to
      construct a valid and appropriate dgbmax.ini file; feel free to add to
      dgbmax.dat for your own needs

Gameboy_Checksum.py
------------------

Reads in one or more gameboy games to report their "CRC" (ie global checksum).
Useful for making new entries in dgbmax.ini, correcting entries in dgbmax.ini,
or simply verifying your rom is not corrupt.

Usage: gameboy_checksum.py game1.gb [... game99.gb]

Note: You might want to redirect output to another file for editing and inclusion
into dgbmax.ini.

Ex. gameboy_checksum.py *.gb > foo.ini

