Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Tools/CONSOLES/TurboCD/JNUSTool/JNUSTool.jar
Binary file not shown.
Binary file added Tools/CONSOLES/TurboCD/NUSPacker/NUSPacker.jar
Binary file not shown.
Binary file not shown.
Binary file added Tools/CONSOLES/TurboCD/Tools/bincuesplit.exe
Binary file not shown.
Binary file added Tools/CONSOLES/TurboCD/Tools/cygwin1.dll
Binary file not shown.
Binary file added Tools/CONSOLES/TurboCD/Tools/cygz.dll
Binary file not shown.
Binary file added Tools/CONSOLES/TurboCD/Tools/fart.exe
Binary file not shown.
Binary file added Tools/CONSOLES/TurboCD/Tools/ffmpeg.exe
Binary file not shown.
Binary file added Tools/CONSOLES/TurboCD/Tools/tg16inject.exe
Binary file not shown.
678 changes: 678 additions & 0 deletions Tools/CONSOLES/TurboCD/TurboCD.bat

Large diffs are not rendered by default.

Binary file not shown.
Binary file added Tools/CONSOLES/TurboGrafx16/JNUSTool/JNUSTool.jar
Binary file not shown.
Binary file not shown.
639 changes: 639 additions & 0 deletions Tools/CONSOLES/TurboGrafx16/TurboGrafx16.bat

Large diffs are not rendered by default.

26 changes: 21 additions & 5 deletions Tools/Loader.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ echo ::Welcome to Injectiine::
echo :::::::::::::::::::::::::
echo.
echo Please select a console.
echo NES (1)
echo SNES (2)
echo N64 (3)
echo GBA (4)
echo NDS (5)
echo NES (1)
echo SNES (2)
echo N64 (3)
echo GBA (4)
echo NDS (5)
echo Turbografx16 (6)
echo Turbo CD (7)
echo.
set /p CHOICE=[Your Choice:]
if %CHOICE%==1 GOTO:NES
if %CHOICE%==2 GOTO:SNES
if %CHOICE%==3 GOTO:N64
if %CHOICE%==4 GOTO:GBA
if %CHOICE%==5 GOTO:NDS
if %CHOICE%==6 GOTO:Turbografx16
if %CHOICE%==7 GOTO:TurboCD
GOTO:Menu

:NES
Expand Down Expand Up @@ -50,3 +54,15 @@ cd CONSOLES
cd NDS
call NDS.bat
exit

:Turbografx16
cd CONSOLES
cd Turbografx16
call Turbografx16.bat
exit

:TurboCD
cd CONSOLES
cd TurboCD
call TurboCD.bat
exit