Diff for /xmil/pccore.c between versions 1.15 and 1.16

version 1.15, 2004/08/08 09:12:06 version 1.16, 2004/08/08 12:32:58
Line 205  void pccore_exec(BRESULT draw) { Line 205  void pccore_exec(BRESULT draw) {
         REG8    inttiming;          REG8    inttiming;
   
         corestat.drawframe = draw;          corestat.drawframe = draw;
           soundmng_sync();
   
         v_cnt = 0;          v_cnt = 0;
         s_cnt = 0;          s_cnt = 0;
Line 244  void pccore_exec(BRESULT draw) { Line 245  void pccore_exec(BRESULT draw) {
                         }                          }
                 }                  }
         }          }
         sound_sync();  
         calendar_inc();  
         scrnupdate();          scrnupdate();
           calendar_inc();
           sound_sync();
 }  }
   

Removed from v.1.15  
changed lines
  Added in v.1.16


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