1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-26 08:29:33 +00:00

Commit Graph

  • a7020bdde5
    Merge ddccb946ff531d1b792623b55144320722d9e8bf into cbdf1a941c549209586b360119df1e3cb2235adc Thomas Harte 2025-02-26 04:24:21 +00:00
  • ddccb946ff Fix precedence error in put_le. MoreChangeEffects Thomas Harte 2025-02-25 23:24:11 -05:00
  • 1f6f30ae9e Implement MediaChangeObserver for the consoles. Thomas Harte 2025-02-25 23:03:45 -05:00
  • 4b19a3f4ed Split interface, make const. Thomas Harte 2025-02-25 22:58:36 -05:00
  • c39d0ce2f7 Add note to self. Thomas Harte 2025-02-25 22:37:12 -05:00
  • cbdf1a941c
    Merge pull request #1475 from TomHarte/FileDidChange master Thomas Harte 2025-02-24 23:12:17 -05:00
  • a340635de5 Fix lost audio, race condition. Thomas Harte 2025-02-24 23:04:41 -05:00
  • d62362db1a Reduce copy and paste. Thomas Harte 2025-02-24 22:50:56 -05:00
  • a0aba69306 Resolve lost options. Thomas Harte 2025-02-24 22:46:44 -05:00
  • 765683cd34 Copy and paste to a mostly working substitution. Thomas Harte 2025-02-24 22:44:10 -05:00
  • 93ddf4f0ba Ensure ZX Spectrum, at least, returns correct indication. Thomas Harte 2025-02-24 22:34:15 -05:00
  • 8dcccf11bf Improve constness, remove unnecessary virtuals. Thomas Harte 2025-02-24 18:18:12 -05:00
  • 43353ce892 Confirm and wire through semantics. Thomas Harte 2025-02-24 15:36:18 -05:00
  • a698fea078 Spell out some options. Thomas Harte 2025-02-23 18:15:14 -05:00
  • 390d9b0fe1 Add further note to self. Thomas Harte 2025-02-22 23:12:41 -05:00
  • fd3ff05b17 Avoid undefined behaviour on left shift. Thomas Harte 2025-02-22 23:06:40 -05:00
  • a5e4c9dd7b Add pure file-content change observer. Thomas Harte 2025-02-22 22:40:15 -05:00
  • 37f07dcc5a Add note to self on intentions. Thomas Harte 2025-02-21 17:51:14 -05:00
  • 75bae9a59c
    Merge pull request #1474 from TomHarte/LighterMouseovers Thomas Harte 2025-02-21 12:42:15 -05:00
  • 1684d88a3b Don't hide mouse cursor if over an interesting subview. Thomas Harte 2025-02-21 11:43:47 -05:00
  • 50acbb70da Rename protocol method. Thomas Harte 2025-02-21 11:37:37 -05:00
  • 4de1025468 Avoid potential MSX 2 crash at startup. Thomas Harte 2025-02-21 11:37:24 -05:00
  • c2506dd115 Show controls immediately at startup. Thomas Harte 2025-02-21 11:31:13 -05:00
  • f8c9aa8e6c Require mouseover near the volume/controls to activate. Thomas Harte 2025-02-21 11:28:53 -05:00
  • e19dc1f067 Make scan target the window's native view. Thomas Harte 2025-02-21 10:43:56 -05:00
  • 84776bced1
    Merge pull request #1473 from TomHarte/BetterBitReader Thomas Harte 2025-02-20 23:03:39 -05:00
  • 9162c86e21 Test, improve BitStream. Thomas Harte 2025-02-20 22:42:02 -05:00
  • 88ffcbc62b Work in terms of the number of bits to be handled. Thomas Harte 2025-02-19 22:04:51 -05:00
  • 6aff0b74cd Reduce redundant types. Thomas Harte 2025-02-19 00:09:57 -05:00
  • 79671890c5 Generalise and improve BitStream. Thomas Harte 2025-02-18 23:17:39 -05:00
  • edd4ed307f Template away repetition. Thomas Harte 2025-02-18 22:48:47 -05:00
  • f786f8a970
    Merge pull request #1472 from TomHarte/FastPRGs Thomas Harte 2025-02-18 21:57:32 -05:00
  • a1d10adaa3 Support only the Vic-20 for PRGs for now. Thomas Harte 2025-02-18 20:46:43 -05:00
  • 7f480e8e56 Swing desperately at fast tape loading. Thomas Harte 2025-02-11 21:49:58 -05:00
  • 94b972aaf4 Improve style. Thomas Harte 2025-02-11 21:48:56 -05:00
  • 9470775292 Avoid race condition on input/output frequencies. Thomas Harte 2025-02-11 21:48:23 -05:00
  • 93eb63d930 Add interrupt register to TED check set. Thomas Harte 2025-02-11 21:47:36 -05:00
  • ea81096a43 Reinstall debugging temporariness. Thomas Harte 2025-02-07 18:09:33 -05:00
  • 594045b4e7
    Merge pull request #1471 from TomHarte/CRCInterface Thomas Harte 2025-02-05 22:18:59 -05:00
  • 1449330ed3 Use updated interface. Thomas Harte 2025-02-04 23:14:49 -05:00
  • 07493a6b18 Remove need for a CRC generator instance. Thomas Harte 2025-02-04 22:54:39 -05:00
  • 0310db5f24
    Merge pull request #1470 from TomHarte/SimplerReverse Thomas Harte 2025-02-04 21:49:57 -05:00
  • ed6d5a7d38 Correct test target. Thomas Harte 2025-02-04 00:05:09 -05:00
  • ca7c1bc631 Remove redundant inlines. Thomas Harte 2025-02-04 00:00:12 -05:00
  • 259070c658 Unify reverse functions. Thomas Harte 2025-02-03 23:58:41 -05:00
  • e1a7dd9b24 Implement recursive reverse. Thomas Harte 2025-02-03 23:50:15 -05:00
  • e5945fbb3d
    Merge pull request #1469 from TomHarte/AllWarnings Thomas Harte 2025-02-03 22:08:12 -05:00
  • 247f636988 Reinstate ZRLE support. Thomas Harte 2025-02-03 21:56:12 -05:00
  • c58a2ee624 Remove redundant moves. Thomas Harte 2025-02-03 21:44:30 -05:00
  • 35a1b44c21 Remove unused elements. Thomas Harte 2025-02-03 21:42:07 -05:00
  • fd09f06507
    Merge pull request #1468 from TomHarte/Qt6CI Thomas Harte 2025-02-03 21:34:36 -05:00
  • d66b501a99 Request latest Xcode. Thomas Harte 2025-02-03 21:27:53 -05:00
  • 349f6766ac Switch to array. Thomas Harte 2025-02-03 21:24:05 -05:00
  • cd55ed1514 Persevere. Thomas Harte 2025-02-03 21:22:50 -05:00
  • 14d4c8accc Disable Qt 6; try to reenable Xcode. Thomas Harte 2025-02-03 21:21:25 -05:00
  • 37bca96bde Strip back. Thomas Harte 2025-02-03 21:17:19 -05:00
  • b0e6ae58c4 Try 6.7. Thomas Harte 2025-02-03 21:00:40 -05:00
  • 0375e47359 Accept any 6.8. Thomas Harte 2025-02-03 20:48:56 -05:00
  • 8450ad2856 Add Qt 6 CI. Thomas Harte 2025-02-03 20:28:46 -05:00
  • 015a1fbd53 Merge branch 'master' into Plus4PRGs Plus4PRGs Thomas Harte 2025-02-03 00:06:14 -05:00
  • 318b61b4d7
    Merge pull request #1467 from TomHarte/QtCI Thomas Harte 2025-02-03 00:05:54 -05:00
  • 60640517ca Remove crutch. Thomas Harte 2025-02-02 23:58:25 -05:00
  • 051e38f034 Reformat. Thomas Harte 2025-02-02 23:48:20 -05:00
  • 300054b9f7 Attempt a full make. Thomas Harte 2025-02-02 23:46:26 -05:00
  • 4f9e1e3a6b Add 'icu'. Thomas Harte 2025-02-02 23:41:47 -05:00
  • 856bc27bf1 Must specify qtbase, at least. Thomas Harte 2025-02-02 23:36:15 -05:00
  • 408b774b42 Switch to archives. Thomas Harte 2025-02-02 23:29:59 -05:00
  • f82ef5aad4 Apply one of those architectures. Thomas Harte 2025-02-02 23:23:34 -05:00
  • a92df41eb5 List architectures, hopefully. Thomas Harte 2025-02-02 22:58:32 -05:00
  • 605990929d Hit and hope. Thomas Harte 2025-02-02 22:47:23 -05:00
  • 925ca28659 Try without architecture. Thomas Harte 2025-02-02 22:38:31 -05:00
  • 41e3fa7aa7 Retreat. Thomas Harte 2025-02-02 22:24:37 -05:00
  • 5fa27448f8 Try to coax module names. Thomas Harte 2025-02-02 22:19:44 -05:00
  • c3428bdaed Try without prefixes. Thomas Harte 2025-02-02 22:11:32 -05:00
  • 0539de9c4e Take a guess at modules. Thomas Harte 2025-02-02 22:05:36 -05:00
  • eed87164b1 Attempt a Qt build action. Thomas Harte 2025-02-02 22:00:21 -05:00
  • 0fe726c503 Avoid overlong line. Thomas Harte 2025-02-02 21:50:30 -05:00
  • f7f2113f1c
    Merge pull request #1465 from TomHarte/Plus4FastLoad Thomas Harte 2025-02-02 21:49:22 -05:00
  • 49d931f5cc Disable Mac job for now. Thomas Harte 2025-02-02 21:41:37 -05:00
  • 4dbd63de08 Attempt version rebump. Thomas Harte 2025-01-31 12:33:21 -05:00
  • 3a53c349a0 Abandon attempts to build on older macOS for now. Thomas Harte 2025-01-31 11:45:43 -05:00
  • a9fe5d5c87 Manually revert Xcode project version. Thomas Harte 2025-01-30 22:48:11 -05:00
  • 9cecccf5da Correct TAP type check. Thomas Harte 2025-01-30 21:04:36 -05:00
  • 6cb3bbaa2d Ensure tape ending != infinite loop. Thomas Harte 2025-01-29 23:30:16 -05:00
  • 0ff6a0bb53 Slightly simplify template arguments. Thomas Harte 2025-01-29 22:51:02 -05:00
  • 8ba57dec03 Take another stab at read_dipole. Thomas Harte 2025-01-29 22:07:17 -05:00
  • d749c305ed Merge branch 'master' into Plus4FastLoad Thomas Harte 2025-01-28 20:20:21 -05:00
  • f46ac2d0ed
    Merge pull request #1464 from TomHarte/AheadOfTimeCRCTables Thomas Harte 2025-01-28 20:16:03 -05:00
  • d7b7152315 Apply const liberally. Thomas Harte 2025-01-28 18:26:34 -05:00
  • da1d52033b Use contractions. Thomas Harte 2025-01-28 18:19:31 -05:00
  • 01ddc24c02 Require overt acknowledgement of meaning. Thomas Harte 2025-01-28 17:42:26 -05:00
  • 53a3e88d16 Shunt CRC XOR table generation to compile time. Thomas Harte 2025-01-28 17:36:32 -05:00
  • bc8d1cc384
    Merge pull request #1463 from TomHarte/AcornAnalyserStyle Thomas Harte 2025-01-26 21:58:50 -05:00
  • ed2ba63a5f Adjust style. Thomas Harte 2025-01-26 21:42:38 -05:00
  • 8a2c009653 Reduce copies, size()s, code duplication. Thomas Harte 2025-01-26 21:34:01 -05:00
  • 55690a4c7f Merge branch 'master' into Plus4FastLoad Thomas Harte 2025-01-22 19:49:23 -05:00
  • 161ad4b143
    Merge pull request #1462 from TomHarte/VIAPortTemplate Thomas Harte 2025-01-22 19:48:24 -05:00
  • d701990df4 Simplify ownership of the shift value. Thomas Harte 2025-01-22 16:12:45 -05:00
  • 95a2d1013c Remove unused dynamic dispatcher. Thomas Harte 2025-01-22 16:06:09 -05:00
  • 5d4f3c0b3e Remove already-done TODO. Thomas Harte 2025-01-22 16:04:17 -05:00