Skip to content

Commit

Permalink
Tweaked filter settings from libsidplayfp#45
Browse files Browse the repository at this point in the history
  • Loading branch information
reFX-Mike committed Dec 23, 2023
1 parent 017f63f commit 08f1841
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sidplayfp/residfp/FilterModelConfig8580.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ FilterModelConfig8580* FilterModelConfig8580::getInstance ()

FilterModelConfig8580::FilterModelConfig8580 () :
FilterModelConfig (
0.30, // voice voltage range FIXME measure
4.84, // voice DC voltage FIXME measure
0.5, // voice voltage range (was 0.3)
4.84, // voice DC voltage
22e-9, // capacitor value
9.09, // Vdd
0.80, // Vth
13.0, // Vdd (was 9.09)
1.0, // Vth (was 0.80)
100e-6, // uCox
opamp_voltage_8580,
OPAMP_SIZE_8580
Expand Down

0 comments on commit 08f1841

Please sign in to comment.