Commit Graph

391 Commits

Author SHA1 Message Date
David Given
9c6fe1bafa Add a skeleton FB-100 decoder. 2019-04-11 19:55:30 +02:00
David Given
040fd8cf81 Merge pull request #54 from davidgiven/crunch
Decrease USB bandwidth and add proper high density support
2019-04-07 02:09:00 +02:00
David Given
1576be8138 Show more information with inspect. 2019-04-07 02:06:07 +02:00
David Given
61df636215 Remove stray debug tracing. 2019-04-06 22:28:45 +02:00
David Given
b5cd4a6246 Document the stuff about --hd. 2019-04-06 18:07:08 +02:00
David Given
da8cae61b7 Add a debug UART back on pin 2.0 to get some semblance of debug information off
the board. Discover a fun edge case where output transfers that were an exact
number of frames weren't being terminated correctly.
2019-04-06 17:59:23 +02:00
David Given
3c2654ea04 Warning fix. 2019-03-29 21:01:46 +01:00
David Given
7dd7057e1b Bump protocol number. 2019-03-28 23:10:08 +01:00
David Given
6c06689de8 Fix uninitialised variable error. 2019-03-28 23:09:56 +01:00
David Given
dfbe839826 Bump the protocol number. 2019-03-27 22:11:15 +01:00
David Given
707563bec6 Hopefully fix the underrun issue when reading from HD disks. 2019-03-27 22:10:58 +01:00
David Given
098b2371a4 Crunched datastreams are now used when writing. 2019-03-27 21:58:41 +01:00
David Given
bcc5a5f2cd Interim but working support for crunched data streams when reading from the
device; writes haven't been converted yet. Reduces the bandiwidth from about
800kB/s to about 500kB/s, which is about what I thought.
2019-03-26 23:03:19 +01:00
David Given
0453837c03 The high-density flag now actually changes the high-density line to the drive. 2019-03-26 20:05:16 +01:00
David Given
4fe27afe9f Backed out changeset cd5bed99b0b4 --- erroneously pushed to master. 2019-03-24 17:59:17 +01:00
David Given
a79f3dff1e Fix OB1 error in the start position of Brother files. Headers and footers
should now be attached to the right file. Thanks to mathe1@github for figuring
this out.

Fixes: #47
2019-03-23 12:14:01 +01:00
David Given
45eaf14133 Add a flag for setting the drive to high density mode. 2019-03-23 11:32:55 +01:00
David Given
7f9a85ff77 Add a flag for setting the drive to high density mode. 2019-03-23 11:32:55 +01:00
David Given
d013b0fe55 Fix Bytes slicing buffer overrun; fix bug in the IBM decoder which was
provoking it.
2019-03-21 20:14:35 +01:00
David Given
46db85a619 Merge pull request #44 from tingox/master
fix meson.build so that fluxengine compiles under FreeBSD
2019-03-11 22:55:48 +01:00
Torfinn Ingolfsen
8b7296f5d3 fix meson.build so that fluxengine compiles under FreeBSD 2019-03-11 22:10:43 +01:00
David Given
f925970bc2 Typo fix. 2019-03-10 14:27:52 +01:00
David Given
483a26f750 Merge pull request #43 from davidgiven/f85
Add Durango F85 support.
2019-03-10 14:25:25 +01:00
David Given
2245cebaa8 Tweak docs. 2019-03-10 14:24:45 +01:00
David Given
e3b9458062 Add some F85 documentation. 2019-03-10 14:19:53 +01:00
David Given
2e500f6d3a Add proper decode support for the Durango F85. Thanks to reveng for figuring
out the CRCs for me!
2019-03-10 14:02:01 +01:00
David Given
36134c5269 Create skeleton F85 decoder. 2019-03-10 11:44:55 +01:00
David Given
98819cdd75 Merge pull request #42 from davidgiven/deps
Build file cleanup.
2019-03-09 18:01:43 +01:00
David Given
c558028552 Build file cleanup. 2019-03-09 17:49:00 +01:00
David Given
8b81097b91 Typo fix. 2019-03-09 14:12:27 +01:00
David Given
b87f7b402c Oops, forgot to linkify Zilog references. 2019-03-09 14:11:19 +01:00
David Given
5067f2d0ff Merge pull request #41 from davidgiven/mystery
Add proper support for hard-sectored disks, like the Zilog MCZ
2019-03-09 14:07:37 +01:00
David Given
fc1a83e6b1 Add Zilog MCZ documentation. 2019-03-09 14:04:15 +01:00
David Given
1dbd125c24 Merge from trunk. 2019-03-09 12:35:06 +01:00
David Given
490821da09 Hard sector segmentation can now cope with the extra index hole. We are
correctly decoding the Zilog MCZ disk.
2019-03-09 12:32:42 +01:00
David Given
cf9730fbb3 Splitting by hard sectors works, up to a point; we can correctly decode (with
CRC checking!) most of the Zilog MCS disk. However, we're still stumped by the
extra index hole.
2019-03-09 12:19:28 +01:00
David Given
456791e20c Refactor to use FluxmapReader. 2019-03-09 11:30:50 +01:00
David Given
574d383573 Remove discrete segmenters, instead rolling the logic into Decoders; prepare
for splitting decoders into soft-sector and hard-sector.
2019-03-08 23:57:46 +01:00
David Given
130d5f630e Typo fixes. 2019-03-07 23:52:42 +01:00
David Given
1f524aec69 Merge from trunk. 2019-03-07 23:44:19 +01:00
David Given
a3fc244a39 Merge pull request #40 from davidgiven/docs
Overhaul documentation.
2019-03-07 23:43:11 +01:00
David Given
8c4222d421 Add price. 2019-03-07 23:42:07 +01:00
David Given
514792556c Document that the PSoC5LP is 5V. 2019-03-07 23:40:30 +01:00
David Given
c6e00bf4d2 Typo fix. 2019-03-07 23:33:05 +01:00
David Given
64dbc1c5bb Add warning banner. 2019-03-07 23:32:00 +01:00
David Given
d0295f9715 Fix typo. 2019-03-07 23:22:12 +01:00
David Given
c81f5d6fe4 Talk about flippy disks. 2019-03-07 23:20:54 +01:00
David Given
eec6698996 Big documentation rework ouch my fingers. 2019-03-07 22:55:43 +01:00
David Given
82dbcb781c Remember to also update the link in the front page. 2019-03-07 21:04:38 +01:00
David Given
7569a3ef4f Rearrange documentation to be more Github-friendly. 2019-03-07 21:03:04 +01:00