spu: fix xa masking, was causing noise
[pcsx_rearmed.git] / plugins / dfsound / regs.h
1 /***************************************************************************\r
2                            regs.h  -  description\r
3                              -------------------\r
4     begin                : Wed May 15 2002\r
5     copyright            : (C) 2002 by Pete Bernert\r
6     email                : BlackDove@addcom.de\r
7  ***************************************************************************/\r
8 /***************************************************************************\r
9  *                                                                         *\r
10  *   This program is free software; you can redistribute it and/or modify  *\r
11  *   it under the terms of the GNU General Public License as published by  *\r
12  *   the Free Software Foundation; either version 2 of the License, or     *\r
13  *   (at your option) any later version. See also the license.txt file for *\r
14  *   additional informations.                                              *\r
15  *                                                                         *\r
16  ***************************************************************************/\r
17 \r
18 void SoundOn(int start,int end,unsigned short val);\r
19 void SoundOff(int start,int end,unsigned short val);\r
20 void FModOn(int start,int end,unsigned short val);\r
21 void NoiseOn(int start,int end,unsigned short val);\r
22 void SetVolumeL(unsigned char ch,short vol);\r
23 void SetVolumeR(unsigned char ch,short vol);\r
24 void SetPitch(int ch,unsigned short val);\r
25 void ReverbOn(int start,int end,unsigned short val);\r
26 void CALLBACK SPUwriteRegister(unsigned long reg, unsigned short val);\r
27 \r