Diff for /np2/pccore.c between versions 1.52 and 1.53

version 1.52, 2004/01/25 05:41:28 version 1.53, 2004/01/25 06:01:31
Line 184  static void pccore_set(void) { Line 184  static void pccore_set(void) {
         if (np2cfg.dipsw[1] & 0x20) {          if (np2cfg.dipsw[1] & 0x20) {
                 pccore.hddif |= PCHDD_IDE;                  pccore.hddif |= PCHDD_IDE;
         }          }
   #if defined(SUPPORT_SCSI)
         pccore.hddif |= PCHDD_SCSI;          pccore.hddif |= PCHDD_SCSI;
   #endif
   
         // サウンドボードの接続          // サウンドボードの接続
         pccore.sound = np2cfg.SOUND_SW;          pccore.sound = np2cfg.SOUND_SW;

Removed from v.1.52  
changed lines
  Added in v.1.53


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