From: a DOT gillett AT virgin DOT net (Andrew R. Gillett) Newsgroups: comp.os.msdos.djgpp Subject: Re: audio.h (and memory allocation) Date: Sat, 13 Jun 1998 00:25:57 +0100 Organization: Virgin Net News Service Lines: 14 Message-ID: References: <3580307f DOT 38034292 AT news DOT Austria DOT EU DOT net> NNTP-Posting-Host: 194.168.56.77 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In comp.os.msdos.djgpp, article <3580307f DOT 38034292 AT news DOT Austria DOT EU DOT net>, Gerhard Gruber (sparhawk AT eunet DOT at) wrote: > I tried to compile the latest MAME release 33b with DJGPP and I get an error > telling me that src/msdos/sound.c can't include the file audio.h. As I believe > that this file should be part of Allegro I searched for it and found nothing. I don't think it's part of Allegro. It's not anywhere on my hard disk. I reckon it sounds like it's part of MAME, although I'm probably wrong. Btw, thanks to the people who helped me out with my memory allocation questions a few days ago. My program works now, and runs at 8 frames per second. That's what happens when you process every pixel on the screen individually.