-
Notifications
You must be signed in to change notification settings - Fork 13
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
Ed64 vseries #15
Draft
networkfusion
wants to merge
68
commits into
Polprzewodnikowy:main
Choose a base branch
from
networkfusion:ed64-vseries
base: main
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.
Draft
Ed64 vseries #15
Conversation
This file contains 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
add some comments
Re-align header functions Comment out un-used code
Make Unlock key a constant.
Improve comments
It is required by flashcart.c
Untested.
networkfusion
force-pushed
the
ed64-vseries
branch
from
December 28, 2023 00:16
0145b8a
to
68293be
Compare
Correctly handle EEPROM save types. Use libdragon for IO read and writes. Comment out some un-used functions until needed.
As required by V3 to fall through due to need of F/W 3.06 and UNFLoader.
networkfusion
force-pushed
the
ed64-vseries
branch
from
December 29, 2023 23:41
6f3298e
to
6c3e09a
Compare
That don't seem to cause issues (currently).
Add USB feature
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Provides a possible PoC implementation towards support for the Everdrive 64 V series (2 - 3) flashcarts.
It requires work and requires help to improve before it can be merged.
The implementation includes (hopefully) enough comments to get a base implementation to load and
Altra64 OS
in conjunction withlibcart
provides further advice.Motivation and Context
Works towards #4
How Has This Been Tested?
Screenshots
Types of changes
Checklist:
Signed-off-by: networkfusion