Schachcomputer.info Community

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


Antwort
 
Themen-Optionen Ansicht

  #3311  
Alt 05.09.2019, 17:56
hap hap ist offline
TASC R40
 
Registriert seit: 27.07.2019
Beiträge: 507
Abgegebene Danke: 183
Erhielt 1.642 Danke für 324 Beiträge
Aktivitäten Langlebigkeit
5/20 5/20
Heute Beiträge
0/3 ssssss507
Re: Mess Emulator für diverse Schachcomputer ist fertig!

http://www.spacious-mind.com/html/tu..._540_plus.html

Untested:
Code:
void star_state::tstar540_map(address_map &map)
{
	sstar28k_map(map);

	map(0x4000, 0x5fff).rom();
	map(0x8000, 0x9fff).rom();
}

void star_state::tstar540(machine_config &config)
{
	sstar28k(config);

	/* basic machine hardware */
	R65C02(config.replace(), m_maincpu, 5530000);
	m_maincpu->set_addrmap(AS_PROGRAM, &star_state::tstar540_map);

	const attotime irq_period = attotime::from_hz(5530000 / 0x4000); // 4020 Q14
	m_maincpu->set_periodic_int(FUNC(star_state::nmi_line_pulse), irq_period);

	config.set_default_layout(layout_saitek_tstar432);
}


ROM_START( tstar540 )
	ROM_REGION( 0x10000, "maincpu", 0 )
	ROM_LOAD("kso", 0x4000, 0x2000, CRC(x) SHA1(x) )
	ROM_LOAD("yo1d-j.u4", 0x8000, 0x8000, CRC(aa993096) SHA1(06db69a284eaf022b26e1087e09d8d459d270d03) )
ROM_END
Mit Zitat antworten
  #3312  
Alt 05.09.2019, 17:59
hap hap ist offline
TASC R40
 
Registriert seit: 27.07.2019
Beiträge: 507
Abgegebene Danke: 183
Erhielt 1.642 Danke für 324 Beiträge
Aktivitäten Langlebigkeit
5/20 5/20
Heute Beiträge
0/3 ssssss507
Re: Mess Emulator für diverse Schachcomputer ist fertig!

