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

version 1.29, 2003/12/12 01:04:39 version 1.30, 2003/12/13 19:59:40
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 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.30


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