Previous 199869 Revisions Next

r21530 Friday 1st March, 2013 at 18:52:33 UTC by Sandro Ronco
(MESS) profweis: added another bios version. [Team Europe]

(MESS) socrates.xml: added Game Wizard / Magische Spiele dump. [Team Europe]
[hash]socrates.xml
[src/mess/drivers]socrates.c

trunk/src/mess/drivers/socrates.c
r21529r21530
10831083ROM_START(profweis)
10841084   ROM_REGION(0x80000, "maincpu", ROMREGION_ERASEVAL(0xF3))
10851085   /* 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"
10871090   ROM_CART_LOAD( "cart", 0x40000, 0x20000, 0 )
10881091
10891092   ROM_REGION(0x10000, "vram", ROMREGION_ERASEFF) /* fill with ff, driver_init changes this to the 'correct' startup pattern */
r21529r21530
11111114COMP( 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
11121115COMP( 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
11131116COMP( 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
11151117// Yeno Professeur Saitout goes here (french SECAM)
11161118// ? goes here (spanish PAL)
trunk/hash/socrates.xml
r21529r21530
6060      </part>
6161   </software>
6262
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
6375   <software name="hodgepod">
6476      <description>Hodge-Podge</description>
6577      <year>1989</year>

Previous 199869 Revisions Next


© 1997-2024 The MAME Team