mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
recreated all files for the chdman unittest / added test for TOC input (nw)
This commit is contained in:
parent
0b9ef21c00
commit
a77655df86
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -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
|
||||
|
Binary file not shown.
@ -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.
BIN
src/regtests/chdman/input/createcd_toc_empty/data.bin
Normal file
BIN
src/regtests/chdman/input/createcd_toc_empty/data.bin
Normal file
Binary file not shown.
8
src/regtests/chdman/input/createcd_toc_empty/in.toc
Normal file
8
src/regtests/chdman/input/createcd_toc_empty/in.toc
Normal 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.
Binary file not shown.
BIN
src/regtests/chdman/output/createcd_toc_empty/out.chd
Normal file
BIN
src/regtests/chdman/output/createcd_toc_empty/out.chd
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user