Rev 158 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 158 | Rev 181 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | ||
1 | @ECHO OFF |
2 | @echo off |
2 | 3 | ||
3 | cd ..\main_rom |
4 | cd ..\main_rom |
4 | 5 | ||
5 | ..\..\tools\asw\asw -U -L main_ngs.a80 |
6 | call build.bat |
6 | ..\..\tools\asw\p2bin main_ngs.p neogs.rom -r $-$ -k |
- | |
7 | 7 | ||
8 | cd ..\loader_ngs |
8 | cd ..\loader_ngs |
9 | 9 | ||
10 | ..\..\tools\asw\asw -U -L loader_ngs.a80 |
10 | call build.bat |
11 | ..\..\tools\asw\p2bin loader_ngs.p loader_ngs.rom -r $-$ -k |
- | |
12 | 11 | ||
13 | cd ..\create_update |
12 | cd ..\create_update |
14 | 13 | ||
15 | copy /B /Y ..\loader_ngs\loader_ngs.rom |
14 | copy /B /Y ..\loader_ngs\loader_ngs.rom |
16 | copy /B /Y ..\main_rom\neogs.rom |
15 | copy /B /Y ..\main_rom\neogs.rom |
Line 19... | Line 18... | ||
19 | addcrc fpga.bin |
18 | addcrc fpga.bin |
20 | ren crc.bin fpga.crc |
19 | ren crc.bin fpga.crc |
21 | addcrc neogs.rom |
20 | addcrc neogs.rom |
22 | ren crc.bin neogs.crc |
21 | ren crc.bin neogs.crc |
23 | 22 | ||
24 | ..\..\tools\asw\asw -U -L create_update.a80 |
23 | ..\..\tools\asw\asw -U -L build_update.a80 |
25 | ..\..\tools\asw\p2bin create_update.p NGS_ROM.UPD -r $-$ -k |
24 | ..\..\tools\asw\p2bin build_update.p ngs_rom.upd -r $-$ -k |
26 | 25 | ||
27 | del loader_ngs.rom |
26 | del loader_ngs.rom |
28 | del neogs.rom |
27 | del neogs.rom |
29 | del loader.crc |
28 | del loader.crc |
30 | del fpga.crc |
29 | del fpga.crc |