home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / cat / sam1.exe / lha / DIALER.DOC < prev    next >
Text File  |  1991-12-31  |  994b  |  14 lines

  1. Development notes about DIALER.BA
  2.  
  3. by Robert Benson
  4.  
  5. DIALER.BA was first offered by Club 100 in 1983, however it had some flaws.  Being that it was one of the first programs that I ran and enjoyed I have taken it upon myself to fix it--now that I understand more about BASIC and this machine.  CALL 21200 has been changed to CALL 21172, this allows it to enter the dial routine without modem tone.  I have moved the M/L subroutine to a safe area of machine memory above 62960 and added a pulsating tone which is guaranteed to get your attention.  Also, two new timing loops have been added, the following is a list of all timing loop functions:
  6.  
  7. D = pause for dial tone
  8. R = ringing period
  9. S = sound duration
  10. T = tone frequency
  11. Z = sleep between calls
  12.  
  13. I also found that I could easily get a full minute delay between calls by not defining "Z" as a integer, a loop runs slower when you don't define a variable as an integer.  You may change R, D or Z to meet your own requirements!
  14.