David Given
|
032df676c1
|
Replace meson with a very small shell script.
|
2019-07-03 22:18:34 +02:00 |
|
David Given
|
b1092c7f82
|
Simplify the decoder class hierarchy.
|
2019-04-30 21:44:56 +02:00 |
|
David Given
|
184e7766f0
|
Add some helper methods to make decoders easier. Port IBM to the new new
architecture.
|
2019-04-30 20:45:16 +02:00 |
|
David Given
|
4e3d4e31af
|
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.
|
2019-04-27 22:11:39 +02:00 |
|
David Given
|
bec46419d6
|
Remove the obsolete FluxPatterns.
|
2019-04-27 10:27:55 +02:00 |
|
David Given
|
a483ad987e
|
Archival checking: IBM FM works (but not MFM yet). Other formats have stopped
working.
|
2019-04-26 23:52:04 +02:00 |
|
David Given
|
6b73d1745c
|
Merge from trunk.
|
2019-04-16 20:16:38 +02:00 |
|
David Given
|
7a49ec7819
|
Moderately crudely hack in routing side information to the decoders; this is
needed by the Victor 9000 decoder to figure out the right clock rate.
|
2019-04-16 19:50:25 +02:00 |
|
David Given
|
9b78c34fad
|
Warning fix.
|
2019-03-24 10:40:14 +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
|
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
|
3a931afa60
|
Fix CRC checking for IBM (both FM and MFM).
|
2019-03-05 21:09:28 +01:00 |
|
David Given
|
0ae1623afc
|
Clean up the IBM decoder (still not right).
|
2019-03-05 20:57:45 +01:00 |
|
David Given
|
94fb10eb02
|
Behemoth change to rework everything to use Bytes rather than vectors of
uint8_t. The tests pass, but of course, nothing decodes any more.
|
2019-03-05 00:10:20 +01:00 |
|
David Given
|
fd960b8778
|
Add TRS-80 support.
|
2019-03-03 17:25:38 +01:00 |
|
David Given
|
bd78bdfafd
|
Old versions of C++ don't support static_assert without a message, so add one.
|
2019-02-26 19:54:41 +01:00 |
|
David Given
|
01acc4e5b3
|
Partially decode the Kryoflux Mac image I have (complete with checksum
checking). The read is very bad, but I don't know whether that's because
there's something wrong I'm doing, or if the Kryoflux image is bad.
|
2019-02-20 20:46:01 +01:00 |
|
David Given
|
259a02898f
|
Massive refactor to overhaul and simplify the decoder system. Amiga has been
disabled (because it needs rewriting now).
|
2019-02-19 00:39:13 +01:00 |
|