From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: I want to set up a event/interupt Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 25 X-Trace: /Kw5eDxDDv2O/41TmrKr0n4dysdDRHyXfWympr7qPEgFFyZtIh4oBRuymv9aDhGJYmgTMwxvQsIb!NcIzDZ9l2VrOpkyQA8hr7kgPZqugksiNA1FKOlr2pEP365jle5ac/4NyiP3xxvoLStiS+pz0gFBq!+ugXfQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 04 Oct 2000 15:22:59 GMT Distribution: world Date: Wed, 04 Oct 2000 15:22:59 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 04 Oct 2000 13:54:28 GMT, "Riox92" wrote: >Im working on a little program where I show some graphics. >Now I want to add a timer-interupt to the aplication for sound / module >play. > >I dont know anything from PC interupts and timer-events. Can someone help me >with a source or a tutorial where I can learn from. > >Self ive got mikmak 2.09 downloaded. But its written for watcom and not that >good to rewrite the interupt handler. You might want to try the Allegro library. http://www.talula.demon.co.uk/allegro/ It has graphics (VGA/VESA), sound (SB/GUS/ESS), and input (key/mouse/joy) support designed for multimedia apps (i.e. games). Yes, MikMod has been ported to Allegro. --