home *** CD-ROM | disk | FTP | other *** search
/ Brotikasten / BROTCD01.iso / ms_dos / c2cs.txt < prev    next >
Text File  |  1993-10-11  |  7KB  |  153 lines

  1.            1541 FILE HANDLER & FULL DISC COPIER
  2.             FROM CONTROLL R.T & DADA/TSI
  3.  
  4.   Introduction:
  5.  
  6.   Commodore Business Machines, Inc. used -as we can imagine about 
  7. Commodore :-(- a rather rare disc sector format in its drives. The
  8. PC's can't read/write these disks inside a normal PC drive due to lack
  9. of resilient I/O chips. O.K. I know there are KAWL I/O cards (for
  10. very-very great prices) to access a disk in bit-bit format, and
  11. cancelling the normal IBM (MFM) format. So we have to connect an 1541
  12. drive to the PC...
  13.  
  14.   The connection is rather easy. Just follow the next picture:
  15.  
  16.  
  17. Pc-parallel port      VC 1541 floppy's connector
  18.                                                          Serial (floppy) plug
  19. 1  ---------------------------------------  3
  20.                                                          /~~~~~~~~~\
  21.       ┌-------------------------------  4           |     3     |
  22.       | c      e                                     | 2       4 |
  23. 14 ~~~~~~~~~~\___/~~~~~~~~~~|                           |     6     |
  24.         b  |   bc182   ─┴─                          | 1       5 |
  25.            █ 1k        gnd(25-19)                    \_________/
  26.            |
  27. 3  ------------┘                                         PC parallel plug
  28.                                                 ______________________________
  29. 2  ---------------------------------------  6  \ 13 . . . . . . . . . . . 1  /
  30.                                                 \ 25. . . . . . . . . . .14 /
  31. 16 ---------------------------------------  1    \________________________ /
  32.  
  33.       ┌-------------------------------  5  (Both of the plugs watched FROM
  34.       | c      e                             the side of soldering!!!)
  35. 17 ~~~~~~~~~~\___/~~~~~~~~~~|
  36.         b  |  bc182    ─┴─
  37.            █ 1k        gnd(25-19)  
  38.            |
  39. 5  ------------┘
  40.  
  41. (25,24,23,22,21,20,19) -----------------┬-- 2 
  42.                     |
  43.                        ─┴─
  44.                                        gnd
  45.  
  46.   BC182 is a very common transistor (we can replace it with BC184). The
  47. outlet of the transistor:
  48.  
  49.                         -------------------
  50.                         I                 I
  51.                          I  E     B    C I
  52.                           I             I
  53.                            \          /
  54.                              \  __  /
  55.                  
  56.  
  57. Ofcourse the PC's plug is a 25-pole plug ('father'), and C64's is a 6-pole
  58. DIN (a normal Video-DIN plug!)
  59.  
  60.  
  61.   2, Using the programs
  62.  
  63.  When we have built the connector, connect it to the PC and the 1541.
  64.  
  65.  Now let's try 'fine tune' the computer's speed (the program announces
  66. 'No connect' if the processor's _virtual_ speed is above 11-12 MHz!!),
  67. using GOSLOW.COM. On a 368/33/64k cache, w/o Turbo mode (equialent to
  68. 13 Mhz mode) it will the best with GOSLOW 30000 parameter. Use SPEED
  69. or whatever else with the program to check the speed and finetune to 
  70. approximately 8 MHz virtual speed!
  71.  
  72.   Now you can start either MAP.COM or 1541.COM.
  73.   MAP.COM is rather useless. It's only point of advantege that it CAN
  74. map a 1541 disc (I've kept it's original, Hungarian format, I was 
  75. lazy :-)) with the C/U1:XX YY format). I also din't correct its errors
  76. (displaying 17's 20th,21st; 24's 19th and 30's 18th sector).
  77.   1541.COM is what everybody need. I converted it into English and
  78. corrected its errors.
  79.   It can read/write from/to the 1541 drive FILES and CAN BUILD A FULL
  80. IMAGE OF A NORMAL DISK.
  81.   I have to say something about NORMAL disks. If there will be enough 
  82. inqiuries, I'll build in NONSTANDARD disk handling, too (36-40 tracks
  83. etc...).
  84.  
  85.   At loading, press 1,2,3 or 4 depending on which printer port you have
  86. the 1541 plugged in.
  87.  
  88.   Then you must wait a lot :-(, sorry...
  89.  
  90.   In the main menu - press $ and ENTER to get a directory;
  91.            - using T you can change Type of the transfer, UB 
  92.             required (Text: to use CR/LF in transferring and
  93.                  somewhere to use CAPS conversions if
  94.                  needed)
  95.            - use R to get a file from 1541 etc...
  96.            - press C for advanced operations!
  97.  
  98.   Advnced operations menu: here you can build a full/partial disk image
  99.     of a disk, FORMAT a disk etc...
  100.             To get a disk image: type U1:XX YY where XX
  101.     is the BEGINNING TRACK number (1 to 35) and YY is SECTOR number
  102.     (from 1 to 21/19/18/17, depending of the actual track number).
  103.     When you want to get a WHOLE image of a disk, you must type:
  104.          U1:01 00
  105.  
  106.   The ZIP file consists a file called TESTDISK.D64. It has lot of progs
  107. (especially my old C64 program to show TO THESE LAMERS who were doubting
  108. in my 6510 assembly knowledge... [Marko Mäkelä's note: The file was
  109. removed from the archive before placing it on FTP.FUnet.FI, as it contained
  110. a cracked game.] Look for "SZOTAR" and look: I wrote it
  111. w/ a simple DATASETTE unit, WITH A SIMPLE, BUT MEGAC0000000L MONITOR
  112. (3 MONITOR 24576), and I doubt that anybody can reach so nice memory
  113. managament that I achieved in this program. Sorry, I hadn't enough money
  114. to buy a 1541 in 1986-87 and I quitted the scene, what a pity... :-()
  115.  
  116.   The image of the full disk will be placed in SAVE.00* files where all files
  117. are 174k long and readable with C64S.EXE. The 1541-read is painfully slow,
  118. BUT MUCH BETTER RELIABLE THAN SIMPLE FILECOPY (I encountered lot of errors
  119. with the simple R command, but I can assume that there aren't these errors
  120. NOW because I corrected (I hope) all  the errors of Controll's program
  121. (e.g there was an error what totally destructed the full image: when
  122. the program automatically incremented the sector number and checked if the
  123. number is greater than 21/19/18/17, it made a USUAL error: it counted
  124. SECTOR NUMERS from 0, and the OTHER parts of the program counted form 1.
  125. So the 17th track came down with only 19 tracks and so on... :-()).
  126.  
  127.   Copyright by DADA/TSI and Controll R.t. Correcting, translating, README
  128. writing and FULL DISK COPY HANDLING by DADA/TSI.
  129.  
  130.   I can be reached by phone:  (36)1-1-823-513  (Modem: 14400 bps)
  131.            by E-mail: MTTT022@URSUS.BKE.HU (If I don't respond in 
  132.             a week, then make a PUBLIC mail to COMP.SYS.CBM
  133.             message area in USENET, coz my adress will be 
  134.             changed in oct. 1993.)
  135.            by FidoNet: can be accessible on Vízlépcsô BBZ
  136.                  (1-370-309, 22-06, ZyXEL)
  137.            by ELitE BoArdZ: CaN Be AccEssIBle On
  138.                 - ======  The Lost Decade ====== - 
  139.                         (Shame Redesign)
  140.                 - ====== Admirals' Datamine ===== - (TDM)
  141.                 - ======  Cyber Castle ====== -  (GSH)
  142.                 
  143.  
  144.   Special greetings goes to:
  145.  
  146.        TIG - PHANTOM - TDM - GSH - ABADDON - PLANET ORGAN - SHAME REDESIGN
  147.                    And READ Commodore Világ and SCANNER!!!!
  148.             Hungary's BEST PC magz!!!!!
  149.             (More info from me, too!  )
  150.  
  151.   Attention!!! I'm a maniac viruskiller, if you have ANY viruses PLEASE
  152. send it to me! If you have ANY virusproblems, call me!
  153.