Thomas Harte
|
ffcd9bf980
|
Add support for LEP file format.
|
2026-04-19 11:53:01 -04:00 |
|
Thomas Harte
|
da45495f3c
|
Front-pad all files with leader.
|
2026-04-10 12:39:25 -04:00 |
|
Thomas Harte
|
9f0e47a8dd
|
Expand note.
|
2026-04-02 16:23:15 -04:00 |
|
Thomas Harte
|
3ff0957d0a
|
Better judge body length.
|
2026-03-27 22:39:05 -04:00 |
|
Thomas Harte
|
dabc7606b7
|
Begin a Thomson MO parser.
|
2026-03-25 15:59:52 -04:00 |
|
Thomas Harte
|
05a85b6ba9
|
Resolve various compiler warnings: primarily ~'s promotion to int.
|
2026-03-25 13:57:32 -04:00 |
|
Thomas Harte
|
7355a9b83c
|
Adjust body length marginally.
|
2026-03-25 11:21:02 -04:00 |
|
Thomas Harte
|
7f1029dc9c
|
Attempt to force gaps inbetween file blocks.
|
2026-03-25 11:13:43 -04:00 |
|
Thomas Harte
|
372893a05a
|
Add support for passive NOP observation.
|
2026-03-25 09:44:15 -04:00 |
|
Thomas Harte
|
41e2a03b60
|
Simplify fractions, reverse bit order.
|
2026-03-25 09:35:24 -04:00 |
|
Thomas Harte
|
5b12ed3627
|
Update comment for what I think I now know.
|
2026-03-25 09:30:36 -04:00 |
|
Thomas Harte
|
8c1ac65428
|
Introduce alternative tape encoding for MO machines.
|
2026-03-25 09:27:14 -04:00 |
|
Thomas Harte
|
ead2af85e8
|
Fix 0/1 confusion, factor differently.
|
2026-03-23 21:03:56 -04:00 |
|
Thomas Harte
|
74f10eaa22
|
Rereading, I think each square wave is repeated.
|
2026-03-23 18:03:26 -04:00 |
|
Thomas Harte
|
f3146beeb5
|
Pull out magic constant.
|
2026-03-23 16:32:58 -04:00 |
|
Thomas Harte
|
97ca83eb58
|
Correct serialisation of second stop bit.
|
2026-03-23 16:31:08 -04:00 |
|
Thomas Harte
|
f6ff12075e
|
Introduce attempt at K7 tape serialisation.
|
2026-03-23 10:38:58 -04:00 |
|
Thomas Harte
|
c5dc65fc61
|
Resolve various whitespace errors.
|
2025-10-29 11:50:56 -04:00 |
|
Thomas Harte
|
105272630e
|
Definitively eliminate per-logger state.
|
2025-09-11 23:29:47 -04:00 |
|
Thomas Harte
|
095be3072b
|
Distinguish when to include the trailing NULL.
|
2025-08-28 21:53:52 -04:00 |
|
Thomas Harte
|
8295d4511b
|
Improve whence type safety.
|
2025-08-28 17:41:58 -04:00 |
|
Thomas Harte
|
5018d7d577
|
Be more rigorous about static constexpr.
|
2025-08-26 22:54:39 -04:00 |
|
Thomas Harte
|
feea6023f4
|
Eliminate macro.
|
2025-04-20 12:37:14 -07:00 |
|
Thomas Harte
|
2c2216afae
|
Further eliminate file-relative includes.
|
2025-02-28 13:18:48 -05:00 |
|
Thomas Harte
|
0823fc32fe
|
Eliminate file-relative paths.
|
2025-02-28 12:30:25 -05:00 |
|
Thomas Harte
|
ff8180920f
|
Simplify extension finder, 80/81 file grabbing.
|
2025-02-26 17:17:24 -05:00 |
|
Thomas Harte
|
d4f08f0006
|
Remove get_.
|
2025-02-26 17:09:47 -05:00 |
|
Thomas Harte
|
1db756063b
|
Further remove type info from function naming.
|
2025-02-26 16:00:34 -05:00 |
|
Thomas Harte
|
88ffcbc62b
|
Work in terms of the number of bits to be handled.
|
2025-02-19 22:04:51 -05:00 |
|
Thomas Harte
|
6aff0b74cd
|
Reduce redundant types.
|
2025-02-19 00:09:57 -05:00 |
|
Thomas Harte
|
79671890c5
|
Generalise and improve BitStream.
|
2025-02-18 23:17:39 -05:00 |
|
Thomas Harte
|
edd4ed307f
|
Template away repetition.
|
2025-02-18 22:48:47 -05:00 |
|
Thomas Harte
|
247f636988
|
Reinstate ZRLE support.
|
2025-02-03 21:56:12 -05:00 |
|
Thomas Harte
|
35a1b44c21
|
Remove unused elements.
|
2025-02-03 21:42:07 -05:00 |
|
Thomas Harte
|
5fa27448f8
|
Try to coax module names.
|
2025-02-02 22:19:44 -05:00 |
|
Thomas Harte
|
9cecccf5da
|
Correct TAP type check.
|
2025-01-30 21:04:36 -05:00 |
|
Thomas Harte
|
55d59a1854
|
Separate chunk parsing.
|
2025-01-19 18:16:33 -05:00 |
|
Thomas Harte
|
beb9f38514
|
Eliminate std::shared_ptr.
|
2025-01-18 23:25:08 -05:00 |
|
Thomas Harte
|
0f545608c4
|
Fix serialiser ownership, Commodore analyser.
|
2025-01-17 21:43:11 -05:00 |
|
Thomas Harte
|
0a22d8fb9e
|
Add TODO on final dangling issue.
|
2025-01-17 17:06:03 -05:00 |
|
Thomas Harte
|
1bef37d504
|
Test data only once.
|
2025-01-17 17:04:25 -05:00 |
|
Thomas Harte
|
7f5d290b66
|
Promote validation.
|
2025-01-17 17:01:09 -05:00 |
|
Thomas Harte
|
9461e6f285
|
Move validation up a level.
|
2025-01-17 16:59:30 -05:00 |
|
Thomas Harte
|
3f59a03f29
|
Parse Commodore .tap header only once.
|
2025-01-17 16:54:54 -05:00 |
|
Thomas Harte
|
062b581b55
|
Move .cas and ZX .tap initial parsing out of serialiser.
|
2025-01-17 16:45:09 -05:00 |
|
Thomas Harte
|
58d3fdc1c2
|
Separate stateful serialisation from tapes.
|
2025-01-17 16:39:21 -05:00 |
|
Thomas Harte
|
2f546842a7
|
Wire TAPs and similar directly to their targets.
|
2025-01-16 21:21:15 -05:00 |
|
Thomas Harte
|
a6e453a452
|
Introdice alternative tape timings for the +4.
|
2025-01-15 22:11:26 -05:00 |
|
Thomas Harte
|
0677987320
|
Ensure all paths return a value.
|
2025-01-08 22:30:32 -05:00 |
|
Thomas Harte
|
7f8e90bd29
|
Add video counter writes.
|
2025-01-07 21:56:04 -05:00 |
|