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 / CPM / PROGRAMS / CLOCKK / NOSLT20.LBR / NOSLT20.DZC / NOSLT20.DOC
Text File  |  2000-06-30  |  2KB  |  46 lines

  1.  
  2.  
  3. NO-SLOT CLOCK PROGRAM            R.Gaspari   10-28-87
  4.  
  5. This program is a general use Z80 cpm program to read and set 
  6. the SMT no-slot clock.  The "No-slot Clock" is a product made by 
  7. Systems Manufacturing Technology, San Marcos CA (Cost $49) and 
  8. is designed to fit under any PROM chip in (almost) any computer.  
  9. Setting up for cpm, however, can be difficult.
  10.  
  11. The usage instructions for this program are:
  12. (assuming it gets renamed to TIME.COM after assembly)
  13.  
  14.     TIME                read clock
  15.     TIME ?                gives short instructions
  16.     TIME W                set clock to data in prog buffer
  17.     TIME S01/02/88,20:15        set clock to data on cmnd line
  18.  
  19.  
  20. Since the no-slot clock is designed for a 28 pin PROM, and since older 
  21. cpm machines have older 24 pin PROMs, it is necessary to overhang the top
  22. of the NSC over the 24 pin socket.  Inspect carefully the data sheets for 
  23. Intel's 2716 and 2732 ROMs and compare them to the Intel 27256 and 27512
  24. PROMs.  With pins 1,2,27,28 overhanging the 24 pin socket, one then ties
  25. pins 1, 28, and 26 together.  This ties the +5V from your computer that 
  26. was on original pin 24 (and now on NSC pin 26) to the NSC power pin 28
  27. and also to the reset pin 1.  Unfortunately, there is now no arbitrary
  28. reset and you must sequence through all 64 bytes of a read/write cycle 
  29. in order to finish a job.
  30.  
  31. Once you know how to use an SMT no-slot clock in a 24 pin PROM, you must
  32. select which socket.  I selected my Boot PROM as the recipient.  Some
  33. jumper pins had to be bent in order to make room, but this was the easy
  34. part.  The hard part was software "selection" of the Boot PROM so that the
  35. clock could be enabled and read.  This is obviously machine-dependent code,
  36. and in this software, it is completely separated from the main body of the
  37. code and placed at the end.
  38.  
  39. Thanks to Andrew Sopchak for code from NO-SLOT.LBR of 5/22/87.
  40.  
  41. Send bug reports and comments to:
  42.     Russell A. Gaspari
  43.     6656 W. 87th Place
  44.     Los Angeles  90045
  45.  
  46.