X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dos_sbtest;a=blobdiff_plain;f=src%2Fau_sb.c;h=c2480c6d7b976f7f00750319fee9a95adb0b18cd;hp=d733f20b71bc910403ba4d0396adb035e69f1fbe;hb=HEAD;hpb=b4ee0075a2a231ef06e333b77510187aeb22f8fa diff --git a/src/au_sb.c b/src/au_sb.c index d733f20..c2480c6 100644 --- a/src/au_sb.c +++ b/src/au_sb.c @@ -240,8 +240,6 @@ static void start_dsp4(int bits, unsigned int mode, int num_samples) unsigned char cmd = bits == 8 ? DSP4_START_DMA8 : DSP4_START_DMA16; assert(bits == 8 || bits == 16); - /*cmd |= DSP4_AUTO | DSP4_FIFO;*/ - /* program the DSP to start the DMA transfer */ write_dsp(cmd); write_dsp(mode);