Bad news.....Desperado wrote:http://wbec-ridderkerk.nl/html/details1/Scorpio.html
these seem to be the right ones.
Good luck, and enjoy. Hope it will work for you too

Moderator: Ras
Bad news.....Desperado wrote:http://wbec-ridderkerk.nl/html/details1/Scorpio.html
these seem to be the right ones.
Good luck, and enjoy. Hope it will work for you too
Code: Select all
#ifdef _WIN64
#define EGBB_NAME "egbbdll64.dll"
#else //_WIN32
#define EGBB_NAME "egbbdll32.dll"
//#define EGBB_NAME "egbbdll.dll"
#endif
Code: Select all
const SQR_T a1= 0,b1= 1,c1= 2,d1= 3,e1= 4,f1= 5,g1= 6,h1= 7;
const SQR_T a2= 8,b2= 9,c2=10,d2=11,e2=12,f2=13,g2=14,h2=15;
const SQR_T a3=16,b3=17,c3=18,d3=19,e3=20,f3=21,g3=22,h3=23;
const SQR_T a4=24,b4=25,c4=26,d4=27,e4=28,f4=29,g4=30,h4=31;
const SQR_T a5=32,b5=33,c5=34,d5=35,e5=36,f5=37,g5=38,h5=39;
const SQR_T a6=40,b6=41,c6=42,d6=43,e6=44,f6=45,g6=46,h6=47;
const SQR_T a7=48,b7=49,c7=50,d7=51,e7=52,f7=53,g7=54,h7=55;
const SQR_T a8=56,b8=57,c8=58,d8=59,e8=60,f8=61,g8=62,h8=63;
It is the same problem I had a few days ago!Desperado wrote:yes, i did!
changed the cachesize today, and set it to 32Byte (instead of 32MB).
fixed now. Thx