home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / MBUG / MBUG132.ARC / AMSTRAD.LBR / AMSTRAD.DOC next >
Text File  |  1979-12-31  |  3KB  |  46 lines

  1.                    MICROBEE TO AMSTRAD CONNECTION Part 2
  2.                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.                                                   by Alan Laughton #679
  4.  
  5. This  is a continuation of the artical in the Catcher July 87.  My work mate 
  6. with  his  Amstrad CPC 6128 was able to transfer data and programs  from  by 
  7. Microbee  3.5"  disks to his 3" disks by pluging in his 3" drive  as  my  B: 
  8. drive and using SETDISK.  All has gone very well but very nessy as I had  to 
  9. dissasemble  my drives box each time.  I have since fitted a 5.25" 40  Track 
  10. drive  (from  the  club) to my twin 3.5" 128k Premium  'Bee.  My  mate  also 
  11. purchaced a 5.25" 40 Track drive and wired it in as B: drive. Using PC-ALIEN 
  12. on  the  IBM at work he was able to transfer Multiplan data  etc.  from  his 
  13. Amstrad to IBM.  I was able to transfer data/programs,  using  SETDISK,  now 
  14. with ease.  An artical appeared in the Aust. Electronic Monthly Oct '87 that 
  15. allows him to access a double sided Amstrad disk. He aquired this system and 
  16. all went well. Now he had 3 different types of disk formats to cope with but 
  17. I could only read/write to one of them.
  18.  
  19. Using  Mark  Bishop's artical in Catcher V4 No5 Feb '86 p7  and  many  frus
  20. trating hours I was successful in writing the necessary SETDISK data to read 
  21. all 3 Amstrad formats,  called SYSTEM,  DATA and Double Sided DATA. Type the 
  22. following  data  into your SETDISK.WST file (using WordStar in  Non-document 
  23. mode or save from Simply Write as a Text file) :-
  24.  
  25.           *Amstrad Double Sided Data Disk (40T, DS, DD, 356K)
  26.           1,3,36,4,15,1,179,127,192,0,32,0
  27.           129,130,131,132,133,134,135,136,137
  28.  
  29.           *Amstrad System Disk (40T, SS, DD, 169K)
  30.           0,3,36,3,7,0,170,63,192,0,16,2
  31.           65,66,67,68,69,70,71,72,73
  32.  
  33.           *Amstrad Data Disk (40T, SS, DD, 178K)
  34.           0,3,36,3,7,0,179,63,192,0,16,0
  35.           193,194,195,196,197,198,199,200,201
  36.  
  37. Using  the  above,  I  could read and write to any of the formats  that  his 
  38. Amstrad was able to produce.  Not satisfied with this,  I also wanted to  be 
  39. able to format the various types of disks.  Along came John Slater's program 
  40. (and source) FORMATS.COM which originated from a disassembled  FORMAT80.COM. 
  41. All  I  had  to  do was basically remove the Microbee  data  and  substitute 
  42. Amstrad  data into the source code and re-assemble with  M80/L80.  This  was 
  43. done and proved to be successful. Now I can not only read and write to 5.25" 
  44. Amstrad  disk of any format,  but also format them.  All of the above can be 
  45. found in a file called AMSTRAD.LBR on the MBUG Bulletin Board.
  46.