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.02.2022, 23:53
Plextor Plextor ist offline
Boris Handroid
 
Registriert seit: 12.09.2010
Ort: Bayern
Alter: 73
Land:
Beiträge: 37
Abgegebene Danke: 109
Erhielt 33 Danke für 16 Beiträge
Aktivitäten Langlebigkeit
0/20 15/20
Heute Beiträge
0/3 sssssss37
AW: Mess Emulator für diverse Schachcomputer ist fertig!

Hi @hap,

I noticed one more thing with Chesster Phantom: When you increase the speed or disable throttling, after a while the shift key is enabled by itself and can't be disabled after that. After that, playing is of course no longer possible.

Greets
Dieter
Mit Zitat antworten
  #2  
Alt 22.02.2022, 01:10
hap hap ist offline
Resurrection
 
Registriert seit: 27.07.2019
Beiträge: 605
Abgegebene Danke: 226
Erhielt 2.358 Danke für 421 Beiträge
Aktivitäten Langlebigkeit
1/20 6/20
Heute Beiträge
0/3 ssssss605
Re: Mess Emulator für diverse Schachcomputer ist fertig!

The game not showing the move in the display (even though the manual says it does), it doesn't look like it's an emulation bug. You can see the same thing happening here:


It works fine when setting it to auto mode(computer plays against itself), also shown in the video linked by Mark 1.
I don't know where to obtain last move info, maybe somewhere in the RAM.

Plextor: did you have sound on? It's probably asking a question and waiting for your yes/no answer.
Mit Zitat antworten
  #3  
Alt 22.02.2022, 10:10
Plextor Plextor ist offline
Boris Handroid
 
Registriert seit: 12.09.2010
Ort: Bayern
Alter: 73
Land:
Beiträge: 37
Abgegebene Danke: 109
Erhielt 33 Danke für 16 Beiträge
Aktivitäten Langlebigkeit
0/20 15/20
Heute Beiträge
0/3 sssssss37
AW: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
did you have sound on? It's probably asking a question and waiting for your yes/no answer.
I actually had the sound turned off. If no action is taken after the start, Chesster will begin explaining and wait for a response (yes/no/repeat). If you start the game before this point, everything is ok.

Thank you for the hint.
Mit Zitat antworten
  #4  
Alt 23.02.2022, 19:16
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.972
Abgegebene Danke: 625
Erhielt 7.472 Danke für 1.668 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
1/3 sssss2972
AW: Mess Emulator für diverse Schachcomputer ist fertig!

Hi hap,

your last changes for the Phantom (animating the motor movements) are interesting - much better than the previous version.
They work in MAME 0.230 and 0.238, but when I tried to port them back to 0.220, I got a few error messages about the new layout files (compiling the driver is ok):

1) one type of errors was about the duplicate definitions of bounds for different states:
bounds state="0" ...
bounds state="240" ...
I've tried to solve this by putting it into 2 separate definitions for "disk"
"disk state="0"
"disk state="240"
and with this change the error messages disappeared.
I made similar changes within the "repeat" loop at the end, but I'm not sure if my changes with separate parts
element name="motorx~i~" ref="mpos~i~ state="4"
element name="motorx~i~" ref="mpos~i~ state="136"
are correct there within a "repeat" or if something like this is possible at all!?

2) the other error message was about the token "collection" - it seems that MAME 0.220 doesn't know this feature.
So I've just removed those 2 lines with "collection".

With these changes the compilation worked without any errors, but unfortunately this new red disk doesn't appear on the board, so the motor movements are not visible.

Thus my question: can the layout file be changed, so that this will also work with the older MAME 0.220 which I use in CB-Emu?

Regards,
Franz

Geändert von fhub (23.02.2022 um 19:27 Uhr)
Mit Zitat antworten
Folgender Benutzer sagt Danke zu fhub für den nützlichen Beitrag:
Bryan Whitby (24.02.2022)
  #5  
Alt 23.02.2022, 23:44
hap hap ist offline
Resurrection
 
Registriert seit: 27.07.2019
Beiträge: 605
Abgegebene Danke: 226
Erhielt 2.358 Danke für 421 Beiträge
Aktivitäten Langlebigkeit
1/20 6/20
Heute Beiträge
0/3 ssssss605
Re: Mess Emulator für diverse Schachcomputer ist fertig!

The .lay functions I use for animation did not exist yet in MAME 0.220.

It used to be possible to animate on a single axis, if you copy-paste the same line over and over with the X parameter increasing. But a dot moving in X and Y directions, no, not possible in older MAME.
Mit Zitat antworten
Folgender Benutzer sagt Danke zu hap für den nützlichen Beitrag:
fhub (23.02.2022)
  #6  
Alt 23.02.2022, 23:50
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.972
Abgegebene Danke: 625
Erhielt 7.472 Danke für 1.668 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
1/3 sssss2972
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
The .lay functions I use for animation did not exist yet in MAME 0.220.

It used to be possible to animate on a single axis, if you copy-paste the same line over and over with the X parameter increasing. But a dot moving in X and Y directions, no, not possible in older MAME.
That's a pity - this animation is really looking nice.
Mit Zitat antworten
  #7  
