~i30817/dosbox/trunk

« back to all changes in this revision

Viewing changes to src/hardware/sblaster.cpp

  • Committer: qbix79
  • Date: 2019-11-22 07:28:27 UTC
  • Revision ID: svn-v4:ed541006-0bf7-43e9-8c4d-6fc63c346d47:dosbox/trunk:4294
a=a can trigger warnings as well. This should be hopefully do the trick.

Show diffs side-by-side

added added

removed removed

Lines of Context:
708
708
                freq, sb.dma.rate, sb.dma.left
709
709
                );
710
710
#else
711
 
        type = type;
 
711
        type = *&type;
712
712
#endif
713
713
}
714
714