Soundblaster rate option added.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@683
This commit is contained in:
parent
100f507154
commit
733c4a51ca
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ void DOSBOX_Init(void) {
|
|||
secprop->Add_int("irq",7);
|
||||
secprop->Add_int("dma",1);
|
||||
secprop->Add_int("hdma",5);
|
||||
secprop->Add_int("sbrate",22050);
|
||||
secprop->Add_bool("enabled",true);
|
||||
|
||||
secprop->AddInitFunction(&ADLIB_Init);
|
||||
|
|
Loading…
Add table
Reference in a new issue