diff options
author | 2013-01-13 21:55:53 +0000 | |
---|---|---|
committer | 2013-01-13 21:55:53 +0000 | |
commit | 075c97a0c686bbf6a77f8c08b87be94064ec3869 (patch) | |
tree | 0aaf4d7e9014be0bcc2a3c4c1a2d3396acb1ac7d | |
parent | 2f0c02a4f125dd8849fd5d98417f8459e9351b5f (diff) |
Minor comment update, no whatsnew
-rw-r--r-- | src/mess/drivers/socrates.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mess/drivers/socrates.c b/src/mess/drivers/socrates.c index db4460aba93..83b9fb8551b 100644 --- a/src/mess/drivers/socrates.c +++ b/src/mess/drivers/socrates.c @@ -1107,8 +1107,9 @@ ROM_END ******************************************************************************/ /* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */ -COMP( 1988, socrates, 0, 0, socrates, socrates, socrates_state, socrates, "Video Technology", "Socrates Educational Video System", GAME_NOT_WORKING | GAME_IMPERFECT_SOUND ) // English NTSC -COMP( 1988, socratfc, socrates, 0, socrates, socrates, socrates_state, socrates, "Video Technology", "Socrates SAITOUT", GAME_NOT_WORKING | GAME_IMPERFECT_SOUND ) // French Canandian NTSC -COMP( 1988, profweis, socrates, 0, socrates_pal, socrates, socrates_state, socrates, "Video Technology/Yeno", "Professor Weiss-Alles", GAME_NOT_WORKING | GAME_IMPERFECT_SOUND ) // German PAL +COMP( 1988, socrates, 0, 0, socrates, socrates, socrates_state, socrates, "Video Technology", "Socrates Educational Video System", GAME_NOT_WORKING | GAME_IMPERFECT_SOUND ) // English NTSC, no title copyright +COMP( 1988, socratfc, socrates, 0, socrates, socrates, socrates_state, socrates, "Video Technology", "Socrates SAITOUT", GAME_NOT_WORKING | GAME_IMPERFECT_SOUND ) // French Canandian NTSC, 1988 title copyright +COMP( 1988, profweis, socrates, 0, socrates_pal, socrates, socrates_state, socrates, "Video Technology/Yeno", "Professor Weiss-Alles", GAME_NOT_WORKING | GAME_IMPERFECT_SOUND ) // German PAL, 1988 title copyright +// there exists a later version of professor weiss-alles with a 1989 titlescreen copyright // Yeno Professeur Saitout goes here (french SECAM) // ? goes here (spanish PAL) |