mirror of https://github.com/stella-emu/stella.git
Updated internal ROM database with info from RomHunter 6 set.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2195 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
af181e925a
commit
f1bb09d8ac
|
@ -16,6 +16,9 @@
|
||||||
|
|
||||||
* Updated built-in version of the PNG library to the latest version.
|
* Updated built-in version of the PNG library to the latest version.
|
||||||
|
|
||||||
|
* Updated internal ROM properties database to ROM-Hunter version 6
|
||||||
|
(thanks go to RomHunter for his tireless research in this area).
|
||||||
|
|
||||||
-Have fun!
|
-Have fun!
|
||||||
|
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -86,6 +86,7 @@ foreach $line (<INFILE>) {
|
||||||
$index = $proptype{$key};
|
$index = $proptype{$key};
|
||||||
$props[$index] = $value;
|
$props[$index] = $value;
|
||||||
} else {
|
} else {
|
||||||
|
print "ERROR: $line\n";
|
||||||
print "Invalid key = \'$key\' for md5 = \'$props[0]\', ignoring ...\n";
|
print "Invalid key = \'$key\' for md5 = \'$props[0]\', ignoring ...\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue