Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MeesCode/TinyBit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: qix
Choose a base ref
...
head repository: MeesCode/TinyBit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on May 10, 2026

  1. Configuration menu
    Copy the full SHA
    b2b5480 View commit details
    Browse the repository at this point in the history
  2. update games with headers

    MeesCode committed May 10, 2026
    Configuration menu
    Copy the full SHA
    50dbc87 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. adopt header-in-memory engine + cap script at safe max

    Engine submodule bumped to d789a2b ("store cartridge header in
    TinyBitMemory"). That removes TB_MEM_CARTRIDGE_SCRIPT_SIZE and
    redefines TB_MEM_SCRIPT_SIZE to the 32622-byte cartridge script
    payload.
    
    Encoder follow-up: cartridge_size in export_cartridge now reads
    TB_MEM_SCRIPT_SIZE - 1 = 32621 to reserve one byte for the
    trailing NUL that encode_bytes writes (script_size + 1). This
    fixes the 4-byte heap-buffer overrun at the documented max
    script size (Issue 2 from tinybit-wasm/feeback.md).
    
    Wire format is unchanged.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
    Mees Brinkhuis and claude committed May 11, 2026
    Configuration menu
    Copy the full SHA
    9334286 View commit details
    Browse the repository at this point in the history
Loading