Previous 199869 Revisions Next

r31597 Sunday 10th August, 2014 at 19:27:31 UTC by Sandro Ronco
(MESS) New NOT WORKING systems
----------------------------------------------
Genius Leader 6600CX (Germany) [TeamEurope]
[src/mess]mess.lst
[src/mess/drivers]prestige.c

trunk/src/mess/drivers/prestige.c
r31596r31597
853853   ROM_CART_LOAD( "cart", 0, 0x80000, 0 )
854854ROM_END
855855
856ROM_START( gl6600cx )
857   ROM_REGION( 0x200000, "maincpu", 0 )
858   ROM_LOAD( "54-06400-00.u1", 0x000000, 0x200000, CRC(b05cd075) SHA1(b1d9eb02ca56350eb9e89518db89c0a2a845ebd8))
859
860   ROM_REGION( 0x80000, "cart", ROMREGION_ERASEFF )
861   ROM_CART_LOAD( "cart", 0, 0x80000, 0 )
862ROM_END
863
856864/* Driver */
857865
858866/*    YEAR  NAME    PARENT  COMPAT   MACHINE    INPUT    INIT    COMPANY   FULLNAME       FLAGS */
r31596r31597
869877COMP( 1996, gjrstar,   0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior Redstar(Germany)", GAME_IS_SKELETON)
870878COMP( 1998, gjrstar3,  0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior Redstar 3 (Germany)", GAME_IS_SKELETON)
871879COMP( 1998, gj5000,    0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior 5000 (Germany)", GAME_IS_SKELETON)
880COMP( 1999, gl6600cx,  0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Leader 6600CX (Germany)", GAME_IS_SKELETON)
trunk/src/mess/mess.lst
r31596r31597
12901290gj4000   // Genius Junior 4000 (Germany)
12911291gjrstar  // Genius Junior Redstar(Germany)
12921292gj5000   // Genius Junior 5000 (Germany)
1293gl6600cx // Genius Leader 6600CX (Germany)
12931294pitagjr  // Pitagorin Junior
12941295
12951296

Previous 199869 Revisions Next


© 1997-2024 The MAME Team