mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
48da3bc912
Improve readme Add instructions for new sc64 deployer. Improve .gitignore
22 lines
348 B
Batchfile
22 lines
348 B
Batchfile
@echo off
|
|
|
|
cd %~dp0tools\sc64\
|
|
|
|
:: Make sure we are connected
|
|
echo Detecting SC64...
|
|
sc64deployer --print-state
|
|
|
|
echo:
|
|
echo:
|
|
:: Load the ROM
|
|
echo Loading ROM...
|
|
sc64deployer --boot direct-rom %~dp0output\N64FlashcartMenu.z64
|
|
|
|
echo:
|
|
echo:
|
|
:: Toggle the power of the N64 to boot the ROM.
|
|
echo !!! Now toggle power to the N64 !!!
|
|
echo:
|
|
echo:
|
|
::pause
|