From 733c4a51cab1b058e960c6e9df14dd2eb99b6b80 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sat, 22 Feb 2003 12:14:22 +0000 Subject: [PATCH] Soundblaster rate option added. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@683 --- src/dosbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 1535114d..d8bf6346 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -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);