From: John Tsiombikas Date: Wed, 23 Jan 2019 01:01:06 +0000 (+0200) Subject: foo X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dos_sbtest;a=commitdiff_plain;h=88e43197f2be2dbc2781b9a4b6a92b241b2eaa2a foo --- 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);