Rev 596 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 596 | Rev 623 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | @ECHO OFF |
1 | @ECHO OFF |
2 | 2 | ||
3 | cd ..\..\fat_boot\source |
3 | cd ..\..\fat_boot\source |
4 | 4 | ||
5 | ..\..\..\tools\asw\bin\asw -cpu z80undoc -U -L make_micro_boot_fat.a80 |
5 | ..\..\..\tools\asw\bin\asw -U -L make_micro_boot_fat.a80 |
6 | ..\..\..\tools\asw\bin\p2bin make_micro_boot_fat.p micro_boot_fat.rom -r $-$ -k |
6 | ..\..\..\tools\asw\bin\p2bin make_micro_boot_fat.p micro_boot_fat.rom -r $-$ -k |
7 | 7 | ||
8 | ..\..\..\tools\mhmt\mhmt -mlz micro_boot_fat.rom micro_boot_fat_pack.rom |
8 | ..\..\..\tools\mhmt\mhmt -mlz micro_boot_fat.rom micro_boot_fat_pack.rom |
9 | 9 | ||
10 | cd ..\..\page5\source |
10 | cd ..\..\page5\source |
Line 12... | Line 12... | ||
12 | ..\..\..\tools\mhmt\mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin |
12 | ..\..\..\tools\mhmt\mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin |
13 | ..\..\..\tools\mhmt\mhmt -mlz 866_code.fnt 866_code_pack.bin |
13 | ..\..\..\tools\mhmt\mhmt -mlz 866_code.fnt 866_code_pack.bin |
14 | ..\..\..\tools\mhmt\mhmt -mlz atm_code.fnt atm_code_pack.bin |
14 | ..\..\..\tools\mhmt\mhmt -mlz atm_code.fnt atm_code_pack.bin |
15 | ..\..\..\tools\mhmt\mhmt -mlz perfpack.bin perfpack_pack.bin |
15 | ..\..\..\tools\mhmt\mhmt -mlz perfpack.bin perfpack_pack.bin |
16 | 16 | ||
17 | ..\..\..\tools\asw\bin\asw -cpu z80undoc -U -L rst8service.a80 |
17 | ..\..\..\tools\asw\bin\asw -U -L rst8service.a80 |
18 | ..\..\..\tools\asw\bin\p2bin rst8service.p ..\rst8service.rom -r $-$ -k |
18 | ..\..\..\tools\asw\bin\p2bin rst8service.p ..\rst8service.rom -r $-$ -k |
19 | 19 | ||
20 | del 8x8_ar_pack.bin |
20 | del 8x8_ar_pack.bin |
21 | del 866_code_pack.bin |
21 | del 866_code_pack.bin |
22 | del atm_code_pack.bin |
22 | del atm_code_pack.bin |