Schachcomputer.info Community

Zurück   Schachcomputer.info Community > Computerschach / Computer Chess: > Mess Emu & andere Emulationen / Mess Emu and other Emulations


Antwort
 
Themen-Optionen Ansicht

  #1  
Alt 21.08.2024, 17:53
Benutzerbild von Mychess
Mychess Mychess ist offline
Excalibur Grandmaster
 
Registriert seit: 07.03.2009
Beiträge: 97
Abgegebene Danke: 158
Erhielt 147 Danke für 77 Beiträge
Aktivitäten Langlebigkeit
5/20 16/20
Heute Beiträge
1/3 sssssss97
A patch for AT mode of the Novag Emerald Classic Plus

Hi,

I have proposed last week a patch for the Emerald Classic Plus from Novag
to correct the bug of the AT level.
47E7 : 20 in place of 10 !
Very short! ...Too short ? ... I don't think so!

I have beautiful graphics, but it is not possible to insert there here.


First, the user manual is false.

Levels of ECP are :
Code:
3992: 0016                ;  22      TR   
3994: 001C                ;  28           
3996: 002B                ;  43           
3998: 0037                ;  55           
399A: 0055                ;  85           
399C: 0073                ; 115           
399E: 00AC                ; 172           
39A0: 00E8                ; 232           
39A2: 0122                ; 290           
39A4: 015E                ; 350           
39A6: 019A                ; 410           
39A8: 01D6                ; 470           
39AA: 0210                ; 528           
39AC: 0249                ; 585           
39AE: 02BE                ; 702           
39B0: 0370                ; 880           
39B2: 0008                ; 8        AT   
39B4: 0010                ; 16            
39B6: 0018                ; 24            
39B8: 0020                ; 32            
39BA: 0028                ; 40            
39BC: 003C                ; 60            
39BE: 0050                ; 80            
39C0: 0064                ; 100           
39C2: 0078                ; 120           
39C4: 008C                ; 140           
39C6: 00A0                ; 160           
39C8: 00B4                ; 180           
39CA: 00C8                ; 200           
39CC: 00DC                ; 220           
39CE: 00F0                ; 240           
39D0: 0168                ; 360
Theses values ares the maximum of seconds used by the computer for one move.
So the really average time for the level is the quater of it (user manual is true).
For example at AT11, 160/4 so 40 secondes by move.
In opening, the computer plays in 1 seconde by move, so it gathers many seconds in advance.
At end of the opening, it takes these gathered seconds with the value of the current level, and it is new maximum time by move. So the average time is also modified (1/4 of it).
If now gathered seconds are all used, the average time is decremented step by step to the value of the current choose level.
In the original roms, the counter of gathered seconds is not used, but a light variation of time by move existe (but without changing the maximum time by move) , probably modified by the search.

If you want, I have 2 games at AT11 with some counters of time used internally.

Cordialy,

mychess

Geändert von Mychess (21.08.2024 um 18:04 Uhr) Grund: precision
Mit Zitat antworten
Folgende 3 Benutzer sagen Danke zu Mychess für den nützlichen Beitrag:
fhub (21.08.2024), kamoj (21.08.2024), Tibono (21.08.2024)
  #2  
Alt 21.08.2024, 19:43
fhub fhub ist gerade online
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.742
Abgegebene Danke: 515
Erhielt 6.330 Danke für 1.460 Beiträge
Aktivitäten Langlebigkeit
7/20 15/20
Heute Beiträge
1/3 sssss2742
AW: A patch for AT mode of the Novag Emerald Classic Plus

Hi Mychess.

Interesting - quite complicated time management.

But what exactly does your patch do?
Does it change this: "In the original roms, the counter of gathered seconds is not used"?

Regards,
Franz
__________________
Meine Webseite: https://fhub.jimdofree.com/
Mit Zitat antworten
Folgender Benutzer sagt Danke zu fhub für den nützlichen Beitrag:
kamoj (21.08.2024)
  #3  
Alt 21.08.2024, 20:23
Benutzerbild von Mychess
Mychess Mychess ist offline
Excalibur Grandmaster
 
Registriert seit: 07.03.2009
Beiträge: 97
Abgegebene Danke: 158
Erhielt 147 Danke für 77 Beiträge
Aktivitäten Langlebigkeit
5/20 16/20
Heute Beiträge
1/3 sssssss97
Re: A patch for AT mode of the Novag Emerald Classic Plus

