Flash-Tool
This commit is contained in:
parent
9c261f9b3a
commit
19f2397e86
16
make.bat
16
make.bat
|
@ -57,10 +57,22 @@ bstc -L %libpath% -b -O a .\system\regnatix\eram.spin
|
|||
rename eram.binary eram.bin
|
||||
move eram.bin %sd-sys%
|
||||
|
||||
bstc -L %libpath% -b -O a .\system\regnatix\flash.spin
|
||||
rename flash.binary flash.bin
|
||||
move flash.bin %sd-sys%
|
||||
|
||||
bstc -L %libpath% -b -O a .\system\regnatix\fterm.spin
|
||||
rename fterm.binary fterm.bin
|
||||
move fterm.bin %sd-sys%
|
||||
|
||||
bstc -L %libpath% -b -O a .\system\regnatix\hplay.spin
|
||||
rename hplay.binary hplay.bin
|
||||
move hplay.bin %sd-sys%
|
||||
|
||||
bstc -L %libpath% -b -O a .\system\regnatix\perplex.spin
|
||||
rename perplex.binary perplex.bin
|
||||
move perplex.bin %sd-sys%
|
||||
|
||||
bstc -L %libpath% -b -O a .\system\regnatix\keycode.spin
|
||||
rename keycode.binary keycode.bin
|
||||
move keycode.bin %sd-sys%
|
||||
|
@ -69,6 +81,10 @@ bstc -L %libpath% -b -O a .\system\regnatix\ramtest.spin
|
|||
rename ramtest.binary ramtest.bin
|
||||
move ramtest.bin %sd-sys%
|
||||
|
||||
bstc -L %libpath% -b -O a .\system\regnatix\rom.spin
|
||||
rename rom.binary rom.bin
|
||||
move rom.bin %sd-sys%
|
||||
|
||||
bstc -L %libpath% -b -O a .\system\regnatix\sfxtool.spin
|
||||
rename sfxtool.binary sfxtool.bin
|
||||
move sfxtool.bin %sd-sys%
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,10 @@
|
|||
/? : Hilfe
|
||||
/fh <fn> : Datei in HI-ROM flashen
|
||||
/fl <fn> : Datei in LO-ROM flashen
|
||||
/dh : Dump HI-ROM
|
||||
/dl : Dump LO-ROM
|
||||
/vh <fn> : Vergleich Datei <--> HI-ROM
|
||||
/ch : HI-ROM löschen
|
||||
/cl : LO-ROM löschen
|
||||
/sh <fn> : HI-ROM speichern
|
||||
/sl <fn> : LO-ROM speichern
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue