Flash-Tool

This commit is contained in:
drohne235@googlemail.com 2011-04-15 18:42:04 +00:00
parent 9c261f9b3a
commit 19f2397e86
6 changed files with 27 additions and 0 deletions

View File

@ -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.

BIN
system/regnatix/flash.spin Normal file

Binary file not shown.

10
system/regnatix/flash.txt Normal file
View File

@ -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

BIN
system/regnatix/rom.spin Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long