Hi Fhub,

In Sapphire, TR and AT code are common and use seconds accumulator and others.
In Emerald Classic Plus, too!
But I found a test where level are compared with 0x10, and if it is only
below there is an initialization of seconds accumulator (different to 0x0).
But he ECP has double of TR levels, so it would be 0x20 to include TR and AT levels with this initialization.

Is it understandable in my english (not google translate, real time!)?

In a game at AT11 in 80 moves, it took 3240 s for white and 3052 s for black, so 40.5 s/move and 38.1 s/move, splendid horizontal asymptote! ( with the longuest white move of 122 s, below the max of 160).

Cordialy.

mychess

AT=0040 MAX=0160 TIME=0001 WT=0002 GWT=0118 start
AT=0040 MAX=0160 TIME=0001 WT=0002 GWT=0118
AT=0040 MAX=0160 TIME=0001 WT=0003 GWT=0157
AT=0040 MAX=0160 TIME=0001 WT=0003 GWT=0157
AT=0040 MAX=0160 TIME=0001 WT=0004 GWT=0196
AT=0040 MAX=0160 TIME=0001 WT=0004 GWT=0196
AT=0040 MAX=0160 TIME=0001 WT=0005 GWT=0235
AT=0040 MAX=0160 TIME=0001 WT=0005 GWT=0235
AT=0040 MAX=0160 TIME=0001 WT=0006 GWT=0274
AT=0040 MAX=0160 TIME=0001 WT=0006 GWT=0274
AT=0040 MAX=0160 TIME=0001 WT=0007 GWT=0313
AT=0040 MAX=0160 TIME=0001 WT=0007 GWT=0313
AT=0040 MAX=0160 TIME=0001 WT=0008 GWT=0352
AT=0040 MAX=0160 TIME=0001 WT=0008 GWT=0352
AT=0040 MAX=0160 TIME=0001 WT=0009 GWT=0391
AT=0040 MAX=0160 TIME=0001 WT=0009 GWT=0391
AT=0040 MAX=0160 TIME=0001 WT=0010 GWT=0430
AT=0040 MAX=0160 TIME=0001 WT=0010 GWT=0430
AT=0040 MAX=0160 TIME=0001 WT=0011 GWT=0469
AT=0040 MAX=0160 TIME=0001 WT=0011 GWT=0469
AT=0040 MAX=0160 TIME=0001 WT=0012 GWT=0508
AT=0040 MAX=0160 TIME=0001 WT=0012 GWT=0508
AT=0040 MAX=0160 TIME=0001 WT=0013 GWT=0547
AT=0040 MAX=0160 TIME=0001 WT=0013 GWT=0547
AT=0040 MAX=0160 TIME=0001 WT=0014 GWT=0586
AT=0040 MAX=0160 TIME=0001 WT=0014 GWT=0586
AT=0040 MAX=0160 TIME=0001 WT=0015 GWT=0625
AT=0040 MAX=0160 TIME=0001 WT=0015 GWT=0625
AT=0040 MAX=0160 TIME=0001 WT=0016 GWT=0664
AT=0040 MAX=0160 TIME=0001 WT=0016 GWT=0664
AT=0040 MAX=0160 TIME=0001 WT=0017 GWT=0703
AT=0040 MAX=0160 TIME=0001 WT=0017 GWT=0703
AT=0040 MAX=0160 TIME=0001 WT=0018 GWT=0742
AT=0205 MAX=0820 TIME=0163 WT=0018 GWT=0742 end opening
AT=0225 MAX=0900 TIME=0116 WT=0134 GWT=0666
AT=0175 MAX=0700 TIME=0188 WT=0134 GWT=0666
AT=0206 MAX=0824 TIME=0210 WT=0344 GWT=0496
AT=0138 MAX=0552 TIME=0140 WT=0344 GWT=0496
AT=0164 MAX=0656 TIME=0169 WT=0513 GWT=0367
AT=0113 MAX=0452 TIME=0152 WT=0513 GWT=0367
AT=0131 MAX=0524 TIME=0135 WT=0648 GWT=0272
AT=0085 MAX=0340 TIME=0046 WT=0648 GWT=0272
AT=0108 MAX=0432 TIME=0064 WT=0712 GWT=0248
AT=0083 MAX=0332 TIME=0003 WT=0712 GWT=0248
AT=0102 MAX=0408 TIME=0094 WT=0806 GWT=0194
AT=0092 MAX=0368 TIME=0094 WT=0806 GWT=0194
AT=0088 MAX=0352 TIME=0048 WT=0854 GWT=0186
AT=0079 MAX=0316 TIME=0044 WT=0854 GWT=0186
AT=0086 MAX=0344 TIME=0054 WT=0908 GWT=0172
AT=0078 MAX=0312 TIME=0092 WT=0908 GWT=0172
AT=0083 MAX=0332 TIME=0086 WT=0994 GWT=0126
AT=0065 MAX=0260 TIME=0053 WT=0994 GWT=0126
AT=0071 MAX=0284 TIME=0074 WT=1068 GWT=0092
AT=0062 MAX=0248 TIME=0040 WT=1068 GWT=0092
AT=0063 MAX=0252 TIME=0051 WT=1119 GWT=0081
AT=0062 MAX=0248 TIME=0066 WT=1119 GWT=0081
AT=0060 MAX=0240 TIME=0063 WT=1182 GWT=0058
AT=0055 MAX=0220 TIME=0057 WT=1182 GWT=0058
AT=0054 MAX=0216 TIME=0059 WT=1241 GWT=0039
AT=0051 MAX=0204 TIME=0053 WT=1241 GWT=0039
AT=0049 MAX=0196 TIME=0036 WT=1277 GWT=0043
AT=0048 MAX=0192 TIME=0050 WT=1277 GWT=0043
AT=0050 MAX=0200 TIME=0052 WT=1329 GWT=0031
AT=0045 MAX=0180 TIME=0047 WT=1329 GWT=0031
AT=0047 MAX=0188 TIME=0059 WT=1388 GWT=0012
AT=0043 MAX=0172 TIME=0053 WT=1388 GWT=0012
AT=0043 MAX=0172 TIME=0043 WT=1431 GWT=0009
AT=0040 MAX=0160 TIME=0035 WT=1431 GWT=0009 correct time level

