~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/resid/extfilt.cc

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.1.7 upstream) (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090331003715-i5yisvcfv7mgz3eh
Tags: 2.1.dfsg-1
* New major upstream release (closes: #495937).
* Add desktop files (closes: #501181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
// ----------------------------------------------------------------------------
55
55
void ExternalFilter::set_chip_model(chip_model model)
56
56
{
57
 
  if (model == MOS6581) {
 
57
  if ((model == MOS6581)||(model == DTVSID)) {
58
58
    // Maximum mixer DC output level; to be removed if the external
59
59
    // filter is turned off: ((wave DC + voice DC)*voices + mixer DC)*volume
60
60
    // See voice.cc and filter.cc for an explanation of the values.