From 2ca2e4f93f61cd04fa76daea4dd0a700efb57a51 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Sat, 12 Aug 2023 19:06:37 -0700 Subject: Add mfm and floppy tests --- decoder/test/floppy/test.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 decoder/test/floppy/test.conf (limited to 'decoder/test/floppy/test.conf') 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 -- cgit v1.2.3-70-g09d2