Geändert von Mychess (21.08.2024 um 20:31 Uhr) Grund: partial log of the game
Mit Zitat antworten
Folgende 2 Benutzer sagen Danke zu Mychess für den nützlichen Beitrag:
fhub (21.08.2024), kamoj (21.08.2024)
  #4  
Alt 21.08.2024, 20:43
fhub fhub ist gerade online
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.742
Abgegebene Danke: 515
Erhielt 6.330 Danke für 1.460 Beiträge
Aktivitäten Langlebigkeit
7/20 15/20
Heute Beiträge
1/3 sssss2742
AW: Re: A patch for AT mode of the Novag Emerald Classic Plus

 Zitat von Mychess Beitrag anzeigen
Is it understandable in my english (not google translate, real time!)?
Yes, I think I got it - this now makes the doubling of this byte from 0x10 to 0x20 understandable.

Thanks,
Franz
__________________
Meine Webseite: https://fhub.jimdofree.com/
Mit Zitat antworten
Folgender Benutzer sagt Danke zu fhub für den nützlichen Beitrag:
kamoj (21.08.2024)
Antwort


Forumregeln
Du bist nicht berechtigt, neue Themen zu erstellen.
Du bist nicht berechtigt, auf Beiträge zu antworten.
Du bist nicht berechtigt, Anhänge hochzuladen.
Du bist nicht berechtigt, deine Beiträge zu bearbeiten.

BB code ist An
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist An.

Gehe zu

Ähnliche Themen
Thema Erstellt von Forum Antworten Letzter Beitrag
MessEmu: A patch for AT mode of the Novag Sapphire Mychess Mess Emu & andere Emulationen / Mess Emu and other Emulations 17 20.08.2024 00:19
Turnier: Novag Emerald vs. Mephisto Modena Roberto Partien und Turniere / Games and Tournaments 64 29.05.2019 07:12
Frage: Novag Super Emerald de luxe Chessguru Die ganze Welt der Schachcomputer / World of chess computers 6 15.04.2012 22:29
Hilfe: Emerald Classic plus Sargon Technische Fragen und Probleme / Tuning 2 17.11.2009 17:48
Turnier: Emerald classic plus - Miami Robert Partien und Turniere / Games and Tournaments 0 15.11.2004 14:49


Alle Zeitangaben in WEZ +2. Es ist jetzt 19:01 Uhr.



Powered by vBulletin (Deutsch)
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
©Schachcomputer.info