1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +00:00
Commit Graph

1077 Commits

Author SHA1 Message Date
Thomas Harte 0005229c1e Improve header. 2024-12-29 22:21:38 -05:00
Thomas Harte cb98297bb5 Add consts. 2024-12-29 22:14:48 -05:00
Thomas Harte 7cc6f8604e Eliminate std::shared_ptr outside of DiskImageHolder. 2024-12-08 21:49:34 -05:00
Thomas Harte 657960e7d0 Eliminate use of std::shared_ptr at DiskImage and below. 2024-12-08 21:26:03 -05:00
Thomas Harte 84ea04f61d Improve comments. 2024-12-07 11:54:55 -06:00
Thomas Harte 0d52cf5f97 Improve constiness. 2024-12-07 11:50:18 -06:00
Thomas Harte a128247ef5 Improve comments. 2024-12-07 09:32:45 -06:00
Thomas Harte 65a118d1f3 Attempt to locate and disassemble machine code. 2024-12-04 21:41:05 -05:00
Thomas Harte f804c32eee Opportunistically const. 2024-12-03 22:57:38 -05:00
Thomas Harte b89ecadc3a Improve interface. 2024-12-03 22:54:29 -05:00
Thomas Harte 6d4ff0b89a Finally eliminate all that virtual_ nonsense. 2024-12-03 22:28:57 -05:00
Thomas Harte 598003ea39 Continue marking override. 2024-12-03 21:18:26 -05:00
Thomas Harte 6ef63790a9 Mark overrides, improve constiness. 2024-12-03 17:33:09 -05:00
Thomas Harte 0b5cd4c665 Lock all tape classes down to read-only. 2024-12-03 09:21:13 -05:00
Thomas Harte 0371b0507a Avoid potential extending run-out-of-bounds. 2024-12-03 09:19:23 -05:00
Thomas Harte d3ed485e7a Take another big swing at indentation, some consts. 2024-12-01 21:44:14 -05:00
Thomas Harte 3a0f4a0bfc Improve constness, formatting. 2024-12-01 18:09:19 -05:00
Thomas Harte 704495ff42 Made reading of data optional. 2024-10-09 12:27:51 -04:00
Thomas Harte eece8c54a4 Factgor out and reuse is-ZX test. 2024-08-22 21:17:35 -04:00
Thomas Harte 69ba94e379 Add some CP/M smarts to +3 disk analysis. 2024-08-20 21:43:31 -04:00
Thomas Harte 91b263f0cf Treat second argument as optional. 2024-08-14 20:55:33 -04:00
Thomas Harte 9e8801d867 Add header for std::variant. 2024-07-08 00:17:39 +02:00
Thomas Harte 0e30e2d865 Add CSL side of execution. 2024-06-30 20:19:02 -04:00
Thomas Harte f742266177 Add SSM code capture to CPC. 2024-06-26 21:53:11 -04:00
Thomas Harte 63737c09aa Improve handling of compound sequences. 2024-06-20 22:13:19 -04:00
Thomas Harte 09e8d4ba0a Do enough to parse sample files. 2024-06-18 22:16:23 -04:00
Thomas Harte e46b12e359 Start parsing CSL. 2024-06-16 14:27:48 -04:00
Thomas Harte eb9e5fb727 Eliminate various unnecessary uses of std::make_pair. 2024-05-29 21:46:33 -04:00
Thomas Harte d90eedfc8c Adjust bit polarity, meaning. 2024-04-30 22:49:26 -04:00
Thomas Harte a997b6c677 Wire drives for IBM-style RDY. 2024-04-30 22:18:17 -04:00
Thomas Harte dfaea5a922 Reduce floppy access cost. 2024-04-28 22:40:54 -04:00
Thomas Harte 07984a2f8b Resolve various warnings. 2024-04-17 22:15:05 -04:00
Thomas Harte c56e82207a Extend .ADF support as far as my knowledge currently goes. 2024-02-24 15:07:45 -05:00
Thomas Harte 82abebec6e Add missing #include. 2024-02-23 16:13:26 -05:00
Thomas Harte 8460fe2118 Flounder around file contents. 2024-02-22 22:19:19 -05:00
Thomas Harte ddf136556d Add an Archimedes enum, start looking at analysis. 2024-02-22 13:51:44 -05:00
Thomas Harte d639dc8bcb Hit up some more = default opportunities. 2024-02-17 15:42:31 -05:00
Thomas Harte bc5727af14 Switch to = default. 2024-02-16 21:50:15 -05:00
Thomas Harte f14e45f93e Remove various instances of ';;'. 2024-02-12 14:23:54 -05:00
Thomas Harte 584aa78695 Avoid macro. 2024-01-22 21:37:04 -05:00
Thomas Harte cc165b65be Switch to lambda. 2024-01-22 21:22:56 -05:00
Thomas Harte cb125e6336 Use constexpr functions rather than macros. 2024-01-22 21:17:00 -05:00
Thomas Harte a3337ea90f Remove macro. 2024-01-22 21:15:44 -05:00
Thomas Harte ae31f85f0c Eliminate macro. 2024-01-22 21:11:15 -05:00
Ryan Carsten Schmidt 070efd99e0 Include <cstddef> and use std::nullptr_t not nullptr_t
Fixes "error: use of undeclared identifier 'nullptr_t'; did you mean
'nullptr'?" when compiling with Xcode 12.4.
2024-01-20 19:17:18 -06:00
Thomas Harte b08c7f8b68 Remove dangling LOG_PREFIXs. 2024-01-19 22:19:35 -05:00
Thomas Harte a1df2ef401 Use updated logger. 2024-01-19 14:24:40 -05:00
Thomas Harte 2200940efe Update logging. 2024-01-19 14:22:23 -05:00
Thomas Harte 7e47329e2a Update use of logger. 2024-01-19 14:16:13 -05:00
Thomas Harte 70a753d8a8 Update to latest logging. 2024-01-19 10:41:59 -05:00