|
|
| version 1.3, 2004/08/11 12:08:16 | version 1.5, 2005/02/04 06:42:12 |
|---|---|
| Line 1 | Line 1 |
| #include "compiler.h" | #include "compiler.h" |
| // #include "wavefile.h" | |
| #if !defined(DISABLE_SOUND) | |
| #include "wavefile.h" | |
| #include "dosio.h" | #include "dosio.h" |
| #include "soundmng.h" | #include "soundmng.h" |
| #include "z80core.h" | #include "z80core.h" |
| #include "pccore.h" | #include "pccore.h" |
| // #include "iocore.h" | |
| #include "sound.h" | #include "sound.h" |
| #include "sndcsec.h" | #include "sndcsec.h" |
| // #include "getsnd.h" | // #include "getsnd.h" |
| Line 67 static void streamprepare(UINT samples) | Line 69 static void streamprepare(UINT samples) |
| #if defined(SUPPORT_WAVEREC) | #if defined(SUPPORT_WAVEREC) |
| // ---- wave rec | // ---- wave rec |
| BOOL sound_recstart(const char *filename) { | BRESULT sound_recstart(const OEMCHAR *filename) { |
| WAVEWR rec; | WAVEWR rec; |
| Line 166 static void filltailsample(UINT count) { | Line 168 static void filltailsample(UINT count) { |
| // ---- | // ---- |
| BOOL sound_create(UINT rate, UINT ms) { | BRESULT sound_create(UINT rate, UINT ms) { |
| UINT samples; | UINT samples; |
| UINT reserve; | UINT reserve; |
| Line 355 void sound_pcmunlock(const SINT32 *hdl) | Line 357 void sound_pcmunlock(const SINT32 *hdl) |
| } | } |
| } | } |
| #endif | |