Rev 158 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 158 | Rev 181 | ||
|---|---|---|---|
| Line 1... | Line -... | ||
| 1 | @ECHO On |
- | |
| 2 | 1 | ||
| 3 | cd ..\main_rom |
2 | @echo on |
| 4 | 3 | ||
| 5 | ..\..\tools\asw\asw -U -L main_ngs.a80 |
4 | cd ..\main_rom |
| 6 | ..\..\tools\asw\p2bin main_ngs.p neogs.rom -r $-$ -k |
- | |
| 7 | 5 | ||
| 8 | del *.lst |
6 | call build.bat |
| 9 | 7 | ||
| 10 | cd ..\loader_ngs |
8 | cd ..\loader_ngs |
| 11 | 9 | ||
| 12 | ..\..\tools\asw\asw -U -L loader_ngs.a80 |
- | |
| 13 | ..\..\tools\asw\p2bin loader_ngs.p loader_ngs.rom -r $-$ -k |
- | |
| 14 | - | ||
| 15 | del *.lst |
10 | call build.bat |
| 16 | 11 | ||
| 17 | cd ..\bootFPGA00 |
12 | cd ..\bootFPGA00 |
| 18 | 13 | ||
| 19 | ..\..\tools\mhmt\mhmt ..\..\fpga\current\quartus\main.rbf main.mlz |
14 | ..\..\tools\mhmt\mhmt ..\..\fpga\current\quartus\main.rbf main.mlz |
| 20 | 15 | ||
| Line 37... | Line 32... | ||
| 37 | ..\..\tools\asw\p2bin make_full_rom.p full_ngs.rom -r $-$ -k |
32 | ..\..\tools\asw\p2bin make_full_rom.p full_ngs.rom -r $-$ -k |
| 38 | 33 | ||
| 39 | del loader_ngs.rom |
34 | del loader_ngs.rom |
| 40 | del neogs.rom |
35 | del neogs.rom |
| 41 | 36 | ||
| 42 | copy /B /Y full_ngs.rom D:\yad\UnrealSpeccy\bootgs.rom |
37 | copy /B /Y full_ngs.rom D:\yad\UnrealSpeccy\full_ngs.rom |
| 43 | 38 | ||
| 44 | pause |
39 | pause |
| 45 | 40 | ||