Diff for /np2/io/dmac.c between versions 1.12 and 1.13

version 1.12, 2005/02/07 14:46:11 version 1.13, 2007/11/03 00:00:20
Line 252  static const IOOUT dmaco21[8] = { Line 252  static const IOOUT dmaco21[8] = {
                                         dmac_o21,       dmac_o21,       dmac_o21,       dmac_o21,                                          dmac_o21,       dmac_o21,       dmac_o21,       dmac_o21,
                                         dmac_o29,       NULL,           NULL,           NULL};                                          dmac_o29,       NULL,           NULL,           NULL};
   
 void dmac_reset(void) {  void dmac_reset(const NP2CFG *pConfig) {
   
         ZeroMemory(&dmac, sizeof(dmac));          ZeroMemory(&dmac, sizeof(dmac));
         dmac.lh = DMA16_LOW;          dmac.lh = DMA16_LOW;
         dmac.mask = 0xf;          dmac.mask = 0xf;
         dmac_procset();          dmac_procset();
 //      TRACEOUT(("sizeof(_DMACH) = %d", sizeof(_DMACH)));  //      TRACEOUT(("sizeof(_DMACH) = %d", sizeof(_DMACH)));
   
           (void)pConfig;
 }  }
   
 void dmac_bind(void) {  void dmac_bind(void) {

Removed from v.1.12  
changed lines
  Added in v.1.13


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