Diff for /np2/cbus/cs4231io.c between versions 1.2 and 1.3

version 1.2, 2003/12/08 00:55:30 version 1.3, 2004/01/05 09:31:25
Line 74  static REG8 IOINPCALL csctrl_ic2d(UINT p Line 74  static REG8 IOINPCALL csctrl_ic2d(UINT p
   
 void cs4231io_reset(void) {  void cs4231io_reset(void) {
   
         cs4231.enable = 0;  
         cs4231.port = 0xffff;  
 }  
   
 void cs4231io_bind(void) {  
   
         cs4231.enable = 1;          cs4231.enable = 1;
         cs4231.port = 0xf40;          cs4231.port = 0xf40;
         cs4231.adrs = 0x21;          cs4231.adrs = 0x21;
         cs4231.dmach = 0;          cs4231.dmach = 0;
         cs4231.dmairq = 0x0c;          cs4231.dmairq = 0x0c;
         cs4231.step = 22050;          cs4231.step = 22050;
         sound_streamregist(&cs4231, (SOUNDCB)cs4231_getpcm);          dmac_attach(DMADEV_CS4231, 0);
   }
   
   void cs4231io_bind(void) {
   
           sound_streamregist(&cs4231, (SOUNDCB)cs4231_getpcm);
         iocore_attachout(0xc24, csctrl_oc24);          iocore_attachout(0xc24, csctrl_oc24);
         iocore_attachout(0xc2b, csctrl_oc2b);          iocore_attachout(0xc2b, csctrl_oc2b);
         iocore_attachout(0xc2d, csctrl_oc2d);          iocore_attachout(0xc2d, csctrl_oc2d);

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>