Skip to content

Commit

Permalink
Add autoboot file for N-Card
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Oct 25, 2024
1 parent 1814a93 commit 29af34d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ipch/
7zfile/Flashcard users/Autoboot/M3 DS Real, M3i Zero (non-GMP-Z003), iTouchDS, R4(i) SDHC (r4rts.com)/SRESET.dat
7zfile/Flashcard users/Autoboot/M3 DS Real, M3i Zero (non-GMP-Z003), iTouchDS, R4(i) SDHC (r4rts.com)/_system_
7zfile/Flashcard users/Autoboot/N5 & R4-PLUS/_DS_MENU.dat
7zfile/Flashcard users/Autoboot/N-Card
7zfile/Flashcard users/Autoboot/Original R4 & M3 Simply
7zfile/Flashcard users/Autoboot/Original R4SDHC
7zfile/Flashcard users/Autoboot/R4 Deluxe v1.20
Expand Down
6 changes: 6 additions & 0 deletions booter_fc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ autoboot:
cp r4i.sys "../7zfile/Flashcard users/Autoboot/M3 DS Real, M3i Zero (non-GMP-Z003), iTouchDS, R4(i) SDHC (r4rts.com)/_system_/_sys_data/r4i.sys"
mv r4i.sys "../7zfile/Flashcard users/Autoboot/M3 DS Real, M3i Zero (non-GMP-Z003), iTouchDS, R4(i) SDHC (r4rts.com)/SRESET.dat"

#### N-Card
cp booter_fc.nds autoboot1.nds
dlditool "flashcart_specifics/DLDI/nrio.dldi" autoboot1.nds
mkdir -p "../7zfile/Flashcard users/Autoboot/N-Card"
mv autoboot1.nds "../7zfile/Flashcard users/Autoboot/N-Card/autoboot1.nds"

#### SuperCard DSONE SDHC / DSONEi
cp booter_fc.nds TTMenu.dat
dlditool flashcart_specifics/DLDI/scdssdhc2.dldi TTMenu.dat
Expand Down

0 comments on commit 29af34d

Please sign in to comment.