1
0
Fork 0
forked from len0rd/rockbox

latest update by Miguel Arevalo

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9037 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-03-14 20:55:59 +00:00
parent 258a693e95
commit 789e01bd06
3 changed files with 181 additions and 37 deletions

View file

@ -32,9 +32,6 @@
#define ttblsz 4096
/*#define ttblsz 16384*/
#define huge
#define ctlP 0x4000
#define ctlN 0x2800
#define ctlB 0x1800
@ -74,17 +71,6 @@ struct leaf
short f,t,score,reply;
unsigned short flags;
};
struct GameRec
{
unsigned short gmove;
short score,depth,time,piece,color;
long nodes;
};
struct TimeControlRec
{
short moves[2];
long clock[2];
};
struct BookEntry
{
struct BookEntry *next;
@ -182,7 +168,7 @@ unsigned short hashkey;
unsigned long hashbd;
struct hashval hashcode[2][7][64];
struct hashentry ttable[ttblsz];
struct hashentry huge *ptbl;
struct hashentry *ptbl;
unsigned char history[8192];
short Mwpawn[64],Mbpawn[64],Mknight[2][64],Mbishop[2][64];