Skip to content

Commit 3933847

Browse files
committed
Dumped and added a Russian 'Talking Whiz-Kid Animated' clone
New NOT_WORKING clone ----------------------------- Precomputer Electronik (Russia) [murgatroid_79]
1 parent 28728b0 commit 3933847

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/mame/mame.lst

+1
Original file line numberDiff line numberDiff line change
@@ -45469,6 +45469,7 @@ gjrstar3 // Genius Junior Redstar 3 (Germany)
4546945469
gln // Genius Leader Notebook
4547045470
pitagor // Pitagorin
4547145471
gls // Genius Leader Select
45472+
pcompelr // Precomputer Electronik (Russia)
4547245473
pitagjr // Pitagorin Junior
4547345474
scientus // Scientus (France, from C.Q.F.D)
4547445475

src/mame/vtech/geniusjr.cpp

+13
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,18 @@ ROM_START( gjrstar2 )
375375
ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f)) // identical to 'Genius Junior Redstar'
376376
ROM_END
377377

378+
// VTech PCB 35-10100-01
379+
ROM_START( pcompelr )
380+
ROM_REGION( 0x2000, "maincpu", 0 )
381+
ROM_LOAD( "hc05_internal.bin", 0x0000, 0x2000, NO_DUMP )
382+
383+
ROM_REGION( 0x2000, "speech", 0 )
384+
ROM_LOAD( "speech.u7", 0x0000, 0x2000, NO_DUMP )
385+
386+
ROM_REGION( 0x40000, "extrom", 0 )
387+
ROM_LOAD( "27-05944-000-001.u1", 0x000000, 0x40000, CRC(5018763d) SHA1(70e1d8b8e34e0b2ab10d7ac06c2f454d1f377e77)) // Dumped as AM27C020, pin 1 connected to 32 (Vcc), as per 27c020 specs)
388+
ROM_END
389+
378390
ROM_START( gjrstar3 )
379391
ROM_REGION( 0x2000, "maincpu", 0 )
380392
ROM_LOAD( "hc05_internal.bin", 0x0000, 0x2000, NO_DUMP )
@@ -420,6 +432,7 @@ COMP( 1993, gjmovie, 0, 0, gjmovie, geniusjr, geniusjr_state, empt
420432
COMP( 199?, pitagjr, gjmovie, 0, gjmovie, geniusjr, geniusjr_state, empty_init, "VTech", "Pitagorin Junior", MACHINE_IS_SKELETON )
421433
COMP( 1996, gjrstar, 0, 0, gjrstar, geniusjr, geniusjr_state, empty_init, "VTech", "Genius Junior Redstar (Germany)", MACHINE_IS_SKELETON )
422434
COMP( 1996, gjrstar2, gjrstar, 0, gjrstar, geniusjr, geniusjr_state, empty_init, "VTech", "Genius Junior Redstar 2 (Germany)", MACHINE_IS_SKELETON )
435+
COMP( 1995, pcompelr, gjrstar, 0, gjrstar, geniusjr, geniusjr_state, empty_init, "VTech", "Precomputer Electronik (Russia)", MACHINE_IS_SKELETON )
423436
COMP( 1998, gjrstar3, 0, 0, gjrstar, geniusjr, geniusjr_state, empty_init, "VTech", "Genius Junior Redstar 3 (Germany)", MACHINE_IS_SKELETON )
424437
COMP( 1998, gj5000, 0, 0, gj5000, geniusjr, geniusjr_state, empty_init, "VTech", "Genius Junior 5000 (Germany)", MACHINE_IS_SKELETON )
425438
COMP( 1993, gln, 0, 0, gln, geniusjr, geniusjr_state, empty_init, "VTech", "Genius Leader Notebook", MACHINE_IS_SKELETON )

0 commit comments

Comments
 (0)