Diff for /np2/pccore.c between versions 1.99 and 1.100

version 1.99, 2005/03/03 06:59:41 version 1.100, 2005/03/05 06:02:28
Line 260  void pccore_term(void) { Line 260  void pccore_term(void) {
         mpu98ii_destruct();          mpu98ii_destruct();
         rs232c_destruct();          rs232c_destruct();
   
         sxsi_trash();          sxsi_alltrash();
   
         CPU_DEINITIALIZE();          CPU_DEINITIALIZE();
 }  }
Line 320  void pccore_reset(void) { Line 320  void pccore_reset(void) {
         }          }
   
         // HDDセット          // HDDセット
         sxsi_open();          sxsihdd_allbind();
 #if defined(SUPPORT_SASI)  #if defined(SUPPORT_SASI)
         if (sxsi_issasi()) {          if (sxsi_issasi()) {
                 pccore.hddif &= ~PCHDD_IDE;                  pccore.hddif &= ~PCHDD_IDE;

Removed from v.1.99  
changed lines
  Added in v.1.100


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