home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / text / pipmag2.arc / HARDWARE.NWJ < prev    next >
Text File  |  1988-10-16  |  6KB  |  108 lines

  1.      *********************************************************************
  2.      THIS ARTICLE IS BEING PRESENTED THROUGH THE PIP ONLINE CP/M MAGAZINE
  3.      OF THE  NATIONAL CP/M ROUNDTABLE  ON GENIE.   copyright (c) 1988  BY
  4.      BILL JULIANI.   ALL RIGHTS RESERVED.   PERMISSION IS  HEREBY GRANTED
  5.      TO NON-PROFIT ORGANIZATIONS  ONLY TO REPRINT THIS ARTICLE OR PASS IT
  6.      ALONG  ELECTRONICALLY AS LONG  AS PROPER CREDIT IS GIVEN TO BOTH THE
  7.      AUTHOR AND GENIE.
  8.      *********************************************************************
  9.  
  10.      ***********************************
  11.      *                                 *
  12.      *     Hardware Hacking C-128      *
  13.      *                                 *
  14.      *                                 *
  15.      *     Bill Juliani <C128.CPM>     *
  16.      *                                 *
  17.      ***********************************
  18.  
  19.         Hardware Hacking on the Commodore 128, 1571, and 1581
  20.  
  21. OK,  you soldering fanatics!!  Heat up your irons for this little  un-
  22. tried  gem.   I personally have not tried it <yet>, but plan  to  real 
  23. soon.
  24.  
  25. It is common knowledge that the 1571 and 1581 can read Double  Density 
  26. MFM  disks.   What about Single Density?  Ever buy some  bargain  CP/M 
  27. software  and find that it is Single Density?  Won't work in the  '71, 
  28. Right?   Here's  a  method to 'read' those  disks,  thanks  to  Miklos 
  29. Garamszeghy of Herne Data Systems.
  30.  
  31. First  of  all, Herne Data Systems or myself can not and will  not  be 
  32. held responsible for you cracking open your disk drive, and blowing it 
  33. up,  and  we are not telling you to do this  modification.   I'm  only 
  34. supplying  the information to you 'as is', untried and untested,  more 
  35. in  theory, than a cookbook of 'How To..'.  Naturally this  will  void 
  36. any  Warrenty on your disk drive, and I would strongly advise  against 
  37. doing  this modification, if you are not mechanicaly or  electronicaly 
  38. inclined.  Also be aware that converting your drive to Single  Density 
  39. will  not  automatically  allow you to read  Single  Density,  however 
  40. Juggler, by Herne Data Systems will.
  41. Let's take a look at some 'stats'.  The Osborne 1 can read both Single 
  42. and Double density disks, check out the two formats:
  43.                     Single Density                Double Density
  44. Tracks per disk          40                            40
  45. Sectors/track            10                             5*
  46. Logical Sectors/track    20                            40*
  47. Bytes/sector            256                          1024*
  48. Disk Capacity (K)       100                           200*
  49. Dir Track                 4                             4
  50. Storage Capacity (K)     92                           185*
  51. Sector Skew               2                             1*
  52.  
  53. Notice that several things change (the * items) when switching between 
  54. single  and  double density disks ON THE SAME COMPUTER!!  Now  I  know 
  55. that  the  '71  and  '81  are smart  devices,  but  it  would  take  a 
  56. programming   expert  to  incorporate  Single  Density  Formats   into 
  57. something useful.  So now you have two warnings:  you first might ruin 
  58. your  drive trying to make this modification, and second, even  if  it 
  59. were successful, you might not be able to use it!  OK, enough for  the 
  60. warnings.
  61.  
  62. Both  the  1571  and  1581  disk drives use a  1770  chip  as  a  disk 
  63. controller.   Pin 26 is tied low for double density disks.  Now  if  a 
  64. person  was  to  remove the pin 26 from where it is  soldered  to  the 
  65. printed  circuit board, leaving that point of the PC board empty,  and 
  66. solder  this pin to a length of wire and then connecting the  wire  to 
  67. the  common  terminal of a SPDT switch.  Now find a logic high  and  a 
  68. logic low on the PC board.  A high can usually be found at pin 14, and 
  69. a  low at pin 7 of most 14 pin chips; or pins 16 (hi) and pin 8  (low) 
  70. for  most  16 pin chips.  A five volt HI and a zero volt low  will  be 
  71. fine  for either CMOS or TTL chips.  The now empty PC board where  pin 
  72. 26 was soldered to will be fine for the logic lo.  Take two more  wire 
  73. lengths  and  solder them to the other two terminals  of  the  switch.  
  74. Solder  one wire to the Hi that you found, and the other to  the  low.  
  75. Current   limiting  resisters  would  be  nice,  but   I've   received 
  76. conflicting information on the need for them.  Note which side of  the 
  77. switch  is  low (double density) and hi (single  density).   Carefully 
  78. drill a hole in the plastic case of your drive, and mount the  switch.  
  79. Make  sure  that  the  wires do  not  interfere  with  the  mechanical 
  80. operation  of the drive.  I would also suggest that you use  a  ground 
  81. wire on your iron tip, and avoid static discharges.
  82.  
  83. Now your drive is ready for single density disks, and the full use  of 
  84. Juggler!
  85.  
  86. **********************************************************************
  87.  
  88.  
  89. A $7.95 2400 Baud Modem?
  90.  
  91. Yes!   Your  ears and eyes did not deceive you!!  Its  called  a  Null 
  92. Modem,  and  is used for two computers to talk between each  other  at 
  93. very  fast  rates.  No other modem is needed, just an RS-232  port  on 
  94. each  computer.   Radio Shack sells them for $7.95, Cat.  No.  26-1496 
  95. which  has one male and one female DB25 connector.  Boot up your  term 
  96. programs  on  each computer after hooking them to the Null  Modem  and 
  97. transfer  away.   My C-128 doesn't like to transfer faster  than  2400 
  98. Baud, but its better than 300 B!  The Null Modem is really two RS  232 
  99. connectors  wired together except pins 2 and 3 are swapped.  Sure,  go 
  100. out and buy a male and female DB25, ribbon wire, and solder away!  Let 
  101. me know when your done if you spent more than $7.95, OK?  Rumor has it 
  102. that  owners  of the OMNITRONIX Deluxe RS232 Interface  need  only  to 
  103. modify  the left hand switch so that instead of swapping pins 2/3  and 
  104. 4/8 it just switches 2/3, elliminating the need for a null modem.   Of 
  105. course  if your transfering ASCII or text files the above method  will 
  106. ease  the pain of compatibility problems between  different  operating 
  107. systems.
  108.