summaryrefslogtreecommitdiff
path: root/decoder/test/floppy/test.conf
diff options
context:
space:
mode:
authorEric Anderson <ejona86@gmail.com>2023-08-12 19:06:37 -0700
committerEric Anderson <ejona86@gmail.com>2023-08-12 19:06:37 -0700
commit2ca2e4f93f61cd04fa76daea4dd0a700efb57a51 (patch)
treedfcf8bd68a4f140a443c0e4ad05ab72942236c63 /decoder/test/floppy/test.conf
parentbcfa07e61c7125be5b7a9be809a2cf39b38935d0 (diff)
downloadsigrok-test-2ca2e4f93f61cd04fa76daea4dd0a700efb57a51.tar.gz
sigrok-test-2ca2e4f93f61cd04fa76daea4dd0a700efb57a51.zip
Add mfm and floppy testsfloppy
Diffstat (limited to 'decoder/test/floppy/test.conf')
-rw-r--r--decoder/test/floppy/test.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/decoder/test/floppy/test.conf b/decoder/test/floppy/test.conf
new file mode 100644
index 0000000..92717b0
--- /dev/null
+++ b/decoder/test/floppy/test.conf
@@ -0,0 +1,13 @@
+test ibm-hello
+ protocol-decoder mfm channel data=1 channel idx=7 option data_rate=500
+ protocol-decoder floppy option format=ibm-mfm
+ stack mfm floppy
+ input floppy/floppy-test-ibm-hello.sr
+ output floppy annotation match ibm-hello.output
+
+test micropolis-idx
+ protocol-decoder mfm channel data=1 channel idx=7 option data_rate=250
+ protocol-decoder floppy option format=micropolis-fdd
+ stack mfm floppy
+ input floppy/floppy-test-micropolis-idx.sr
+ output floppy annotation match micropolis-idx.output