From c46807cfef7e48e7c61e82989f4631f20bcd967a Mon Sep 17 00:00:00 2001 From: Sandro Ronco Date: Sat, 13 Sep 2014 08:29:32 +0000 Subject: [PATCH] (MESS) New NOT WORKING systems ---------------------------------------------- VTech Genius Leader Power Notebook (Germany) [TeamEurope] LexiPC Mega 2000 (Germany) [TeamEurope] --- src/mess/drivers/pc2000.c | 18 ++++++++++++++++++ src/mess/mess.lst | 2 ++ 2 files changed, 20 insertions(+) diff --git a/src/mess/drivers/pc2000.c b/src/mess/drivers/pc2000.c index fb0392362d1..db163be3f07 100644 --- a/src/mess/drivers/pc2000.c +++ b/src/mess/drivers/pc2000.c @@ -983,6 +983,14 @@ ROM_START( gl5005x ) ROM_CART_LOAD( "cart", 0, 0x40000, 0 ) ROM_END +ROM_START( glpn ) + ROM_REGION( 0x200000, "bios", 0 ) + ROM_LOAD( "27-5755-01.u1", 0x00000, 0x80000, CRC(dc28346b) SHA1(148fe664bef5b2f68c6702c74462802b76900ca0) ) + + ROM_REGION( 0x80000, "cart", ROMREGION_ERASEFF ) + ROM_CART_LOAD( "cart", 0, 0x80000, 0 ) +ROM_END + ROM_START( gmtt ) ROM_REGION(0x100000, "bios", 0) ROM_LOAD( "27-6154-00.u4", 0x000000, 0x100000, CRC(e908262d) SHA1(a7964c9f9d304b6b2cce61822e8c6151b50388be) ) @@ -1015,6 +1023,14 @@ ROM_START( misterx ) ROM_CART_LOAD( "cart", 0, 0x40000, 0 ) ROM_END +ROM_START( lexipcm ) + ROM_REGION( 0x200000, "bios", 0 ) + ROM_LOAD( "epoxy.u3", 0x00000, 0x100000, CRC(0a410790) SHA1(be04d5f74208a2f3b200daed75e04e966f64b545) ) + + ROM_REGION( 0x40000, "cart", ROMREGION_ERASEFF ) + ROM_CART_LOAD( "cart", 0, 0x40000, 0 ) +ROM_END + /* Driver */ @@ -1029,6 +1045,8 @@ COMP( 1994, gl4000, 0, 0, gl4000, pc2000, driver_device, 0, "V COMP( 1996, gl4004, 0, 0, gl4000, pc2000, driver_device, 0, "Video Technology", "Genius Leader 4004 Quadro L (Germany)", GAME_NOT_WORKING) COMP( 1997, gl5000, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "Genius Leader 5000 (Germany)", GAME_IS_SKELETON) COMP( 1997, gl5005x, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "Genius Leader 5005X (Germany)", GAME_IS_SKELETON) +COMP( 1997, glpn, 0, 0, gl4000, pc2000, driver_device, 0, "Video Technology", "Genius Leader Power Notebook (Germany)", GAME_IS_SKELETON) COMP( 1998, gmtt , 0, 0, gl4000, pc2000, driver_device, 0, "Video Technology", "Genius Master Table Top (Germany)", GAME_IS_SKELETON) COMP( 2001, gbs5505x, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "Genius BrainStation 5505X (Germany)", GAME_IS_SKELETON) COMP( 1993, gln, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "Genius Leader Notebook", GAME_IS_SKELETON) +COMP( 1999, lexipcm, 0, 0, pc2000, pc2000, driver_device, 0, "Lexibook", "LexiPC Mega 2000 (Germany)", GAME_IS_SKELETON) diff --git a/src/mess/mess.lst b/src/mess/mess.lst index 779200eeac4..c4746f5954a 100644 --- a/src/mess/mess.lst +++ b/src/mess/mess.lst @@ -1293,6 +1293,8 @@ gj4000 // Genius Junior 4000 (Germany) gjrstar // Genius Junior Redstar(Germany) gj5000 // Genius Junior 5000 (Germany) gl6600cx // Genius Leader 6600CX (Germany) +glpn // Genius Leader Power Notebook (Germany) +lexipcm // LexiPC Mega 2000 (Germany) pitagjr // Pitagorin Junior // Other Video Technology Laser machines