home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / jeux / ArcBoard004.arc / !GNUChessX / src / misc / debug64_h < prev    next >
Text File  |  1995-07-02  |  194b  |  8 lines

  1. #ifdef DEBUG
  2.       if (debuglevel & 64)
  3.         {
  4.           algbr (PV >> 8, PV & 0xff, 0);
  5.           printf ("-get-> d=%d s=%d p=%d a=%d b=%d %s\n", depth, score, ply, alpha, beta, mvstr[0]);
  6.         }
  7. #endif
  8.