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

3025 Commits

Author SHA1 Message Date
Thomas Harte 0f545608c4 Fix serialiser ownership, Commodore analyser. 2025-01-17 21:43:11 -05:00
Thomas Harte 457b28c22c Merge branch 'master' into Plus4VideoOptions 2025-01-07 20:08:54 -05:00
Thomas Harte 8463e9ed94 Add selectable display type. 2025-01-07 17:41:43 -05:00
Thomas Harte a86f966cb4 Treat kAudioQueueErr_CannotStart as ephemeral. 2025-01-04 22:24:34 -05:00
Thomas Harte f9c220bee0 Progress shifter outside of painted pixels. 2025-01-04 07:15:20 -05:00
Thomas Harte 75a0e622ad Remove macros from CoreAudio handler. 2025-01-03 23:25:38 -05:00
Thomas Harte 8e2de4ee30 Merge pull request #1440 from TomHarte/MenuTweak
Improve menu wording.
2025-01-03 23:23:50 -05:00
Thomas Harte b1602261cf Remove redundant adjective. 2025-01-03 23:23:02 -05:00
Thomas Harte e5ed11f8ec Take another swing at menu item naming. 2025-01-03 23:21:55 -05:00
Thomas Harte c5cca15b4e Extend window size. 2025-01-03 23:01:33 -05:00
Thomas Harte fa978315e6 Add Plus 4 option to Mac UI. 2025-01-03 22:59:39 -05:00
Thomas Harte 60856b974b Add wiring for audio. 2024-12-30 22:56:29 -05:00
Thomas Harte 0751c51803 Dispatch warning. 2024-12-29 22:34:32 -05:00
Thomas Harte 01aeb46664 Bump version. 2024-12-27 20:59:24 -05:00
Thomas Harte c8fdde4c5e Clarify clock rates. 2024-12-17 07:08:04 -05:00
Thomas Harte 700b848f26 Add overt nils to aid with debugging. 2024-12-13 21:25:01 -05:00
Thomas Harte 58b464bdfc Attempt to add interrupts. 2024-12-12 22:07:51 -05:00
Thomas Harte f7750af3d0 Provide bus visibility to video; mark vertical portion of display. 2024-12-11 22:32:14 -05:00
Thomas Harte 389ba95e5a Template out the usual repetitive stuff of segment finding. 2024-12-11 21:30:58 -05:00
Thomas Harte 38325741de Forward address information to a video stub. 2024-12-10 21:29:17 -05:00
Thomas Harte b0158ed7ce Use std::once in preference to home-rolled solution. 2024-12-08 22:35:41 -05:00
Thomas Harte 6f1b30cd24 Include Plus 4 in test target. 2024-12-07 11:56:16 -06:00
Thomas Harte a6ba549b67 Don't repeat constant. 2024-12-07 11:55:38 -06:00
Thomas Harte 590bd934c0 Use built-in paralel for. 2024-12-07 09:32:32 -06:00
Thomas Harte d7206096ea Attempt to parallelise. 2024-12-06 15:59:47 -05:00
Thomas Harte 8e71180cd2 Add an empty shell of a C16+4 class. 2024-12-06 13:53:08 -05:00
Thomas Harte 7a1153be65 Improve loop detection. 2024-12-05 17:30:30 -05:00
Thomas Harte 65a118d1f3 Attempt to locate and disassemble machine code. 2024-12-04 21:41:05 -05:00
Thomas Harte 6ef63790a9 Mark overrides, improve constiness. 2024-12-03 17:33:09 -05:00
Thomas Harte 3ffd986a1c Start building Commodore analyser tests. 2024-12-03 09:25:58 -05:00
Thomas Harte 9fa71231c4 Support zero-length files; further fix bounds checks. 2024-12-02 17:23:50 -05:00
Thomas Harte 32beafc12d Test Plus 4 detectionl; add shout for additional start address. 2024-12-02 15:27:37 -05:00
Thomas Harte d3ed485e7a Take another big swing at indentation, some consts. 2024-12-01 21:44:14 -05:00
Thomas Harte 030b54a2b6 Import new icons. 2024-11-29 23:04:28 -05:00
Thomas Harte 86fa8da8c5 Reformat ClockReceiver. 2024-11-29 22:12:57 -05:00
Thomas Harte 49c811b5f5 Avoid taking an out-of-range pointer.
(Even though it was safe)
2024-10-19 10:12:51 -04:00
Thomas Harte b6c21e071d Update version number. 2024-10-19 09:19:59 -04:00
Thomas Harte 02f92a7818 Handle runs that don't cross a pixel boundary.
`
2024-10-15 21:15:30 -04:00
Thomas Harte bdb5abe47b Record updated version number. 2024-09-08 21:34:02 -04:00
Thomas Harte 83f5065642 Update version. 2024-08-26 21:38:49 -04:00
Thomas Harte a9c8ef642c Correct original author's typo. 2024-08-14 18:55:35 -04:00
Thomas Harte 30b1b36e63 Test digits individually; CSLs autolink. 2024-08-07 22:44:48 -04:00
Thomas Harte ef11262721 Expand test membership. 2024-08-07 22:15:43 -04:00
Thomas Harte 2d049f5fdc Implement reset, correct file names. 2024-08-07 22:00:24 -04:00
Thomas Harte 05f0a122f4 Blank out border. 2024-08-05 22:06:23 -04:00
Thomas Harte 1977675a73 Add some measure of graphics output. 2024-08-05 21:48:40 -04:00
Thomas Harte 4ceaab7c26 Merge branch 'master' into SSLandCSL 2024-07-26 22:08:11 -04:00
Thomas Harte 76ca607021 Add a graceful end for JAM. 2024-07-26 21:45:17 -04:00
Thomas Harte 78b2a89554 Add header for std::vector. 2024-07-08 00:20:54 +02:00
Thomas Harte 9e8801d867 Add header for std::variant. 2024-07-08 00:17:39 +02:00