You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lda #$21 ; stride = 2
sta VERA_addr_bank
lda #DISPLAY_Y
ora #$B0
sta VERA_addr_high
lda #(DISPLAY_X * 2)
sta VERA_addr_low
I tried to create a pull request for this, but I either have something set-up wrong (new system/set-up), or I don't have permissions to write to your repo:
ERROR: Permission to SlithyMatt/x16-assembly-tutorial.git denied to ShawnLewis62.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The text was updated successfully, but these errors were encountered:
To open a pull request, you should first fork this repository. Clicking the "Fork" button at the top-right of the page will create https://github.com/ShawnLewis62/x16-assembly-tutorial which you'll have full write access to. In your own repository's branch dropdown you can type in the field to create a new branch from main. Fetch it locally, push your changes to your own repo, and a big green button will show up on GitHub.com to open a pull request.
I believe the stopwatch lesson may need to be updated to work with the latest X16 release. I made these changes locally to get it to work:
I tried to create a pull request for this, but I either have something set-up wrong (new system/set-up), or I don't have permissions to write to your repo:
The text was updated successfully, but these errors were encountered: