Rev 115 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 115 | Rev 158 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | @ECHO OFF |
1 | @ECHO On |
2 | 2 | ||
3 | cd ..\main_rom |
3 | cd ..\main_rom |
4 | 4 | ||
5 | ..\..\tools\asw\asw -U -L main_ngs.a80 |
5 | ..\..\tools\asw\asw -U -L main_ngs.a80 |
6 | ..\..\tools\asw\p2bin main_ngs.p neogs.rom -r $-$ -k |
6 | ..\..\tools\asw\p2bin main_ngs.p neogs.rom -r $-$ -k |
Line 14... | Line 14... | ||
14 | 14 | ||
15 | del *.lst |
15 | del *.lst |
16 | 16 | ||
17 | cd ..\bootFPGA00 |
17 | cd ..\bootFPGA00 |
18 | 18 | ||
19 | cp ../../fpga/current/quartus/main.rbf ./ |
- | |
20 | - | ||
21 | ..\..\tools\mhmt\mhmt main.rbf main.mlz |
19 | ..\..\tools\mhmt\mhmt ..\..\fpga\current\quartus\main.rbf main.mlz |
22 | 20 | ||
23 | call mk.bat bootFPGA |
21 | call mk.bat bootFPGA |
24 | 22 | ||
25 | ..\..\tools\addcrc\addcrc -n bootFPGA.bin bootFPGA.crc |
23 | ..\..\tools\addcrc\addcrc -n bootFPGA.bin bootFPGA.crc |
26 | 24 | ||
Line 38... | Line 36... | ||
38 | ..\..\tools\asw\asw -U -L make_full_rom.a80 |
36 | ..\..\tools\asw\asw -U -L make_full_rom.a80 |
39 | ..\..\tools\asw\p2bin make_full_rom.p full_ngs.rom -r $-$ -k |
37 | ..\..\tools\asw\p2bin make_full_rom.p full_ngs.rom -r $-$ -k |
40 | 38 | ||
41 | del loader_ngs.rom |
39 | del loader_ngs.rom |
42 | del neogs.rom |
40 | del neogs.rom |
43 | del *.lst |
- | |
44 | 41 | ||
45 | copy /B /Y full_ngs.rom D:\UnrealSpeccy\bootgs.bin |
42 | copy /B /Y full_ngs.rom D:\yad\UnrealSpeccy\bootgs.rom |
46 | 43 | ||
47 | pause |
44 | pause |
48 | 45 |