1ROMCMP(1) MAME romset checking tool ROMCMP(1)
2
3
4
6 romcmp - MAME rom and romsets check and comparison tool
7
9 romcmp [-option] [dir1|zip1] [dir2|zip2]
10
12 romcmp is a tool developed to detect the most common errors that can
13 occur when dumping ROMS, for example stuck bits and address line er‐
14 rors.
15
16 It can check the ROMs in ZIP files or subdirectories; it can also be
17 used to compare two ROM sets, by giving it two files or subdirectories
18 as parameters. It will determine which ROMS are identical and which are
19 the closest matches. This is useful when figuring out if a newly
20 dumped ROM set is a clone of another ROM set.
21
23 -d Enables a slower, more comprehensive comparison.
24
25 -h Prints hashes (CRC-32, SHA-1) and 16-bit sums for all files.
26
28 romcmp jumpkids.zip will output the following:
29
30 11 files
31 23.3c FIXED BITS (xxxxxx1x)
32 23.3c FIRST AND SECOND HALF IDENTICAL
33
34 This tells us that the 23.3C ROM in Jump Kids is bad, and incidentally,
35 it causes the missing sound in that game.
36
38 mame(6)
39
40
41
420.176 2016-07-21 ROMCMP(1)