Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
635 savelij 1
@ECHO OFF
2
 
3
..\..\..\tools\asw\bin\asw -U -L timegal_atm.a80
4
..\..\..\tools\asw\bin\p2bin timegal_atm.p timegal.rom -r $-$ -k
5
 
6
..\..\..\tools\mhmt\mhmt -mlz timegal.rom timegal_pack.rom
7
 
8
..\..\..\tools\asw\bin\asw -U -L make_hobeta.a80
9
..\..\..\tools\asw\bin\p2bin make_hobeta.p ..\timegal_atm.$C -r $-$ -k
10
 
11
..\..\..\tools\asw\bin\asw -U -L timegal_evo.a80
12
..\..\..\tools\asw\bin\p2bin timegal_evo.p timegal.rom -r $-$ -k
13
 
14
..\..\..\tools\mhmt\mhmt -mlz timegal.rom timegal_pack.rom
15
 
16
..\..\..\tools\asw\bin\asw -U -L make_hobeta.a80
17
..\..\..\tools\asw\bin\p2bin make_hobeta.p ..\timegal_evo.$C -r $-$ -k
18
 
19
del *.lst
20
del *.rom
21
 
22
pause