~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/resid/extfilt.cc

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-02-11 18:30:16 UTC
  • mfrom: (1.1.8 upstream) (9.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100211183016-f6n8usn3tzp0u6dp
Tags: 2.2.dfsg-1
* New upstream release, C64 DTV is included so update package description
  and add it to the menu.
* Drop patch fixing build failure with gcc-4.4 , applied upstream.
* Fix some lintian problems and clean up debian/rules .

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)||(model == DTVSID)) {
 
57
  if (model == MOS6581) {
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.