Subversion Repositories pentevo

Rev

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

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