From 862103d3e3a38b556e515e6df4e92dfe33e5eda4 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Tue, 26 Nov 2019 16:43:09 +0100 Subject: New machines marked as NOT_WORKING (#5962) * New machines marked as NOT_WORKING ---------------------------------- Genius Junior Profi (Germany) [TeamEurope] * Add 'gjrprofi' (nw) --- src/mame/drivers/gkidabc.cpp | 9 +++++++-- src/mame/mame.lst | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/gkidabc.cpp b/src/mame/drivers/gkidabc.cpp index c3a54a8c5e8..410ceff1b6f 100644 --- a/src/mame/drivers/gkidabc.cpp +++ b/src/mame/drivers/gkidabc.cpp @@ -4,10 +4,10 @@ Genius KID ABC Fan Mis Primeras Lecciones + Genius Junior Profi Other known undumped international versions: - - Genius Junior Profi (German version of Mis Primeras Lecciones) - - Smart Start Elite (English version of Genius Junior Profi) + - Smart Start Elite (English version of Genius Junior Profi / Mis Primeras Lecciones) TODO: identify CPU type (16-bit processor internally, but with 8-bit external bus?) It might be that the dumped ROMs contain no actual code, only graphics data and @@ -47,6 +47,11 @@ ROM_START(miprimlec) ROM_LOAD("27-5482-01.u1", 0x00000, 0x20000, CRC(83aa655b) SHA1(5d7b03f0ff2836e228da77676df03854f87edd26)) ROM_END +ROM_START(gjrprofi) + ROM_REGION(0x20000, "maincpu", 0) + ROM_LOAD("27-5476-00.u1", 0x00000, 0x20000, CRC(ad1ec838) SHA1(0cf90c02762ace656191a38ae423a4fa0e7484f7)) +ROM_END COMP(1996, gkidabc, 0, 0, gkidabc, gkidabc, gkidabc_state, empty_init, "VTech", "Genius KID ABC Fan (Germany)", MACHINE_IS_SKELETON) COMP(1995, miprimlec, 0, 0, gkidabc, gkidabc, gkidabc_state, empty_init, "VTech", "Mis Primeras Lecciones (Spain)", MACHINE_IS_SKELETON) +COMP(1995, gjrprofi, 0, 0, gkidabc, gkidabc, gkidabc_state, empty_init, "VTech", "Genius Junior Profi (Germany)", MACHINE_IS_SKELETON) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index e063c6ad2fc..d631d92feb7 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -14508,6 +14508,7 @@ gizmondo // @source:gkidabc.cpp gkidabc // Genius KID ABC Fan (Germany) miprimlec // Mis Primeras Lecciones (Spain) +gjrprofi // Genius Junior Profi (Germany) @source:gkigt.cpp gkigt4 // -- cgit v1.2.3