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: Neotron-Compute/Neotron-Pico-BIOS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: update-crates
Choose a base ref
...
head repository: Neotron-Compute/Neotron-Pico-BIOS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 29, 2024

  1. Merge pull request #119 from Neotron-Compute/update-crates

    Updating some dependencies
    thejpster authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    59b5167 View commit details
    Browse the repository at this point in the history
  2. Add double-scan modes.

    Draws the same line twice. Currently you still only get one scan-line's worth of time to render the line, because we only tell you to draw it one scan-line early instead of two scan-lines early.
    
    If you enable trace debugging, the video won't actually render with the right timing. But it helps you see what is going on.
    thejpster committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    ac8490e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from Neotron-Compute/scanline-doubling

    Add double-scan modes.
    thejpster authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    fe6a548 View commit details
    Browse the repository at this point in the history
Loading