Alt 24.02.2022, 14:51
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.972
Abgegebene Danke: 625
Erhielt 7.472 Danke für 1.668 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
1/3 sssss2972
AW: Mess Emulator für diverse Schachcomputer ist fertig!

Hi,

der Chesster Phantom ist jetzt auch in CB-Emu enthalten - danke an 'hap' und Berger!

Ein Plugin (für MessChess) gibt es diesmal nicht, weil es mir trotz vieler Versuche mit unterschiedlichen Methoden nicht gelungen ist, die Züge des Phantom sicher zu erkennen - bisher hat jede Methode bei bestimmten Zügen versagt.

Grüße,
Franz
Mit Zitat antworten
Folgende 16 Benutzer sagen Danke zu fhub für den nützlichen Beitrag:
achimp (26.02.2022), Agep (24.02.2022), berger (24.02.2022), Bryan Whitby (24.02.2022), dsommerfeld (24.02.2022), germangonzo (24.02.2022), hap (24.02.2022), kamoj (24.02.2022), Mark 1 (24.02.2022), mickihamster (25.02.2022), MikeChess (24.02.2022), Mychess (16.09.2023), Mythbuster (25.02.2022), Plextor (24.02.2022), Robert (24.02.2022), Tibono (25.02.2022)
  #8  
Alt 24.02.2022, 20:48
Benutzerbild von Robert
Robert Robert ist offline
Lebende Foren Legende
 
Registriert seit: 30.06.2004
Ort: Regensburg
Alter: 61
Land:
Beiträge: 4.358
Abgegebene Danke: 2.216
Erhielt 1.048 Danke für 608 Beiträge
Aktivitäten Langlebigkeit
5/20 20/20
Heute Beiträge
0/3 sssss4358
AW: Mess Emulator für diverse Schachcomputer ist fertig!

Hallo Franz,

deinem Dank an hap und Berger schließe ich mich gerne an!

 Zitat von fhub Beitrag anzeigen
Ein Plugin (für MessChess) gibt es diesmal nicht, weil es mir trotz vieler Versuche mit unterschiedlichen Methoden nicht gelungen ist, die Züge des Phantom sicher zu erkennen - bisher hat jede Methode bei bestimmten Zügen versagt.
Ich denke, das dürfte zu verschmerzen sein, wenn es sich um das gleiche Schachprogramm wie im "normalen" Chesster handelt.

Aber interessant ist der Chesster Phantom für mich trotzdem, denn, wenn ich ehrlich bin, ist der bislang komplett an mir vorbeigegangen.

Viele Grüße
Robert
Mit Zitat antworten
  #9  
Alt 25.02.2022, 22:39
hap hap ist offline
Resurrection
 
Registriert seit: 27.07.2019
Beiträge: 605
Abgegebene Danke: 226
Erhielt 2.358 Danke für 421 Beiträge
Aktivitäten Langlebigkeit
1/20 6/20
Heute Beiträge
0/3 ssssss605
Re: Mess Emulator für diverse Schachcomputer ist fertig!

Neuer romdump von Berger: Conic "Korchnoi"
*** nicht emuliert ***

It has an OKI MCU that's completely unemulated.
And this MCU has an internal ROM, it's undumped.
Mit Zitat antworten
Folgende 8 Benutzer sagen Danke zu hap für den nützlichen Beitrag:
achimp (26.02.2022), Agep (26.02.2022), berger (25.02.2022), fhub (26.02.2022), kamoj (26.02.2022), Mark 1 (26.02.2022), Mythbuster (25.02.2022), Robert (28.02.2022)
  #10  
Alt 25.02.2022, 23:12
Benutzerbild von berger
berger berger ist offline
Fidelity Elite Avantgarde Version 10
 
Registriert seit: 27.05.2013
Ort: Barcelona (Catalonia)
Beiträge: 214
Abgegebene Danke: 475
Erhielt 672 Danke für 164 Beiträge
Aktivitäten Langlebigkeit
2/20 12/20
Heute Beiträge
0/3 ssssss214
Re: Mess Emulator für diverse Schachcomputer ist fertig!

Hi,

Thanks to Hans van Mierlo for providing me with this chess computer so that, after its repair, I could analyse and perform reverse engineering, although unfortunately we are not in a position to emulate it at the moment.

As it is an uncommon computer and I don't think there are any videos of it working (maybe there are and I just haven't been able to find them), I have recorded some:

https://youtube.com/playlist?list=PL...8uyGPjCMQfztCb

Best,
Gerardo
Mit Zitat antworten
Folgende 14 Benutzer sagen Danke zu berger für den nützlichen Beitrag:
achimp (26.02.2022), Agep (26.02.2022), Bryan Whitby (26.02.2022), Chess Monarch (26.02.2022), Chessguru (23.04.2022), fhub (26.02.2022), kamoj (26.02.2022), Luis (26.02.2022), Mark 1 (26.02.2022), mclane (23.04.2022), Mythbuster (25.02.2022), Robert (28.02.2022), Sargon (26.02.2022), Tibono (26.02.2022)
Antwort

Themen-Optionen
Ansicht

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 +1. Es ist jetzt 06:32 Uhr.



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