Commit Graph

12 Commits

Author SHA1 Message Date
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
6d12586c25 Update C64 to the new new architecture. 2019-04-30 21:22:15 +02:00
David Given
01151e70ed The C64 decoder now works with the new architecture, although it looks like I'm
going to have to do some rearchitecting...
2019-04-29 00:27:30 +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
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
650dd6ef97 Oops --- the 1541 track numbers start at 1! 2019-02-25 21:17:44 +01:00
David Given
1bca41dc03 The C64 decoder now works. 2019-02-25 20:31:18 +01:00
David Given
166c3ef22d Start assembling sectors --- although my test image looks very weird, so it
could be wrong.
2019-02-25 01:08:33 +01:00
David Given
6d9a73bd52 GCR decoding works (AFAICT). 2019-02-25 00:47:27 +01:00
David Given
6e8c7b8b13 C64 segmenter works (mostly?). 2019-02-25 00:26:08 +01:00
David Given
10a2a0e579 Add skeleton C64 decoder. 2019-02-25 00:13:36 +01:00