recreated all files for the chdman unittest / added test for TOC input (nw)

This commit is contained in:
Oliver Stöneberg 2013-01-05 18:29:53 +00:00
parent 0b9ef21c00
commit a77655df86
9 changed files with 13 additions and 1 deletions

3
.gitattributes vendored
View File

@ -8044,8 +8044,11 @@ src/regtests/chdman/chdtest.py svneol=native#text/plain
src/regtests/chdman/input/createcd_cue_empty/in.bin -text
src/regtests/chdman/input/createcd_cue_empty/in.cue svneol=native#text/plain
src/regtests/chdman/input/createcd_iso_empty/in.iso -text
src/regtests/chdman/input/createcd_toc_empty/data.bin -text
src/regtests/chdman/input/createcd_toc_empty/in.toc svneol=native#text/plain
src/regtests/chdman/output/createcd_cue_empty/out.chd -text
src/regtests/chdman/output/createcd_iso_empty/out.chd -text
src/regtests/chdman/output/createcd_toc_empty/out.chd -text
src/regtests/jedutil/baseline/18cv8/18cv8_combinatorial_feedback.txt svneol=native#text/plain
src/regtests/jedutil/baseline/18cv8/18cv8_register_feedback.txt svneol=native#text/plain
src/regtests/jedutil/baseline/18cv8/pal10h8-to-peel18cv8.txt svneol=native#text/plain

View File

@ -1,3 +1,4 @@
FILE "in.bin" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
INDEX 01 00:00:00
REM LEAD-OUT 00:08:08

Binary file not shown.

View File

@ -0,0 +1,8 @@
CD_ROM
// Track 1
TRACK MODE1_RAW RW_RAW
NO COPY
DATAFILE "data.bin" 00:08:08 // length in bytes: 1488384

Binary file not shown.