The flux pattern matcher will now preserve leading zeroes (although it can't

match them). The IBM decoder is now properly converted, autodetecting FM and
MFM.
This commit is contained in:
David Given
2019-04-27 22:11:39 +02:00
parent bec46419d6
commit 4e3d4e31af
6 changed files with 86 additions and 211 deletions

View File

@@ -13,6 +13,7 @@ public:
{
unsigned bytes = 0;
unsigned ticks = 0;
unsigned zeroes = 0;
nanoseconds_t ns() const
{ return ticks * NS_PER_TICK; }