-
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.
Don't match any files for ROMs or disks with no hashes.
- Loading branch information
Showing
7 changed files
with
39 additions
and
6 deletions.
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
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
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,14 @@ | ||
description test single-rom game with no data at all | ||
return 0 | ||
arguments -cFv -e extra -D ../mamedb-no-data.db nodata | ||
file roms/nodata.zip 1-8-ok.zip {} | ||
file unknown/nodata.zip {} 1-8-ok.zip | ||
file unknown/.ckmame.db {} <inline.ckmamedb> | ||
hashes nodata.zip * cheap | ||
end-of-inline-data | ||
stdout | ||
In game nodata: | ||
game nodata : not a single file found | ||
file 08.rom size 8 crc 3656897d: unknown | ||
move unknown file '08.rom' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
description test single-rom game with no data at all | ||
return 0 | ||
arguments -cFv -e extra -D ../mamedb-no-data.db nodata | ||
file roms/nodata.zip 1-4-ok.zip | ||
file roms/.ckmame.db {} <inline.ckmamedb> | ||
hashes nodata.zip * cheap | ||
end-of-inline-data | ||
stdout | ||
In game nodata: | ||
game nodata : correct | ||
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
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
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