Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an inaccurate, basic Archimedes. #1355

Merged
merged 235 commits into from
Apr 17, 2024
Merged

Add an inaccurate, basic Archimedes. #1355

merged 235 commits into from
Apr 17, 2024

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    6f0ad0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f43047 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79865e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61d4c69 View commit details
    Browse the repository at this point in the history
  5. Resolve type mismatches.

    TomHarte committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0cdca12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b7c364 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b65aa3 View commit details
    Browse the repository at this point in the history
  8. Remove pointless check.

    TomHarte committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    341b705 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    b7a1363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3877916 View commit details
    Browse the repository at this point in the history
  3. Avoid sign change.

    TomHarte committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    871c546 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed586e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba5f142 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe467be View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    0d666f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed92e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    108a056 View commit details
    Browse the repository at this point in the history
  4. Transcribe some notes.

    TomHarte committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bbb520f View commit details
    Browse the repository at this point in the history
  5. Slightly reorder messaging.

    TomHarte committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4059905 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    691a42d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173fc93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3405b3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38b5624 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cdceb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0f0f73 View commit details
    Browse the repository at this point in the history
  7. Add a 2Mhz tick for timers.

    TomHarte committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ae3cd92 View commit details
    Browse the repository at this point in the history
  8. Add timers that count.

    TomHarte committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d380cec View commit details
    Browse the repository at this point in the history
  9. Fix MUL ambiguity.

    TomHarte committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    15ee84b View commit details
    Browse the repository at this point in the history
  10. Add note to self.

    TomHarte committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f5225b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e92885 View commit details
    Browse the repository at this point in the history
  12. Adjust user-mode test.

    TomHarte committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2a36d0f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa8fcd2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f6ea442 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Fix inclusive range.

    TomHarte committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9bb5dc3 View commit details
    Browse the repository at this point in the history
  2. Up clock rate to 24Mhz.

    TomHarte committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a46ec4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9406a97 View commit details
    Browse the repository at this point in the history
  4. Add extra comments.

    To persuade myself in the future.
    TomHarte committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ca1c3dc View commit details
    Browse the repository at this point in the history
  5. Double down on uint32_t.

    TomHarte committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fdef890 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    47f7340 View commit details
    Browse the repository at this point in the history
  2. Box in flags.

    TomHarte committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    08f50f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6f882a View commit details
    Browse the repository at this point in the history
  4. Disallow copying.

    TomHarte committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    d059e7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4cf862 View commit details
    Browse the repository at this point in the history
  6. Test register values.

    TomHarte committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    a2896b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e7a63f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Test PSR and PC.

    TomHarte committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    655b1e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e17700b View commit details
    Browse the repository at this point in the history
  3. Summarise failures.

    TomHarte committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    06a5df0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    fbc273f View commit details
    Browse the repository at this point in the history
  2. Correct unaligned accesses.

    TomHarte committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    21278d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9e1db7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b42f5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccdd340 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd62228 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    336292b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    830d70d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db49146 View commit details
    Browse the repository at this point in the history
  10. Simplify privilege test.

    TomHarte committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a28c97c View commit details
    Browse the repository at this point in the history
  11. Expand test set.

    TomHarte committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ca779bc View commit details
    Browse the repository at this point in the history
  12. Fix RSB carry; unify set_pc.

    TomHarte committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e8c1e8f View commit details
    Browse the repository at this point in the history
  13. Reduce magic constants.

    TomHarte committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e745746 View commit details
    Browse the repository at this point in the history
  14. Unify subtractions.

    TomHarte committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    971bfb2 View commit details
    Browse the repository at this point in the history
  15. Remove extra slashes.

    TomHarte committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1ccfae8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    a5ebac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b3c0ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9c5582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6efc41d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6b9155 View commit details
    Browse the repository at this point in the history
  6. Add return.

    TomHarte committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5d6bb11 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    2ed031e View commit details
    Browse the repository at this point in the history
  2. Eliminate unused variables.

    TomHarte committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6b18d77 View commit details
    Browse the repository at this point in the history
  3. Reduce branchiness.

    TomHarte committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7aeea53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e46155 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Throw less.

    TomHarte committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4987bdf View commit details
    Browse the repository at this point in the history
  2. Shush logging, momentarily.

    TomHarte committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    19fa0b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    bc27e39 View commit details
    Browse the repository at this point in the history
  2. Undo spurious text change.

    TomHarte committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9063852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1815427 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d08282 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a899ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c25d0e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    1979d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c1d289 View commit details
    Browse the repository at this point in the history
  3. Clear keyboard interrupts.

    TomHarte committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    635efd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47e9279 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Attempt some inspection.

    TomHarte committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2712d50 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Extend I2C state machine.

    TomHarte committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7b1f800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e0254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    612c9ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d858bc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    2ad6bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    623eda7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    106937b View commit details
    Browse the repository at this point in the history
  4. Document.

    TomHarte committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9d08478 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17dbdce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85a738a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43a3959 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    3a2d9c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08673ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b986add View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1341816 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7e36a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    208f3e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    389541b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Capture more audio detail.

    TomHarte committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a6ec870 View commit details
    Browse the repository at this point in the history
  2. Add dummy retrace interrupt.

    TomHarte committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2d6a4d4 View commit details
    Browse the repository at this point in the history
  3. Announce changes.

    TomHarte committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    417c6c4 View commit details
    Browse the repository at this point in the history
  4. Divide input pixel rate.

    TomHarte committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    847dba8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40b5227 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c645fb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    1f49c3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de1a2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec2351 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f8bc41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbc0d8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66e6285 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ac4da9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa6acec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a2dcff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae6cf69 View commit details
    Browse the repository at this point in the history
  11. Manage pixel buffers.

    TomHarte committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c4e6b18 View commit details
    Browse the repository at this point in the history
  12. Add 4bpp output.

    TomHarte committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    de7b781 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fb5fdc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    9ea3e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58bbce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ccb182 View commit details
    Browse the repository at this point in the history
  4. Add very faulty key input.

    TomHarte committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    eb34c38 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    5967ad0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    09a61cf View commit details
    Browse the repository at this point in the history
  2. Reduce noise.

    TomHarte committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    4215edd View commit details
    Browse the repository at this point in the history
  3. Avoid implicit sign cast.

    TomHarte committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c720f39 View commit details
    Browse the repository at this point in the history
  4. Adjust data abort address.

    TomHarte committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    55f92e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e07f80 View commit details
    Browse the repository at this point in the history
  6. Quieten where now confident.

    TomHarte committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ccfc389 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cf262d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    189dd17 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1602cc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    3549488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6980fd7 View commit details
    Browse the repository at this point in the history
  3. Simplify control flow.

    TomHarte committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5da9e04 View commit details
    Browse the repository at this point in the history
  4. Eliminate 'has_moved_rom_'.

    TomHarte committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fa0a9aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae684ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    521fca6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ba9708 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1154ffd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72a645e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Speed up debug mode.

    TomHarte committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d277607 View commit details
    Browse the repository at this point in the history
  2. Shuffle notes.

    TomHarte committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a2d95cb View commit details
    Browse the repository at this point in the history
  3. Double down on trans mode.

    TomHarte committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fc880ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b112987 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f46af4b View commit details
    Browse the repository at this point in the history
  6. Try to formalise I2C events.

    TomHarte committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9078fc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    342d90c View commit details
    Browse the repository at this point in the history
  8. Quieten.

    TomHarte committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3ba1263 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd4ef5e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    a393167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b04d0e View commit details
    Browse the repository at this point in the history
  3. Reduce I2C chatter.

    TomHarte committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    166793e View commit details
    Browse the repository at this point in the history
  4. Take another run at MEMC.

    I hadn't spotted that it is valid to map different logical pages to the same physical page with different protection levels.
    TomHarte committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f38bca3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Capture further detail.

    TomHarte committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0e17f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4cf1e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04c708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f175dce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fcb85d View commit details
    Browse the repository at this point in the history
  6. Add note on confusion.

    TomHarte committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2e7c1ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    740b0e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea6b838 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ed1187 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb339d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ffb5149 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    0ddbc67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a14557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda1783 View commit details
    Browse the repository at this point in the history
  4. Resolve magic constant.

    TomHarte committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a0fdd8f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    8a6bf84 View commit details
    Browse the repository at this point in the history
  2. Log failed SWIs.

    TomHarte committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6e64a79 View commit details
    Browse the repository at this point in the history
  3. Add missing space.

    TomHarte committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7227436 View commit details
    Browse the repository at this point in the history
  4. Start adding SWI detail.

    TomHarte committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4882d6d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Complete list of all currently-failing SWIs.

    ... a lot of which are probably failing correctly, i.e. they're appropriately signalling.
    TomHarte committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1f83a54 View commit details
    Browse the repository at this point in the history
  2. Add URL as comment.

    TomHarte committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    ec785f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    335d13d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3197964 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc122a7 View commit details
    Browse the repository at this point in the history
  6. Fix non-debug build.

    TomHarte committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    914b88d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    0866caf View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    7de92a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c9715f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b62a2f View commit details
    Browse the repository at this point in the history
  4. Switch to English RISC OS.

    TomHarte committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    609c117 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5536946 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Take another run at shifts.

    TomHarte committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b19dcfd View commit details
    Browse the repository at this point in the history
  2. Simplify range.

    TomHarte committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    dd127f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    41c471c View commit details
    Browse the repository at this point in the history
  2. Reimplement LDM and STM.

    TomHarte committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7d8a364 View commit details
    Browse the repository at this point in the history
  3. Force RGB mode.

    TomHarte committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    002e235 View commit details
    Browse the repository at this point in the history
  4. Reduce debugging heft.

    TomHarte committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3f40e40 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    2865190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b821645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfaea7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    543b1c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0092cb8 View commit details
    Browse the repository at this point in the history
  6. Add missing 'override'.

    TomHarte committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    7bf831e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. 2 Configuration menu
    Copy the full SHA
    ed7cd4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69aeca5 View commit details
    Browse the repository at this point in the history
  3. Remove done TODOs.

    TomHarte committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    547dc29 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    d2b077c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffd2982 View commit details
    Browse the repository at this point in the history
  3. Catch interrupt enables.

    TomHarte committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4f58664 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e502df View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Plumb through disk insertion.

    Surprisingly: some things now load.
    TomHarte committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    169298a View commit details
    Browse the repository at this point in the history
  2. Mention the Archimedes.

    TomHarte committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b875e34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ab77a3 View commit details
    Browse the repository at this point in the history
  4. Reshuffle images.

    TomHarte committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    46a4ec1 View commit details
    Browse the repository at this point in the history
  5. Attempt a div.

    TomHarte committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ee4575b View commit details
    Browse the repository at this point in the history
  6. Try two divs.

    TomHarte committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3b75eeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82a2e80 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    dd24f5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec73c00 View commit details
    Browse the repository at this point in the history
  3. Improve state guesswork.

    TomHarte committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6123350 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5a653d View commit details
    Browse the repository at this point in the history
  5. Fix layout.

    TomHarte committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e2e951a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d62ea95 View commit details
    Browse the repository at this point in the history
  7. Fix scan status scale.

    TomHarte committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d9d675a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a29f246 View commit details
    Browse the repository at this point in the history
  9. Use clocking hints.

    TomHarte committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6c6cda3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    c134c7b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    88bb16f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Generate volume ramp.

    TomHarte committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7797946 View commit details
    Browse the repository at this point in the history
  2. Attempt audio output.

    TomHarte committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6ac6e48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30cca54 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    c3d4d0e View commit details
    Browse the repository at this point in the history
  2. Fix period, table lookup.

    TomHarte committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    06fd91f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    140228a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fac94a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7337f2 View commit details
    Browse the repository at this point in the history