zakk4223 / battle-garegga-patches

Some helpful modifications for Battle Garegga arcade roms
17 stars 2 forks source link

Battle Garegga quality of life patches.

Program rom patches for Battle Garegga that add some convenience and functionality:

Rank and rank change are shown in hexadecimal. Per frame is shown in decimal. This is because the M2 port shows the per-frame rank in decimal too; I wanted them to match up for less (personal) confusion.

How to use

Extract the mame bgaregga rom set. Use your favorite IPS patch applier to patch prg0.bin and prg1.bin using the respective IPS files in this repo

Mame will complain about incorrect rom checksums. You can ignore this.

Source

patch.s contains the assembly source to recreate this patch. Use http://john.ccac.rwth-aachen.de:8000/as/ and https://www.mankier.com/1/p2bin to assemble it. You must combine prg0.bin and prg1.bin into a single interleaved binary. See build.sh for exact command line arguments for various tools.