Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!hsdndev!husc6!popvax!rind From: rind@popvax.uucp (747707@d.rind) Newsgroups: comp.lang.pascal Subject: Re: Help needed - ticking clock impl. Keywords: CLOCK, REAL TIME... Message-ID: <6440@husc6.harvard.edu> Date: 18 Apr 91 11:48:24 GMT References: <1991Apr16.124739.18124@hubcap.clemson.edu> <11847@j.cc.purdue.edu> Sender: news@husc6.harvard.edu Organization: Health Sciences Computing Facility, Harvard University Lines: 14 In article <11847@j.cc.purdue.edu> zhou@brazil.psych.purdue.edu (Albert Zhou) writes: >Just write a timer interrupt (for example, interrupt once a second) and ^^^^^^^^^^^^^^^^^^^^^^^ >execute an interrupt routine to generate the kind of sound. Can this actually be done? I thought you had to accept the rate of interrupts of the real time clock (which would be rather more frequent than once a second). On 286's and above you can use the real clock alarm interrupt, but I don't know if there's any way to accomplish the same thing on an 8086/88 machine. David Rind rind@popvax.harvard.edu