~ubuntu-branches/debian/sid/bristol/sid

« back to all changes in this revision

Viewing changes to bristol/bristolsid1.c

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-06-18 09:39:39 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100618093939-1iodlgzvn6g1lqok
Tags: 0.60.5-1
* Change my email address.
* Imported Upstream version 0.60.5
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1854
1854
         *
1855
1855
         * Remove this debug as we are pulling values in and out out during every
1856
1856
         * sample now
1857
 
        sid_register(((sidmods *) baudio->mixlocals)->sidid[AUD_SID],
1858
 
                B_SID_CONTROL, B_SID_C_DEBUG_D|B_SID_C_DEBUG_A);
1859
 
        sid_register(((sidmods *) baudio->mixlocals)->sidid[MOD_SID],
1860
 
                B_SID_CONTROL, B_SID_C_DEBUG_D|B_SID_C_DEBUG_A);
1861
 
 
1862
 
        ((sidmods *) baudio->mixlocals)->sidreg[AUD_SID][B_SID_CONTROL] =
1863
 
                B_SID_C_DEBUG_D|B_SID_C_DEBUG_A;
1864
1857
         */
1865
1858
        ((sidmods *) baudio->mixlocals)->sidreg[AUD_SID][B_SID_FILT_M_VOL] = 0x0f;
1866
1859