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 02.01.2020, 02:24
hap hap ist offline
Resurrection
 
Registriert seit: 27.07.2019
Beiträge: 604
Abgegebene Danke: 225
Erhielt 2.341 Danke für 420 Beiträge
Aktivitäten Langlebigkeit
1/20 6/20
Heute Beiträge
0/3 ssssss604
Re: Mess Emulator für diverse Schachcomputer ist fertig!

Happy new year zusammen!
Guess what this is:



It fails with port16(Portorose 1.01) so I'm reluctant to enable it by default since it would mean this game won't work unless the user changes the board type.
Mit Zitat antworten
Folgender Benutzer sagt Danke zu hap für den nützlichen Beitrag:
ruschach (02.01.2020)
  #2  
Alt 02.01.2020, 11:10
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.959
Abgegebene Danke: 618
Erhielt 7.398 Danke für 1.655 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
1/3 sssss2959
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
It fails with port16 ...
Well, that's the minor problem - the main problem is, that since your last 2 changes yesterday it doesn't compile anymore in MAME 0.215!

It already started with a few error messages for your changed mephisto_modular.cpp, but your last total rewrite of mmboard.cpp/h even returned a whole bunch of errors.

If it's not possible to make this Bavaria board work in MAME 0.215, then I'll definitely stop any further work on CB-Emu (or MessChess), because I'm not interested to switch again (the 4th time!) to a new MAME version with all the necessary changes in lots of my sources.

BTW, I saw in your updated *.lay files, that also all those *.lua scripts would have to be changed again (:board:board should be replaced by :board).
And what about all other Mephisto devices (not in mmodular) which also use the mmboard? Would they still work with this changed mmboard driver?

Regards,
Franz
Mit Zitat antworten
  #3  
Alt 02.01.2020, 11:40
hap hap ist offline
Resurrection
 
Registriert seit: 27.07.2019
Beiträge: 604
Abgegebene Danke: 225
Erhielt 2.341 Danke für 420 Beiträge
Aktivitäten Langlebigkeit
1/20 6/20
Heute Beiträge
0/3 ssssss604
Re: Mess Emulator für diverse Schachcomputer ist fertig!

I didn't rewrite mmboard, but I did simplify LED handling. This also fixes incorrect led blinking.

In the next update, "board:board" will remain, no need to change plugins.
Mit Zitat antworten
  #4  
Alt 02.01.2020, 11:51
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.959
Abgegebene Danke: 618
Erhielt 7.398 Danke für 1.655 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
1/3 sssss2959
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
I didn't rewrite mmboard, but I did simplify LED handling. This also fixes incorrect led blinking.
But it broke MAME 0.215 compatibility.
Mit Zitat antworten
  #5  
Alt 02.01.2020, 12:37
hap hap ist offline
Resurrection
 
Registriert seit: 27.07.2019
Beiträge: 604
Abgegebene Danke: 225
Erhielt 2.341 Danke für 420 Beiträge
Aktivitäten Langlebigkeit
1/20 6/20
Heute Beiträge
0/3 ssssss604
Re: Mess Emulator für diverse Schachcomputer ist fertig!

I develop on the latest version of MAME. Literally 1:1 copying over any new changes to an older version is not guaranteed to work. I don't think it should be that difficult though, 0.215 is only 2 months ago and there's not many changes to the core systems.
Mit Zitat antworten
  #6  
Alt 02.01.2020, 13:23
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.959
Abgegebene Danke: 618
Erhielt 7.398 Danke für 1.655 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
1/3 sssss2959
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
I develop on the latest version of MAME. Literally 1:1 copying over any new changes to an older version is not guaranteed to work. I don't think it should be that difficult though, 0.215 is only 2 months ago and there's not many changes to the core systems.
Well, certainly no problem for you, but I'm not a MAME developer like you.

I've now added your latest changes (from today), but I still get the same error for mephisto_modular.cpp.
I've attached the compiler error messages, maybe you have any idea what I would have to change?

Geändert von fhub (05.01.2020 um 17:19 Uhr)
Mit Zitat antworten
  #7  
Alt 02.01.2020, 13:40
hap hap ist offline
Resurrection
 
Registriert seit: 27.07.2019
Beiträge: 604
Abgegebene Danke: 225
Erhielt 2.341 Danke für 420 Beiträge
Aktivitäten Langlebigkeit
1/20 6/20
Heute Beiträge
0/3 ssssss604
Re: Mess Emulator für diverse Schachcomputer ist fertig!

Try

TIMER(config, "bav_busy").configure_generic(nullptr);
change to:
TIMER(config, "bav_busy").configure_generic(timer_device::expired_delegate ());
Mit Zitat antworten
Folgende 2 Benutzer sagen Danke zu hap für den nützlichen Beitrag:
fhub (02.01.2020), IvenGO (02.01.2020)
  #8  
Alt 02.01.2020, 13:52
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.959
Abgegebene Danke: 618
Erhielt 7.398 Danke für 1.655 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
1/3 sssss2959
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
Try

TIMER(config, "bav_busy").configure_generic(nullptr);
change to:
TIMER(config, "bav_busy").configure_generic(timer_device::expired_delegate ());
Yep, that worked - now all other new drivers are compiling without any problems, too!

Many thanks!
Mit Zitat antworten
  #9  
Alt 02.01.2020, 15:05
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.959
Abgegebene Danke: 618
Erhielt 7.398 Danke für 1.655 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
1/3 sssss2959
AW: Mess Emulator für diverse Schachcomputer ist fertig!

hap, in the modular driver you write:
"TODO:
- add the missing very rare 'TM' Tournament Machines"

IIRC I've sent you all these TM-ROMs (Berlin/London/Lyon/Portorose/Vancouver) a few months ago, didn't I?
Which further informations would you need to implement these devices, too?
Mit Zitat antworten
  #10  
Alt 02.01.2020, 15:22
hap hap ist offline
Resurrection
 
Registriert seit: 27.07.2019
Beiträge: 604
Abgegebene Danke: 225
Erhielt 2.341 Danke für 420 Beiträge
Aktivitäten Langlebigkeit
1/20 6/20
Heute Beiträge
0/3 ssssss604
Re: Mess Emulator für diverse Schachcomputer ist fertig!

I haven't received any.

I think they're all 'simply' 2MB RAM and 36MHz 68030, right? PCB photos would be nice of course, the only one on the wiki is from a WM 60MHz version.
Mit Zitat antworten
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 +1. Es ist jetzt 02:28 Uhr.



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