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: markdryan/specasm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: markdryan/specasm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: markdryan/nextpatches
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Jan 25, 2024

  1. Create the specasmnext.zip file

    And reorganise the 48kb zip file and add update the 48
    BASIC files to install and uninstall samake.
    
    Update .gitignore a little.
    
    Signed-off-by: Mark Ryan <[email protected]>
    markdryan committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cfcaf1a View commit details
    Browse the repository at this point in the history
  2. Add a loader for the linker on the 48kb

    To clear the screen to PAPER 7: BORDER 7: INK 0.  This was already
    done for Specasm on a previous release.  There seems to be an issue
    with ESXDOS 0.89 which sets the screen to PAPER 0: BORDER 0: INK 7
    after a .launcher tap file exits.
    markdryan committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7d21c09 View commit details
    Browse the repository at this point in the history
  3. Update the version number to v7 and v7n

    And add a check to make sure that you can't load a 48k .x
    file on a Next and vice-versa.
    
    Signed-off-by: Mark Ryan <[email protected]>
    markdryan committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    61ab64f View commit details
    Browse the repository at this point in the history
Loading