New pcspeaker functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@278
This commit is contained in:
parent
b93a294dfa
commit
a1fcb4b4c3
1 changed files with 5 additions and 2 deletions
|
@ -37,6 +37,9 @@ void MIXER_SetFreq(MIXER_Channel * chan,Bit32u freq);
|
|||
void MIXER_SetMode(MIXER_Channel * chan,Bit8u mode);
|
||||
void MIXER_Enable(MIXER_Channel * chan,bool enable);
|
||||
|
||||
void PCSPEAKER_Enable(bool enable);
|
||||
void PCSPEAKER_SetFreq(Bit32u freq);
|
||||
/* PC Speakers functions, tightly related to the timer functions */
|
||||
|
||||
void PCSPEAKER_Enable(bool enable);
|
||||
void PCSPEAKER_SetCounter(Bitu cntr,Bitu mode);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue