summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.gitattributes3
-rw-r--r--src/regtests/chdman/input/createcd_cue_empty/in.binbin1245184 -> 1430016 bytes
-rw-r--r--src/regtests/chdman/input/createcd_cue_empty/in.cue3
-rw-r--r--src/regtests/chdman/input/createcd_iso_empty/in.isobin1245184 -> 1245184 bytes
-rw-r--r--src/regtests/chdman/input/createcd_toc_empty/data.binbin0 -> 1488384 bytes
-rw-r--r--src/regtests/chdman/input/createcd_toc_empty/in.toc8
-rw-r--r--src/regtests/chdman/output/createcd_cue_empty/out.chdbin2279 -> 9558 bytes
-rw-r--r--src/regtests/chdman/output/createcd_iso_empty/out.chdbin2017 -> 2022 bytes
-rw-r--r--src/regtests/chdman/output/createcd_toc_empty/out.chdbin0 -> 46007 bytes
9 files changed, 13 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 47730c16473..53c9c6ef9c3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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
diff --git a/src/regtests/chdman/input/createcd_cue_empty/in.bin b/src/regtests/chdman/input/createcd_cue_empty/in.bin
index 0eb74d2e77a..3c80d90ff2c 100644
--- a/src/regtests/chdman/input/createcd_cue_empty/in.bin
+++ b/src/regtests/chdman/input/createcd_cue_empty/in.bin
Binary files differ
diff --git a/src/regtests/chdman/input/createcd_cue_empty/in.cue b/src/regtests/chdman/input/createcd_cue_empty/in.cue
index ad7dcbb209b..699b6ead101 100644
--- a/src/regtests/chdman/input/createcd_cue_empty/in.cue
+++ b/src/regtests/chdman/input/createcd_cue_empty/in.cue
@@ -1,3 +1,4 @@
FILE "in.bin" BINARY
TRACK 01 MODE1/2352
- INDEX 01 00:00:00 \ No newline at end of file
+ INDEX 01 00:00:00
+ REM LEAD-OUT 00:08:08
diff --git a/src/regtests/chdman/input/createcd_iso_empty/in.iso b/src/regtests/chdman/input/createcd_iso_empty/in.iso
index af40397d87a..ec1c5b8dcdc 100644
--- a/src/regtests/chdman/input/createcd_iso_empty/in.iso
+++ b/src/regtests/chdman/input/createcd_iso_empty/in.iso
Binary files differ
diff --git a/src/regtests/chdman/input/createcd_toc_empty/data.bin b/src/regtests/chdman/input/createcd_toc_empty/data.bin
new file mode 100644
index 00000000000..41757946af7
--- /dev/null
+++ b/src/regtests/chdman/input/createcd_toc_empty/data.bin
Binary files differ
diff --git a/src/regtests/chdman/input/createcd_toc_empty/in.toc b/src/regtests/chdman/input/createcd_toc_empty/in.toc
new file mode 100644
index 00000000000..5f5e42da1b7
--- /dev/null
+++ b/src/regtests/chdman/input/createcd_toc_empty/in.toc
@@ -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
+
diff --git a/src/regtests/chdman/output/createcd_cue_empty/out.chd b/src/regtests/chdman/output/createcd_cue_empty/out.chd
index 8871f29e984..f8d3b6cf38d 100644
--- a/src/regtests/chdman/output/createcd_cue_empty/out.chd
+++ b/src/regtests/chdman/output/createcd_cue_empty/out.chd
Binary files differ
diff --git a/src/regtests/chdman/output/createcd_iso_empty/out.chd b/src/regtests/chdman/output/createcd_iso_empty/out.chd
index a6b8d38890e..38ec5d5bb73 100644
--- a/src/regtests/chdman/output/createcd_iso_empty/out.chd
+++ b/src/regtests/chdman/output/createcd_iso_empty/out.chd
Binary files differ
diff --git a/src/regtests/chdman/output/createcd_toc_empty/out.chd b/src/regtests/chdman/output/createcd_toc_empty/out.chd
new file mode 100644
index 00000000000..ada82c7ed8d
--- /dev/null
+++ b/src/regtests/chdman/output/createcd_toc_empty/out.chd
Binary files differ