-
Notifications
You must be signed in to change notification settings - Fork 22
[breaking change] 70 shared resources cc65 api #71
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
Open
gardners
wants to merge
29
commits into
development
Choose a base branch
from
70-shared-resources-cc65-api
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
74181b0
add start of files for shared resources API #70
9857ede
get shres code building with cc65 #70
85d82cc
fix typo in symbol name #70
7e1b1f3
Implement shdopen() #70
3fac544
more work on SHRES API #70
05da1b5
work on implementing shread() and shopen() #70
485f8f9
fix shread() sector offset. Remove debug output #70
7755d42
get shopen() file search working etc #70
3672bb4
remove debug output #70
24e2695
implement shseek() #70
6eb8edf
run clang-format on shres files #70
0ee08bb
add doxygen documentation #70
7d954db
reapply clang-format #70
5f70804
initial llvm-mos implementation of shres_asm.s #70
b6d1c7b
add shres API to llvm cmake #70
95cd1a9
wait for sector read to complete in shread() #70
61ab9ea
add argument to chdirroot() function #73
d987fb8
ensure SD card buffer selected in shread #70
8174c8f
remove vestical openfile call in chdir #74
f230e1a
fix llvm shres issue #70
33eb3ba
fix llvm -Oz bug with ldq/stq #70
6a44500
fix llvm target bugs #70
78931f4
usleep() bug with values not modulo 64usec #70
9d8888e
fix Y Z pop order #70
031c0e0
fix llvm behaviour for shres #70
141dd62
fix chdirroot for llvm #70
8433fff
preserve Y value
5c2d089
debug shres stuff #70
106c10d
Reduce memory requirements for shres #76
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update
tests/test-fileio.cto reflect this breaking change. CI currently fails.