Diff for /xmil/pccore.c between versions 1.38 and 1.39

version 1.38, 2008/06/02 20:07:30 version 1.39, 2009/03/23 15:02:25
Line 42  const OEMCHAR xmilversion[] = OEMTEXT(XM Line 42  const OEMCHAR xmilversion[] = OEMTEXT(XM
 #if !defined(DISABLE_SOUND)  #if !defined(DISABLE_SOUND)
                                                         22050, 500,                                                          22050, 500,
 #if defined(SUPPORT_TURBOZ) || defined(SUPPORT_OPM)  #if defined(SUPPORT_TURBOZ) || defined(SUPPORT_OPM)
                                                         0, 64,                                                          64,
 #endif  #endif
                                                         64, 0, 80,                                                          64, 0, 80,
 #endif  #endif
   #if defined(SUPPORT_TURBOZ) || defined(SUPPORT_OPM)
                                                           0,
   #endif
                                                         0, 0, 0, 0};                                                          0, 0, 0, 0};
   
         PCCORE          pccore;          PCCORE          pccore;
Line 251  static UINT iocounter = 0; Line 254  static UINT iocounter = 0;
                 UINT    lastpc;                  UINT    lastpc;
 #endif  #endif
   
   
 void pccore_exec(BRESULT draw) {  void pccore_exec(BRESULT draw) {
   
         SINT32  frameclock;          SINT32  frameclock;

Removed from v.1.38  
changed lines
  Added in v.1.39


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