Diff for /np2/pccore.c between versions 1.29 and 1.32

version 1.29, 2003/12/12 01:04:39 version 1.32, 2003/12/15 11:26:04
Line 22 Line 22
 #include        "sound.h"  #include        "sound.h"
 #include        "fmboard.h"  #include        "fmboard.h"
 #include        "beep.h"  #include        "beep.h"
   #include        "s98.h"
 #include        "font.h"  #include        "font.h"
 #include        "diskdrv.h"  #include        "diskdrv.h"
 #include        "fddfile.h"  #include        "fddfile.h"
Line 549  void pccore_exec(BOOL draw) { Line 550  void pccore_exec(BOOL draw) {
                         CPU_CLEARPREFETCH();                          CPU_CLEARPREFETCH();
                 }                  }
   
 #if 1 // ndef TRACE  #if 1 //ndef TRACE
                 if (CPU_REMCLOCK > 0) {                  if (CPU_REMCLOCK > 0) {
                         if (!(CPU_TYPE & CPUTYPE_V30)) {                          if (!(CPU_TYPE & CPUTYPE_V30)) {
                                 CPU_EXEC();                                  CPU_EXEC();
Line 570  void pccore_exec(BOOL draw) { Line 571  void pccore_exec(BOOL draw) {
         mpu98ii_callback();          mpu98ii_callback();
         diskdrv_callback();          diskdrv_callback();
         calendar_inc();          calendar_inc();
           S98_sync();
         sound_sync();                                                                                                   // happy!          sound_sync();                                                                                                   // happy!
   
 #if defined(TRACE)  #if defined(TRACE)

Removed from v.1.29  
changed lines
  Added in v.1.32


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