Subversion Repositories pentevo

Rev

Rev 702 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1.  
  2. @echo off
  3.  
  4. ..\..\..\tools\asl\bin\asl -cpu z80undoc -U -L test_gluk_pages.a80
  5. ..\..\..\tools\asl\bin\p2bin test_gluk_pages.p test_gluk_pages.rom -r $-$ -k
  6. ..\..\..\tools\mhmt\mhmt -mlz test_gluk_pages.rom test_gluk_pages_pack.rom
  7.  
  8. ..\..\..\tools\asl\bin\asl -cpu z80undoc -U -L make_testgp2scl.a80
  9. ..\..\..\tools\asl\bin\p2bin make_testgp2scl.p make_testgp2scl.rom -r $-$ -k
  10.  
  11. ..\..\..\tools\csum32\csum32 test_gluk_pages_pack.rom
  12. copy /B /Y make_testgp2scl.rom+csum32.bin ..\testgp.scl
  13.  
  14. del csum32.bin
  15. del *.lst
  16.  
  17. pause
  18.