1
0
Fork 0

Soundblaster rate option added.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@683
This commit is contained in:
Sjoerd van der Berg 2003-02-22 12:14:22 +00:00
parent 100f507154
commit 733c4a51ca

View file

@ -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);