Schachcomputer.info Community

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


Antwort
 
Themen-Optionen Ansicht

  #5701  
Alt 08.12.2023, 11:56
Benutzerbild von Mychess
Mychess Mychess ist offline
Saitek Leonardo
 
Registriert seit: 07.03.2009
Beiträge: 89
Abgegebene Danke: 153
Erhielt 126 Danke für 70 Beiträge
Aktivitäten Langlebigkeit
5/20 16/20
Heute Beiträge
1/3 sssssss89
Re: AW: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von fhub Beitrag anzeigen
Thanks Mychess and hap - now I have even three copies of it!

In the meantime I tried to write the position directly into the RAM (in the plugin), and the Yeno recognized the correct position, but made illegal moves afterwards (e.g. putting the king into check).
So I guess I'll have to do this position setup in the 'usual' way ...
It is probably necessary to call the "take back" routine IN SETUP MODE :to check the position (validity) and call new moves generation.

Cordially.
Mit Zitat antworten
Folgender Benutzer sagt Danke zu Mychess für den nützlichen Beitrag:
kamoj (08.12.2023)
  #5702  
Alt 08.12.2023, 12:36
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.596
Abgegebene Danke: 438
Erhielt 5.737 Danke für 1.324 Beiträge
Aktivitäten Langlebigkeit
7/20 14/20
Heute Beiträge
2/3 sssss2596
AW: Re: AW: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von Mychess Beitrag anzeigen
It is probably necessary to call the "take back" routine IN SETUP MODE :to check the position (validity) and call new moves generation.
Well, it's not necessary anymore, because I've already switched to the usual method (entering the pieces via buttons and board),
and it's working perfectly.
__________________
Meine Webseite: https://fhub.jimdofree.com/
Mit Zitat antworten
Folgender Benutzer sagt Danke zu fhub für den nützlichen Beitrag:
kamoj (08.12.2023)
  #5703  
Alt 08.12.2023, 13:27
Benutzerbild von Mychess
Mychess Mychess ist offline
Saitek Leonardo
 
Registriert seit: 07.03.2009
Beiträge: 89
Abgegebene Danke: 153
Erhielt 126 Danke für 70 Beiträge
Aktivitäten Langlebigkeit
5/20 16/20
Heute Beiträge
1/3 sssssss89
Re: AW: Re: AW: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von fhub Beitrag anzeigen
Well, it's not necessary anymore, because I've already switched to the usual method (entering the pieces via buttons and board),
and it's working perfectly.
Well, that is good.
But I think to enter a position more quickly : using FEN notation for exemple.
Add a special key to request FEN notation, then simulate input via buttons and chessboard, or better simulate the SETUP key, the LEVEL key (to remove all pieces and make other things), write the position directly to memory, then simulate the TAKE BACK key.
Of course, analysis of FEN notation and internal coding of the chessboard for each chess computers are necessary, but simple ;-)

Cordially.
Mit Zitat antworten
Folgender Benutzer sagt Danke zu Mychess für den nützlichen Beitrag:
kamoj (08.12.2023)
  #5704  
Alt 08.12.2023, 16:30
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.596
Abgegebene Danke: 438
Erhielt 5.737 Danke für 1.324 Beiträge
Aktivitäten Langlebigkeit
7/20 14/20
Heute Beiträge
2/3 sssss2596
AW: Re: AW: Re: AW: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von Mychess Beitrag anzeigen
But I think to enter a position more quickly : using FEN notation for exemple.
Add a special key to request FEN notation, then simulate input via buttons and chessboard, or better simulate the SETUP key, the LEVEL key (to remove all pieces and make other things), write the position directly to memory, then simulate the TAKE BACK key.
Of course, analysis of FEN notation and internal coding of the chessboard for each chess computers are necessary, but simple ;-)
Exactly this method I'm already using since a long time in my plugins. When you load a position (FEN/EPD) in WinBoard or Arena, the plugin converts it into a board position, and then sends it to the engine - if this is done via direct RAM write or via the buttons depends on the engine (and how complicated each of these methods would be). Speed is no problem, because I switch to 'turbo' mode in the emulation during the setup.
__________________
Meine Webseite: https://fhub.jimdofree.com/
Mit Zitat antworten
Folgender Benutzer sagt Danke zu fhub für den nützlichen Beitrag:
kamoj (08.12.2023)
  #5705  
Alt 08.12.2023, 16:41
Benutzerbild von Mychess
Mychess Mychess ist offline
Saitek Leonardo
 
Registriert seit: 07.03.2009
Beiträge: 89
Abgegebene Danke: 153
Erhielt 126 Danke für 70 Beiträge
Aktivitäten Langlebigkeit
5/20 16/20
Heute Beiträge
1/3 sssssss89
Re: AW: Re: AW: Re: AW: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von fhub Beitrag anzeigen
Exactly this method I'm already using since a long time in my plugins. When you load a position (FEN/EPD) in WinBoard or Arena, the plugin converts it into a board position, and then sends it to the engine - if this is done via direct RAM write or via the buttons depends on the engine (and how complicated each of these methods would be). Speed is no problem, because I switch to 'turbo' mode in the emulation during the setup.
Sorry Fhub, but I never used yours "plugins".
Why you do not add this directly in CB-Emu ?

Cordially.
Mit Zitat antworten
Folgender Benutzer sagt Danke zu Mychess für den nützlichen Beitrag:
kamoj (09.12.2023)
  #5706  
