mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
socrates.cpp: verified that Professour Saitout ROM matches the one of Socrates Saitout. Also verified that the French cartridge of facts matches the English one [TeamEurope]
This commit is contained in:
parent
679e9e36db
commit
c182039d8e
2 changed files with 3 additions and 2 deletions
|
@ -48,6 +48,7 @@ Undumped:
|
|||
</part>
|
||||
</software>
|
||||
|
||||
<!-- The dump of the French version of this cart is identical. "Fractions", Label: "(Vtech) 27-5001-00-0 // TC531000CP-L313 // (C)1988 VIDEO TECHNOLOGY // 9031EAI JAPAN" -->
|
||||
<software name="facts">
|
||||
<description>Facts'N Fraction</description>
|
||||
<year>1988</year>
|
||||
|
|
|
@ -1694,9 +1694,9 @@ ROM_END
|
|||
// YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS
|
||||
COMP( 1988, socrates, 0, 0, socrates, socrates, socrates_state, init_socrates, "Video Technology", "Socrates Educational Video System", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // English NTSC, no title copyright
|
||||
COMP( 1988, socratfc, socrates, 0, socrates, socrates, socrates_state, init_socrates, "Video Technology", "Socrates SAITOUT", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // French Canandian NTSC, 1988 title copyright
|
||||
// Yeno Professeur Saitout (French SECAM) matches the Socrates SAITOUT dump (same ROM 27-00884-001-000)
|
||||
COMP( 1988, profweis, socrates, 0, socrates_pal, socrates, socrates_state, init_socrates, "Video Technology / Yeno", "Professor Weiss-Alles", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // German PAL, 1988 title copyright
|
||||
// Yeno Professeur Saitout goes here (french SECAM)
|
||||
// ? goes here (spanish PAL)
|
||||
// ? goes here (Spanish PAL)
|
||||
|
||||
COMP( 1991, iqunlimz, 0, 0, iqunlimz, iqunlimz, iqunlimz_state, init_iqunlimz, "Video Technology", "IQ Unlimited (Z80)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND )
|
||||
|
||||
|
|
Loading…
Reference in a new issue