Diff for /np2/pccore.c between versions 1.7 and 1.9

version 1.7, 2003/10/21 11:22:05 version 1.9, 2003/10/23 18:33:13
Line 40 Line 40
                                 {1, 1, 6, 1, 8, 1},                                  {1, 1, 6, 1, 8, 1},
                                 0, 4, 32, 22050, 800, 0, 1, 1, 0,                                  0, 4, 32, 22050, 800, 0, 1, 1, 0,
                                 0, 0,                                  0, 0,
 //                              0, 0, {1, 2, 2, 1},                                                     // ver0.28  
                                 0, {0, 0, 0}, 0xd1, 0x7f, 0xd1, 0, 0, 1, 0x82,          // ver0.30                                  0, {0, 0, 0}, 0xd1, 0x7f, 0xd1, 0, 0, 1, 0x82,          // ver0.30
                                 1, 80, 3, 1, 1, 0, 0x000000, 0xffffff,                                  1, 80, 3, 1, 1, 0, 0x000000, 0xffffff,
                                 0, 0, 0, 0x40, 0,                                  0, 0, 0, 0x40, 0,
Line 286  void pccore_reset(void) { Line 285  void pccore_reset(void) {
         cbuscore_bind();          cbuscore_bind();
         fmboard_bind();          fmboard_bind();
   
         timing_init();          timing_reset();
         fddmtr_init();          fddmtr_init();
         calendar_init();          calendar_init();
         vram_init();          vram_init();
Line 487  void screenvsync(NEVENTITEM item) { Line 486  void screenvsync(NEVENTITEM item) {
 void pccore_exec(BOOL draw) {  void pccore_exec(BOOL draw) {
   
         drawframe = draw;          drawframe = draw;
           keyext_flash();
         soundmng_sync();          soundmng_sync();
         mouseif_sync();          mouseif_sync();
         pal_eventclear();          pal_eventclear();

Removed from v.1.7  
changed lines
  Added in v.1.9


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