-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fixdats with complete-games-only.
- Loading branch information
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE datafile PUBLIC "-//Logiqx//DTD ROM Management Datafile//EN" "http://www.logiqx.com/Dats/datafile.dtd"> | ||
<datafile> | ||
<header> | ||
<name>Fixdat for ckmame test db (1)</name> | ||
<description>Fixdat by ckmame</description> | ||
<version>0000-00-00 00:00:00</version> | ||
<author>automatically generated</author> | ||
</header> | ||
<game name="clone-8"> | ||
<description>clone-8</description> | ||
<rom name="04.rom" size="4" crc="d87f7e0c"/> | ||
<rom name="08.rom" size="8" crc="3656897d"/> | ||
</game> | ||
</datafile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
description test all games, one rom missing, create fixdat | ||
features HAVE_LIBXML2 | ||
return 0 | ||
arguments --no-status-db --complete-games-only -Fvc -D ../mamedb-lost-parent-ok.db --create-fixdat | ||
file "fixdat_ckmame test db (1).dat" {} fixdat-missing-both.fixdat | ||
directory roms <> | ||
stdout | ||
In game clone-8: | ||
game clone-8 : not a single file found | ||
end-of-inline-data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters