Subversion Repositories pentevo

Rev

Rev 631 | Rev 678 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. rem @ECHO OFF
  2.  
  3. cd fat_boot\source
  4.  
  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
  7. ..\..\..\tools\mhmt\mhmt -mlz micro_boot_fat.rom micro_boot_fat_pack.rom
  8.  
  9. cd ..\..\page0\source
  10.  
  11. ..\..\..\tools\asw\bin\asw -U -L main.a80
  12. ..\..\..\tools\asw\bin\p2bin main.p main.rom -r $-$ -k
  13.  
  14. ..\..\..\tools\asw\bin\asw -U -L make_cmosset.a80
  15. ..\..\..\tools\asw\bin\p2bin make_cmosset.p cmosset.rom -r $-$ -k
  16.  
  17. ..\..\..\tools\mhmt\mhmt -mlz main.rom main_pack.rom
  18. ..\..\..\tools\mhmt\mhmt -mlz cmosset.rom cmosset_pack.rom
  19. ..\..\..\tools\mhmt\mhmt -mlz chars_eng.bin chars_pack.bin
  20.  
  21. ..\..\..\tools\asw\bin\asw -U -L services.a80
  22. ..\..\..\tools\asw\bin\p2bin services.p ..\services.rom -r $-$ -k
  23.  
  24. del main.rom
  25. del cmosset.rom
  26. del main_pack.rom
  27. del cmosset_pack.rom
  28.  
  29. cd ..\..\page1\evo-dos
  30.  
  31. ..\..\..\tools\asw\bin\asw -U -L evo-dos_emu3d13.a80
  32. ..\..\..\tools\asw\bin\p2bin evo-dos_emu3d13.p ..\evo-dos_emu3d13.rom -r $-$ -k
  33.  
  34. ..\..\..\tools\asw\bin\asw -U -L evo-dos_virt.a80
  35. ..\..\..\tools\asw\bin\p2bin evo-dos_virt.p ..\evo-dos_virt.rom -r $-$ -k
  36.  
  37. cd ..\trdos503
  38.  
  39. ..\..\..\tools\asw\bin\asw -U -L tr_503.a80
  40. ..\..\..\tools\asw\bin\p2bin tr_503.p ..\tr_503.rom -r $-$ -k
  41.  
  42. cd ..\..\page2\source
  43.  
  44. ..\..\..\tools\asw\bin\asw -U -L spec128_0.a80
  45. ..\..\..\tools\asw\bin\p2bin spec128_0.p ..\basic128.rom -r $-$ -k
  46.  
  47. cd ..\..\page3\source
  48.  
  49. ..\..\..\tools\asw\bin\asw -U -L make_bas48_128.a80
  50. ..\..\..\tools\asw\bin\p2bin make_bas48_128.p ..\basic48.rom -r $-$ -k
  51.  
  52. cd ..\..\atm_msxdos\source
  53.  
  54. ..\..\..\tools\asw\bin\asw -U -L msxdos.a80
  55. ..\..\..\tools\asw\bin\p2bin msxdos.p ..\msxdos.rom -r $-$ -k
  56.  
  57. cd ..\..\atm_cpm\source
  58.  
  59. ..\..\..\tools\asw\bin\asw -U -L rbios.a80
  60. ..\..\..\tools\asw\bin\p2bin rbios.p ..\rbios.rom -r $-$ -k
  61.  
  62. cd ..\..\sts\source
  63.  
  64. ..\..\..\tools\asw\bin\asw -U -L -s sts.a80
  65. ..\..\..\tools\asw\bin\p2bin sts.p ..\sts.rom -r $-$ -k
  66.  
  67. cd ..
  68.  
  69. ..\..\tools\mhmt\mhmt -mlz sts.rom sts_pack.rom
  70.  
  71. cd ..\page5\source
  72.  
  73. ..\..\..\tools\mhmt\mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin
  74. ..\..\..\tools\mhmt\mhmt -mlz 866_code.fnt 866_code_pack.bin
  75. ..\..\..\tools\mhmt\mhmt -mlz atm_code.fnt atm_code_pack.bin
  76. ..\..\..\tools\asw\bin\asw -U -L rst8service.a80
  77. ..\..\..\tools\asw\bin\p2bin rst8service.p ..\rst8service.rom -r $-$ -k
  78. del 8x8_ar_pack.bin
  79. del 866_code_pack.bin
  80. del atm_code_pack.bin
  81.  
  82. cd ..\..\trdos_v6\source
  83.  
  84. ..\..\..\tools\asw\bin\asw -U -L trdos_v6.a80
  85. ..\..\..\tools\asw\bin\p2bin trdos_v6.p ..\dosatm3.rom -r $-$ -k
  86.  
  87. cd ..\..
  88.  
  89. copy /B /Y page3\basic48.rom+page1\evo-dos_virt.rom+atm_msxdos\msxdos.rom+atm_cpm\rbios.rom+page5\rst8service.rom+page3\basic48.rom+page1\evo-dos_emu3d13.rom+page2\basic128.rom+page0\services.rom ers.rom
  90. rem copy /B /Y page3\basic48.rom+page1\trdos.rom+atm_msxdos\msxdos.rom+atm_cpm\rbios.rom+page5\rst8service.rom+page3\basic48.rom+page1\evodos.rom+page2\basic128.rom+page0\services.rom ers.rom
  91. copy /B /Y page3\2006.rom+trdos_v6\dosatm3.rom+page2\basic128.rom+page0\glukpen.rom glukpent.rom
  92.  
  93. cd profrom\source
  94.  
  95. ..\..\..\tools\asw\bin\asw -U -L -s make_evoprofrom.a80
  96. ..\..\..\tools\asw\bin\p2bin make_evoprofrom.p ..\evoprofrom.rom -r $-$ -k
  97.  
  98. cd ..\..
  99.  
  100. rem        64         64          64                   128          192
  101. copy /B /Y ff_64k.rom+ff_64k.rom+glukpent.rom+profrom\evoprofrom.rom+ers.rom zxevo.rom
  102.  
  103. del ers.rom
  104. del glukpent.rom
  105.  
  106. rem copy /B /Y zxevo.rom ..\tools\unreal_fix\0.37.6\fix_build\x32\zxevo_.rom
  107. copy /B /Y zxevo.rom d:\unrealspeccy\zxevo.rom
  108.  
  109. pause
  110.