Alt 08.12.2023, 16:47
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.596
Abgegebene Danke: 438
Erhielt 5.737 Danke für 1.324 Beiträge
Aktivitäten Langlebigkeit
7/20 14/20
Heute Beiträge
2/3 sssss2596
AW: Re: AW: Re: AW: Re: AW: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von Mychess Beitrag anzeigen
Sorry Fhub, but I never used yours "plugins".
Well, yourself to blame.
Zitieren:
Why you do not add this directly in CB-Emu ?
Are you serious?
Ok, then start adding such a code to MAME - it will take a year until we hear from you again ...
__________________
Meine Webseite: https://fhub.jimdofree.com/
Mit Zitat antworten
Folgender Benutzer sagt Danke zu fhub für den nützlichen Beitrag:
kamoj (09.12.2023)
  #5707  
Alt 08.12.2023, 18:00
Benutzerbild von Mychess
Mychess Mychess ist offline
Saitek Leonardo
 
Registriert seit: 07.03.2009
Beiträge: 89
Abgegebene Danke: 153
Erhielt 126 Danke für 70 Beiträge
Aktivitäten Langlebigkeit
5/20 16/20
Heute Beiträge
1/3 sssssss89
Re: AW: Re: AW: Re: AW: Re: AW: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von fhub Beitrag anzeigen
Well, yourself to blame.

Are you serious?
Ok, then start adding such a code to MAME - it will take a year until we hear from you again ...
Hum...About 25000 lines of ... Lua if I count correctly!
Very tired to learn a new programming language (already 31 for me)!
Funny, Lua is 31st in the ranking of language (https://www.tiobe.com/tiobe-index/).
Any Lua's guru interresting ?

Cordially.
Mit Zitat antworten
Folgender Benutzer sagt Danke zu Mychess für den nützlichen Beitrag:
kamoj (09.12.2023)
  #5708  
Alt 08.12.2023, 18:28
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.596
Abgegebene Danke: 438
Erhielt 5.737 Danke für 1.324 Beiträge
Aktivitäten Langlebigkeit
7/20 14/20
Heute Beiträge
2/3 sssss2596
AW: Re: AW: Re: AW: Re: AW: Re: AW: Mess Emulator für diverse Schachcomputer ist fert

 Zitat von Mychess Beitrag anzeigen
Hum...About 25000 lines of ... Lua if I count correctly!
Very tired to learn a new programming language (already 31 for me)!
Funny, Lua is 31st in the ranking of language ([url]
Well, I also didn't know Lua before my CB-Emu project, but it's THE language to control engines in MAME via plugins, so I had no other choice.
__________________
Meine Webseite: https://fhub.jimdofree.com/
Mit Zitat antworten
Folgender Benutzer sagt Danke zu fhub für den nützlichen Beitrag:
kamoj (09.12.2023)
  #5709  
Alt 08.12.2023, 20:30
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.596
Abgegebene Danke: 438
Erhielt 5.737 Danke für 1.324 Beiträge
Aktivitäten Langlebigkeit
7/20 14/20
Heute Beiträge
2/3 sssss2596
AW: Mess Emulator für diverse Schachcomputer ist fertig!

Hi,

der verlorene Sohn ist wieder heimgekehrt , d.h. der Yeno 301 XL ist jetzt wieder wie üblich in CB-Emu enthalten -
damit ist dieses zusätzliche 'MessNew' nicht mehr nötig.
Daher gibt's jetzt auch wieder ein Plugin (incl. Setup- und Edit-Modus) und alle gewohnten Features für diese neue Engine.

Außerdem hat 'hap' inzwischen den Constellation Junior auch selbst in MAME eingebaut, daher habe ich jetzt auf seinen neuen Treiber umgestellt.
Damit hat sich auch dessen Plugin minimal geändert (andere LED-Codes).

Grüße,
Franz
__________________
Meine Webseite: https://fhub.jimdofree.com/
Mit Zitat antworten
Folgende 16 Benutzer sagen Danke zu fhub für den nützlichen Beitrag:
achimp (14.12.2023), Agep (09.12.2023), applechess (10.12.2023), bataais (09.12.2023), Boris (10.12.2023), hap (10.12.2023), kamoj (09.12.2023), Mark 1 (08.12.2023), Michael (09.12.2023), MikeChess (09.12.2023), Mychess (08.12.2023), Plextor (08.12.2023), Robert (11.12.2023), Tibono (08.12.2023), Tintenfisch (08.12.2023), Wandersleben (09.12.2023)
  #5710  
Alt 10.12.2023, 21:37
hap hap ist offline
TASC R40
 
Registriert seit: 27.07.2019
Beiträge: 510
Abgegebene Danke: 185
Erhielt 1.657 Danke für 326 Beiträge
Aktivitäten Langlebigkeit
1/20 5/20
Heute Beiträge
0/3 ssssss510
Re: Mess Emulator für diverse Schachcomputer ist fertig!

Neuer ROM dump von Berger: Dallas 68020.

Which one is the newer/older version, the one that was already emulated, or this one, I'm not sure.
Mit Zitat antworten
Folgende 4 Benutzer sagen Danke zu hap für den nützlichen Beitrag:
Agep (11.12.2023), berger (10.12.2023), fhub (10.12.2023), kamoj (10.12.2023)
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
Info: Mephisto Emulator für den Mac fertig RolandLangfeld Die ganze Welt der Schachcomputer / World of chess computers 3 09.09.2007 22:56


Alle Zeitangaben in WEZ +2. Es ist jetzt 16:08 Uhr.



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