Skip to content

Commit

Permalink
Add some notes about the Parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Mar 26, 2024
1 parent 2a687b3 commit ad1ce2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devnotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ flashcarts that require extra files or tools
- Both files are exactly the same and behave exactly the same. But for sanity check just have both.
- This is meant to be a triple loader, but I don't actually remember which files it boots other than TTMenu.dat.
- We are going to use TTMenu.dat for simplicity's sake.
- EZ-Flash Parallel
- The Parallel's bootloader uses devkitPro's bootloader; this means the bootloader will DLDI patch the boot file (`ezds.dat`).
- To replace it with our custom DLDI, we need to run a script that will trick the patcher into leaving our file alone
- `dldinoap.py` in this repo should do the trick

random notes:
- MSHL2 writes 32KB of data, regardless of what your DLDI size is. This breaks a bunch of homebrew. You need to recompile libnds with 32KB DLDI size to fix.
Expand Down

0 comments on commit ad1ce2e

Please sign in to comment.