Minimal ED64 support - #44
Draft
networkfusion wants to merge 102 commits into
Draft
Conversation
networkfusion
force-pushed
the
ed64-basic
branch
from
August 21, 2023 23:33
136c97a to
f094168
Compare
Adds the basic needs to run ROMs on V series hardware.
Add fixme for why it might be broken.
Improve comments for ED64 saves.
networkfusion
marked this pull request as draft
October 14, 2023 19:14
networkfusion
force-pushed
the
develop
branch
3 times, most recently
from
July 7, 2025 20:01
3302dc6 to
7b68b2f
Compare
|
inder new account and im going to fix waht docker broke if i can |
networkfusion
force-pushed
the
develop
branch
13 times, most recently
from
October 7, 2025 21:42
2fd7dd7 to
bfb4e22
Compare
networkfusion
force-pushed
the
develop
branch
2 times, most recently
from
November 10, 2025 01:01
c8e5336 to
4fb877a
Compare
networkfusion
force-pushed
the
develop
branch
from
November 15, 2025 17:36
b4c081d to
490ddff
Compare
networkfusion
force-pushed
the
develop
branch
3 times, most recently
from
May 2, 2026 00:06
ba95b9a to
15572e0
Compare
|
I have continued this on a new PR , saving now works . |
6 tasks
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
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
Adds the basic needs to run ROMs on V series hardware (specifically the ED64P).
NOTE: this PR will not implement the ability to load the latest firmware and relies upon
libCartfor basic needs.Improvements will be made in further PR's.
Motivation and Context
#15 but without all of the fat (needed for the future).
How Has This Been Tested?
Screenshots
Types of changes
Checklist:
Signed-off-by: GITHUB_USER <GITHUB_USER_EMAIL>
Summary by CodeRabbit
New Features
Documentation
Bug Fixes