Oh, and the too fast chess clock, keep the IRQ at 4mhz/0x4000 to correct it. (but it won't be same as a real Turbostar 540 then!)
It's a really lazy overclock modification that they didn't bother to correct the timing.
Mit Zitat antworten
  #3313  
Alt 05.09.2019, 18:57
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.572
Abgegebene Danke: 431
Erhielt 5.654 Danke für 1.304 Beiträge
Aktivitäten Langlebigkeit
12/20 14/20
Heute Beiträge
1/3 sssss2572
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
Oh, and the too fast chess clock, keep the IRQ at 4mhz/0x4000 to correct it. (but it won't be same as a real Turbostar 540 then!)
It's a really lazy overclock modification that they didn't bother to correct the timing.
From where do you know that the clock on this Turbostar 540+ is running too fast (i.e. that they didn't change the clock timer or the ROM)?

IMHO changing both the CPU and the IRQ freqency at the same factor wouldn't make any sense, would it?
Such an overclocked device would play exactly the same moves and games as the normal device, just everything at a higher speed - it's just as if you would increase the emulation speed in MAME by the same rate (5.53/4), so I don't think it's useful to add this 'real' model 540.
Mit Zitat antworten
  #3314  
Alt 05.09.2019, 19:17
hap hap ist offline
TASC R40
 
Registriert seit: 27.07.2019
Beiträge: 507
Abgegebene Danke: 183
Erhielt 1.642 Danke für 324 Beiträge
Aktivitäten Langlebigkeit
5/20 5/20
Heute Beiträge
0/3 ssssss507
Re: Mess Emulator für diverse Schachcomputer ist fertig!

IRQ timer is from the same XTAL as the main CPU clock. For correct timing, they would either have to have 2 XTALs, or a ROM modification.

Here's where I saw the mention of the timing difference: https://tinyurl.com/y3k3jfpg
"By the way, when using the 540+, be sure to set the ‘B’ time limits for 25% to 38% longer
than you really want, as the time limits have not been re-programmed for the faster speed."
Mit Zitat antworten
Folgender Benutzer sagt Danke zu hap für den nützlichen Beitrag:
fhub (05.09.2019)
  #3315  
Alt 05.09.2019, 19:42
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.572
Abgegebene Danke: 431
Erhielt 5.654 Danke für 1.304 Beiträge
Aktivitäten Langlebigkeit
12/20 14/20
Heute Beiträge
1/3 sssss2572
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

Ok, then it's indeed not necessary to add this 540+ as an extra model - if anyone wants it, then he can just as well change the emulation speed to 138%.
Mit Zitat antworten
  #3316  
Alt 06.09.2019, 10:39
Benutzerbild von berger
berger berger ist offline
Mephisto MM 4 Turbo Kit
 
Registriert seit: 27.05.2013
Ort: Barcelona (Catalonia)
Beiträge: 168
Abgegebene Danke: 372
Erhielt 462 Danke für 119 Beiträge
Aktivitäten Langlebigkeit
5/20 11/20
Heute Beiträge
0/3 ssssss168
Re: Mess Emulator für diverse Schachcomputer ist fertig!

Hello,

Surprise!

Just before I knew Achim was going to send me his Constellation 3.6 for reverse engineering, I started bidding on a broken unit on eBay... with the intention of studying it and performing romdump for MAME. Since I don't like to withdraw from the auctions even I didn't want this computer anymore, I was finally the winner, and I received it yesterday afternoon.

https://www.ebay.de/itm/174002199372

It was worth it! Because it has a very different ROM.

Achim's unit
s/n: 362168
Q.C.Passed label: 1/85
ROM reference: 831A 6133-8316
ROM header: (c)1982Kittinger

This unit
s/n: 366966
Q.C.Passed label: 4/86
ROM reference: 854-501
ROM header: (c)1985Kittinger

The PCB references are the same.

Sending right now to hap and Franz the romdump.

There are still many surprises to discover with these little computers!

Regards,
Gerardo
Miniaturansicht angehängter Grafiken
Klicke auf die Grafik für eine größere Ansicht

Name:	Constellation_3,6_02.jpg
Hits:	89
Größe:	80,3 KB
ID:	3868  
Mit Zitat antworten
  #3317  
Alt 06.09.2019, 11:23
bataais bataais ist offline
SPARC
 
Registriert seit: 01.10.2013
Beiträge: 238
Abgegebene Danke: 129
Erhielt 309 Danke für 132 Beiträge
Aktivitäten Langlebigkeit
0/20 11/20
Heute Beiträge
0/3 ssssss238
AW: Mess Emulator für diverse Schachcomputer ist fertig!

Hello Gerardo,

this could very well be the same as Quattro. Tibono has a Constellation 3.6 with a Quattro ROM inside.

https://www.schachcomputer.info/foru...ead.php?t=5732
Mit Zitat antworten
Folgender Benutzer sagt Danke zu bataais für den nützlichen Beitrag:
berger (06.09.2019)
  #3318  
Alt 06.09.2019, 12:04
Benutzerbild von berger
berger berger ist offline
Mephisto MM 4 Turbo Kit
 
Registriert seit: 27.05.2013
Ort: Barcelona (Catalonia)
Beiträge: 168
Abgegebene Danke: 372
Erhielt 462 Danke für 119 Beiträge
Aktivitäten Langlebigkeit
5/20 11/20
Heute Beiträge
0/3 ssssss168
Re: Mess Emulator für diverse Schachcomputer ist fertig!

Hello,

Yes... Confirmed also by Franz, and I just compared the romdumps.

I'm sorry... sometimes I focus too much on the hardware, and don't read or pay enough attention to what others have investigated previously.

Regards,
Gerardo
Mit Zitat antworten
  #3319  
Alt 06.09.2019, 20:29
Tibono Tibono ist offline
TASC R30
 
Registriert seit: 22.05.2018
Ort: Frankreich
Alter: 62
Land:
Beiträge: 458
Abgegebene Danke: 2.141
Erhielt 1.108 Danke für 362 Beiträge
Aktivitäten Langlebigkeit
7/20 6/20
Heute Beiträge
1/3 ssssss458
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von berger Beitrag anzeigen
This unit
s/n: 366966
Q.C.Passed label: 4/86
ROM reference: 854-501
ROM header: (c)1985Kittinger
Well done! I feel less alone with my odd 3.6/Quattro. My data is exactly the same, serial number apart:
Tibono's unit
s/n: 366649
Q.C.Passed label: 4/86
ROM reference: 854-501

Grüße,
Eric
Mit Zitat antworten
Folgender Benutzer sagt Danke zu Tibono für den nützlichen Beitrag:
berger (07.09.2019)
  #3320  
Alt 06.09.2019, 21:00
hap hap ist offline
TASC R40
 
Registriert seit: 27.07.2019
Beiträge: 507
Abgegebene Danke: 183
Erhielt 1.642 Danke für 324 Beiträge
Aktivitäten Langlebigkeit
5/20 5/20
Heute Beiträge
0/3 ssssss507
Re: Mess Emulator für diverse Schachcomputer ist fertig!

Frage: Did the Mark V have a French version? The machine can be set to French language (by placing diodes) and that works fine on emulation. When I google around, I can only find German and English versions.

I assume the German market was big enough to make a local release, but France not as much.
If there is a French version, are there any photos of the button labels?
Mit Zitat antworten
Folgende 2 Benutzer sagen Danke zu hap für den nützlichen Beitrag:
berger (07.09.2019), Hartmut (06.09.2019)
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:52 Uhr.



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