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:
authorJohn Novak <jnovak@skedulo.com>2022-06-15 10:06:57 +0300
committerJohn Novak <jnovak@skedulo.com>2022-06-15 10:06:57 +0300
commit9214eb0491028a6bd1fc06205229e142a9fae86c (patch)
treeefdd8ad30e25687839414084aaaa845a4c45dcd5
parent5bd3610a5781c1c7fb7349d0f9ae83fbde7289e9 (diff)
-rw-r--r--src/hardware/gameblaster.cpp2
-rw-r--r--src/hardware/ps1audio.cpp2
-rw-r--r--src/hardware/sblaster.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/hardware/gameblaster.cpp b/src/hardware/gameblaster.cpp
index a4a231a8e..dc8268ad5 100644
--- a/src/hardware/gameblaster.cpp
+++ b/src/hardware/gameblaster.cpp
@@ -90,7 +90,7 @@ void GameBlaster::Open(const int port_choice, const std::string &card_choice,
ChannelFeature::ChorusSend});
// The filter parameters have been tweaked by analysing real hardware
- // recordings. The results are virtually undistinguishable from the
+ // recordings. The results are virtually indistinguishable from the
// real thing by ear only.
if (filter_choice == "on") {
constexpr auto order = 1;
diff --git a/src/hardware/ps1audio.cpp b/src/hardware/ps1audio.cpp
index d6cc27b54..cc313d940 100644
--- a/src/hardware/ps1audio.cpp
+++ b/src/hardware/ps1audio.cpp
@@ -409,7 +409,7 @@ Ps1Synth::Ps1Synth(const std::string &filter_choice)
if (filter_choice == "on") {
// The filter parameters have been tweaked by analysing real
// hardware recordings. The results are virtually
- // undistinguishable from the real thing by ear only.
+ // indistinguishable from the real thing by ear only.
setup_filter(channel);
} else {
if (filter_choice != "off")
diff --git a/src/hardware/sblaster.cpp b/src/hardware/sblaster.cpp
index 1fe9be296..877cc4586 100644
--- a/src/hardware/sblaster.cpp
+++ b/src/hardware/sblaster.cpp
@@ -399,7 +399,7 @@ static void configure_sb_filter()
};
// The filter parameters have been tweaked by analysing real hardware
- // recordings. The results are virtually undistinguishable from the real
+ // recordings. The results are virtually indistinguishable from the real
// thing by ear only.
switch (sb.sb_filter_type) {
case FilterType::None:
@@ -450,7 +450,7 @@ static void configure_opl_filter()
return;
// The filter parameters have been tweaked by analysing real hardware
- // recordings. The results are virtually undistinguishable from the real
+ // recordings. The results are virtually indistinguishable from the real
// thing by ear only.
switch (sb.opl_filter_type) {
case FilterType::SB1: