Subversion Repositories pentevo

Rev

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

  1. @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. del ..\..\fat_boot\source\micro_boot_fat.rom
  29.  
  30. cd ..\..\page1\source
  31.  
  32. ..\..\..\tools\asw\bin\asw -U -L evo-dos_emu3d13.a80
  33. ..\..\..\tools\asw\bin\p2bin evo-dos_emu3d13.p ..\evo-dos_emu3d13.rom -r $-$ -k
  34.  
  35. ..\..\..\tools\asw\bin\asw -U -L evo-dos_virt.a80
  36. ..\..\..\tools\asw\bin\p2bin evo-dos_virt.p ..\evo-dos_virt.rom -r $-$ -k
  37.  
  38. cd ..\..\page2\source
  39.  
  40. ..\..\..\tools\asw\bin\asw -U -L spec128_0.a80
  41. ..\..\..\tools\asw\bin\p2bin spec128_0.p ..\basic128.rom -r $-$ -k
  42.  
  43. cd ..\..\page3\source
  44.  
  45. ..\..\..\tools\asw\bin\asw -U -L make_bas48_128.a80
  46. ..\..\..\tools\asw\bin\p2bin make_bas48_128.p ..\basic48.rom -r $-$ -k
  47.  
  48. cd ..\..\sts\source
  49.  
  50. ..\..\..\tools\asw\bin\asw -U -L -s sts6.a80
  51. ..\..\..\tools\asw\bin\p2bin sts6.p ..\sts6.rom -r $-$ -k
  52. cd ..
  53. ..\..\tools\mhmt\mhmt -mlz sts6.rom sts6_pack.rom
  54.  
  55. cd ..\page5\source
  56.  
  57. ..\..\..\tools\mhmt\mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin
  58. ..\..\..\tools\mhmt\mhmt -mlz 866_code.fnt 866_code_pack.bin
  59. ..\..\..\tools\mhmt\mhmt -mlz atm_code.fnt atm_code_pack.bin
  60. ..\..\..\tools\asw\bin\asw -U -L rst8service.a80
  61. ..\..\..\tools\asw\bin\p2bin rst8service.p ..\rst8service.rom -r $-$ -k
  62. del 8x8_ar_pack.bin
  63. del 866_code_pack.bin
  64. del atm_code_pack.bin
  65.  
  66. cd ..\..\
  67.  
  68. copy /B /Y page3\basic48.rom+page1\evo-dos_virt.rom+ff_16k.rom+ff_16k.rom+page5\rst8service.rom+page3\basic48.rom+page1\evo-dos_emu3d13.rom+page2\basic128.rom+page0\services.rom ers.rom
  69. copy /B /Y page3\2006.rom+page1\dos6_12e_patch.rom+page2\basic128.rom+page0\glukpen.rom glukpent.rom
  70.  
  71. cd profrom\source
  72.  
  73. ..\..\..\tools\asw\bin\asw -U -L -s make_evoprofrom.a80
  74. ..\..\..\tools\asw\bin\p2bin make_evoprofrom.p ..\evoprofrom.rom -r $-$ -k
  75.  
  76. cd ..\..
  77.  
  78. rem          64         64          64                   128          192
  79. copy /B /Y ff_64k.rom+ff_64k.rom+glukpent.rom+profrom\evoprofrom.rom+ers.rom zxevo.rom
  80.  
  81. del ers.rom
  82. del glukpent.rom
  83.  
  84. copy /B /Y zxevo.rom ..\tools\unreal_fix\0.37.6\fix_build\x32\zxevo.rom
  85. copy /B /Y zxevo.rom d:\unrealspeccy\zxevo.rom
  86.  
  87. pause
  88.