trunk/src/mess/drivers/socrates.c
| r21529 | r21530 | |
| 1083 | 1083 | ROM_START(profweis) |
| 1084 | 1084 | ROM_REGION(0x80000, "maincpu", ROMREGION_ERASEVAL(0xF3)) |
| 1085 | 1085 | /* Yeno Professor Weiss-Alles (German PAL) */ |
| 1086 | | ROM_LOAD("27-00885-001-000.u1", 0x00000, 0x40000, CRC(fcaf8850) SHA1(a99011ee6a1ef63461c00d062278951252f117db)) // Label: "(Vtech) 27-00884-001-000 // (C)1988 VIDEO TECHNOLOGY // 8911 D" |
| 1086 | ROM_SYSTEM_BIOS(0, "89", "1989") |
| 1087 | ROMX_LOAD("lh53216d.u1", 0x00000, 0x40000, CRC(6e801762) SHA1(b80574a3abacf18133dacb9d3a8d9e2916730423), ROM_BIOS(1)) // Label: "(Vtech) LH53216D // (C)1989 VIDEO TECHNOLOGY // 9119 D" |
| 1088 | ROM_SYSTEM_BIOS(1, "88", "1988") |
| 1089 | ROMX_LOAD("27-00885-001-000.u1", 0x00000, 0x40000, CRC(fcaf8850) SHA1(a99011ee6a1ef63461c00d062278951252f117db), ROM_BIOS(2)) // Label: "(Vtech) 27-00884-001-000 // (C)1988 VIDEO TECHNOLOGY // 8911 D" |
| 1087 | 1090 | ROM_CART_LOAD( "cart", 0x40000, 0x20000, 0 ) |
| 1088 | 1091 | |
| 1089 | 1092 | ROM_REGION(0x10000, "vram", ROMREGION_ERASEFF) /* fill with ff, driver_init changes this to the 'correct' startup pattern */ |
| r21529 | r21530 | |
| 1111 | 1114 | 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 |
| 1112 | 1115 | 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 |
| 1113 | 1116 | 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 |
| 1114 | | // there exists a later version of professor weiss-alles with a 1989 titlescreen copyright |
| 1115 | 1117 | // Yeno Professeur Saitout goes here (french SECAM) |
| 1116 | 1118 | // ? goes here (spanish PAL) |
trunk/hash/socrates.xml
| r21529 | r21530 | |
| 60 | 60 | </part> |
| 61 | 61 | </software> |
| 62 | 62 | |
| 63 | <software name="gwizard"> |
| 64 | <description>Game Wizard / Magische Spiele</description> |
| 65 | <year>1990</year> |
| 66 | <publisher>Video Technology</publisher> |
| 67 | <part name="cart" interface="socrates_cart"> |
| 68 | <dataarea name="rom" size="0x20000"> |
| 69 | <!-- Label: "(Vtech) LH531A34 // (C)1990 VIDEO TECHNOLOGY // 9117 D"; cart has a blue QC sticker --> |
| 70 | <rom name="lh531a34.u1" size="0x20000" crc="57440b05" sha1="35d644c217a3c951827b3ba72b498c652c9487c7" offset="0x00000" /> |
| 71 | </dataarea> |
| 72 | </part> |
| 73 | </software> |
| 74 | |
| 63 | 75 | <software name="hodgepod"> |
| 64 | 76 | <description>Hodge-Podge</description> |
| 65 | 77 | <year>1989</year> |