Subversion Repositories pentevo

Rev

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

  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. cd ..\..\page0\source
  11.  
  12. ..\..\..\tools\asw\bin\asw -U -L main.a80
  13. ..\..\..\tools\asw\bin\p2bin main.p main.rom -r $-$ -k
  14.  
  15. ..\..\..\tools\asw\bin\asw -U -L make_cmosset.a80
  16. ..\..\..\tools\asw\bin\p2bin make_cmosset.p cmosset.rom -r $-$ -k
  17.  
  18. ..\..\..\tools\mhmt\mhmt -mlz main.rom main_pack.rom
  19. ..\..\..\tools\mhmt\mhmt -mlz cmosset.rom cmosset_pack.rom
  20. ..\..\..\tools\mhmt\mhmt -mlz chars_eng.bin chars_pack.bin
  21.  
  22. ..\..\..\tools\asw\bin\asw -U -L services.a80
  23. ..\..\..\tools\asw\bin\p2bin services.p ..\services.rom -r $-$ -k
  24.  
  25. del main.rom
  26. del cmosset.rom
  27. del main_pack.rom
  28. del cmosset_pack.rom
  29.  
  30. cd ..\..\page1\evo-dos
  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 basic48.a80
  46. ..\..\..\tools\asw\bin\p2bin basic48.p ..\basic48_128.rom -r $-$ -k
  47.  
  48. cd ..\..\atm_cpm\source
  49.  
  50. ..\..\..\tools\asw\bin\asw -U -L rbios.a80
  51. ..\..\..\tools\asw\bin\p2bin rbios.p ..\rbios.rom -r $-$ -k
  52.  
  53. cd ..\..\page5\source
  54.  
  55. ..\..\..\tools\mhmt\mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin
  56. ..\..\..\tools\mhmt\mhmt -mlz 866_code.fnt 866_code_pack.bin
  57. ..\..\..\tools\mhmt\mhmt -mlz atm_code.fnt atm_code_pack.bin
  58. ..\..\..\tools\asw\bin\asw -U -L rst8service.a80
  59. ..\..\..\tools\asw\bin\p2bin rst8service.p ..\rst8service.rom -r $-$ -k
  60.  
  61. del 8x8_ar_pack.bin
  62. del 866_code_pack.bin
  63. del atm_code_pack.bin
  64.  
  65. cd ..\..\trdos_v6\source
  66.  
  67. ..\..\..\tools\asw\bin\asw -U -L trdos_v6.a80
  68. ..\..\..\tools\asw\bin\p2bin trdos_v6.p ..\dosatm3.rom -r $-$ -k
  69.  
  70. cd ..\..
  71.  
  72. 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
  73. copy /B /Y page3\2006.rom+trdos_v6\dosatm3.rom+page2\basic128.rom+page0\glukpen.rom glukpent.rom
  74. copy /B /Y ff_16k.rom+page3\basic48_128_std.rom+page2\128_std.rom+page3\basic48_orig.rom basics_std.rom
  75.  
  76. rem          64            64           64                   128          192
  77. copy /B /Y ff_64k.rom+basics_std.rom+glukpent.rom+profrom\evoprofrom.rom+ers.rom zxevo.rom
  78.  
  79. copy /B /Y zxevo.rom ..\tools\unreal_fix\0.37.6\fix_build\x32\zxevo.rom
  80. copy /B /Y zxevo.rom d:\unrealspeccy\zxevo.rom
  81.  
  82. del ers.rom
  83. del glukpent.rom
  84. del basics_std.rom
  85.  
  86. pause
  87.