Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-04-21 21:02:09 +0300
committerkcgen <kcgen@users.noreply.github.com>2022-04-28 04:05:07 +0300
commit4b48d971811bf54c19a18697c429b5e5d28b6159 (patch)
tree0ec29c7252b7a28398fad3b1ec0605b114c62e60
parent2227bffe5eb9d338bae939e6e1ac69d2563cef75 (diff)
Drop the tandyrate conf-file settingkc/tandy-refactor-1
We now run the Tandy at the mixer's native rate.
-rw-r--r--src/dosbox.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dosbox.cpp b/src/dosbox.cpp
index d8474f1a4..d99d26f62 100644
--- a/src/dosbox.cpp
+++ b/src/dosbox.cpp
@@ -872,10 +872,6 @@ void DOSBOX_Init() {
Pstring->Set_values(tandys);
Pstring->Set_help("Enable Tandy Sound System emulation. For 'auto', emulation is present only if machine is set to 'tandy'.");
- Pint = secprop->Add_int("tandyrate", when_idle, 44100);
- Pint->Set_values(rates);
- Pint->Set_help("Sample rate of the Tandy 3-Voice generation.");
-
secprop->AddInitFunction(&DISNEY_Init,true);//done
Pbool = secprop->Add_bool("disney", when_idle, true);