home *** CD-ROM | disk | FTP | other *** search
- 1 ' Clock routines for RBBENT, RBBMIN, and EXITBBS1, using the
- 2 ' CompuTime clock board (late model, using the OKI-5832 clock
- 3 ' chip.)
- 4 '
- 5 ' The base port address (frequently 80h) should be specified
- 6 ' with CLKBASE = &H80 (or whatever) somewhere in the initialization
- 7 ' section of EACH of the programs in which it is used.
- 8 '
- 9 ' Dave Goodman - 02/15/82
- 10 '