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:
stephena 2010-12-19 23:51:16 +00:00
parent af181e925a
commit f1bb09d8ac
4 changed files with 789 additions and 777 deletions

View File

@ -1,4 +1,4 @@
===========================================================================
===========================================================================
SSSS tt lll lll
SS SS tt ll ll
@ -16,6 +16,9 @@
* 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!

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -86,6 +86,7 @@ foreach $line (<INFILE>) {
$index = $proptype{$key};
$props[$index] = $value;
} else {
print "ERROR: $line\n";
print "Invalid key = \'$key\' for md5 = \'$props[0]\', ignoring ...\n";
}
}