home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / gendoc / godbtz80.dqc / GODBTZ80.DOC
Encoding:
Text File  |  1985-02-10  |  1.6 KB  |  37 lines

  1. S. Kluger              El Paso RCPM (915) 598-1668 
  2.  
  3. El Paso, TX, 08-27-82
  4.  
  5. The following is a modification to the GODBOUT Z-80 CPU board to enhance
  6. it's reliability and is applicable for all boards REV J or earlier. I was
  7. given this mod by CompuPro today, did the changes and it works great.....
  8.  
  9. The Z-80 CPU may have a problem addressing the on-board sockets if they
  10. hold HM6116-compatible RAMs. The problem I encountered and fixed with this
  11. mod was the following:
  12.  
  13. I am using an old Hayes 80-103A modem card with a hardware modification 
  14. to decode the lower 8 address bits. The port is 90H. When addressing the
  15. board using Z-80 I/O instructions (LXI B,9090H, COUT A), everything worked
  16. fine. Using 8080 I/O, it did the following: It deposited (read closely)
  17. the RAM page number (F8 or above) at PAGE+PORT. Example: at F890H it wrote
  18. a F8, at F990H it wrote a F9, at FA90H it wrote a FA, and so on. It did that
  19. only on RAM chips plugged into the CPU board socket.
  20.  
  21. This is what you'll have to do to make your board work:
  22. 1. Connect a jumper wire from U15 pin 1 to U14 pin 1. U14-1 may be connected
  23.    to Vcc. If so, remove the short to Vcc.
  24. 2. Connect a jumper wire from U14 pin 2 to "A" of J2.
  25. 3. Break trace going TO "A" of J2.
  26.  
  27. Please note that "A" of J2 is wrong in the schematic but right on the board.
  28. In the schematic, "A" is "B" and "B" is "A". 
  29.  
  30. This mod removes "pwr" as write strobe for the 6116 and replaces it
  31. with "mwrite".
  32.  
  33. I was also told that REV J and earlier boards MAY not work right when converted
  34. to 6MHz operation.
  35.  
  36.  
  37.