Previous 199869 Revisions Next

r31509 Monday 4th August, 2014 at 17:34:02 UTC by Sandro Ronco
(MESS) New NOT WORKING systems
----------------------------------------------
Genius Junior 4000 (Germany) [TeamEurope]
Genius Junior 5000 (Germany) [TeamEurope]
Genius Junior Redstar (Germany) [TeamEurope]
Genius Leader Super Color (Germany) [TeamEurope]
[src/mess]mess.lst
[src/mess/drivers]prestige.c

trunk/src/mess/mess.lst
r31508r31509
12841284gl7007sl // Genius Leader 7007SL (Germany)
12851285glcolor  // Genius Leader Color (Germany)
12861286glmcolor // Genius Leader Magic Color (Germany)
1287glscolor // Genius Leader Super Color (Germany)
12871288gjrstar3 // Genius Junior Redstar 3 (Germany)
1289gj4000   // Genius Junior 4000 (Germany)
1290gjrstar  // Genius Junior Redstar(Germany)
1291gj5000   // Genius Junior 5000 (Germany)
12881292pitagjr  // Pitagorin Junior
12891293
12901294
trunk/src/mess/drivers/prestige.c
r31508r31509
805805   ROM_CART_LOAD( "cart", 0, 0x80000, 0 )
806806ROM_END
807807
808ROM_START( glscolor )
809   ROM_REGION( 0x100000, "maincpu", 0 )
810   ROM_LOAD( "27-5488-00.u5", 0x00000, 0x080000, CRC(e6cf7702) SHA1(ce40418a7777b331bf8c4c881d51732aeb384582) )    // identical to 'Genius Leader Color'
811
812   ROM_REGION( 0x80000, "cart", ROMREGION_ERASEFF )
813   ROM_CART_LOAD( "cart", 0, 0x80000, 0 )
814ROM_END
815
808816ROM_START( glmcolor )
809817   ROM_REGION( 0x100000, "maincpu", 0 )
810818   ROM_LOAD( "27-5673-00.u6", 0x00000, 0x100000, CRC(c4245392) SHA1(bb651aaf11b75f4155c0a0106de9394018110cc7) )
r31508r31509
813821   ROM_CART_LOAD( "cart", 0, 0x80000, 0 )
814822ROM_END
815823
824ROM_START( gj4000 )
825   ROM_REGION( 0x100000, "maincpu", 0 )
826   ROM_LOAD( "27-05886-000-000.u4", 0x000000, 0x40000, CRC(5f6db95b) SHA1(fe683154e33a82ea38696096616d11e850e0c7a3))
827
828   ROM_REGION( 0x80000, "cart", ROMREGION_ERASEFF )
829   ROM_CART_LOAD( "cart", 0, 0x80000, 0 )
830ROM_END
831
832ROM_START( gj5000 )
833   ROM_REGION( 0x100000, "maincpu", 0 )
834   ROM_LOAD( "27-6019-01.u2", 0x000000, 0x80000, CRC(946e5b7d) SHA1(80963d6ad80d49e54c8996bfc77ac135c4935be5))
835
836   ROM_REGION( 0x80000, "cart", ROMREGION_ERASEFF )
837   ROM_CART_LOAD( "cart", 0, 0x80000, 0 )
838ROM_END
839
840ROM_START( gjrstar )
841   ROM_REGION( 0x100000, "maincpu", 0 )
842   ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f))
843
844   ROM_REGION( 0x80000, "cart", ROMREGION_ERASEFF )
845   ROM_CART_LOAD( "cart", 0, 0x80000, 0 )
846ROM_END
847
816848ROM_START( gjrstar3 )
817849   ROM_REGION( 0x100000, "maincpu", 0 )
818850   ROM_LOAD( "54-06056-000-000.u3", 0x000000, 0x040000, CRC(72522179) SHA1(ede9491713ad018012cf925a519bcafe126f1ad3))
r31508r31509
825857
826858/*    YEAR  NAME    PARENT  COMPAT   MACHINE    INPUT    INIT    COMPANY   FULLNAME       FLAGS */
827859COMP( 1994, glcolor,   0,       0,  glcolor,    glcolor,  driver_device,     0,  "VTech",   "Genius Leader Color (Germany)",    GAME_NOT_WORKING | GAME_NO_SOUND)
860COMP( 1994, glscolor,  glcolor, 0,  glcolor,    glcolor,  driver_device,     0,  "VTech",   "Genius Leader Super Color (Germany)",    GAME_NOT_WORKING | GAME_NO_SOUND)
828861COMP( 1996, glmcolor,  0,       0,  glmcolor,   glmcolor, driver_device,     0,  "VTech",   "Genius Leader Magic Color (Germany)",    GAME_NOT_WORKING | GAME_NO_SOUND)
829862COMP( 1997, gl6000sl,  0,       0,  gl6000sl,   prestige, driver_device,     0,  "VTech",   "Genius Leader 6000SL (Germany)",   GAME_NOT_WORKING | GAME_NO_SOUND)
830863COMP( 1998, gl7007sl,  0,       0,  gl7007sl,   prestige, driver_device,     0,  "VTech",   "Genius Leader 7007SL (Germany)",   GAME_NOT_WORKING | GAME_NO_SOUND)
831864COMP( 1998, prestige,  0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "PreComputer Prestige Elite",       GAME_NOT_WORKING | GAME_NO_SOUND)
865
866
867// these systems need to be moved into a separate driver
868COMP( 1996, gj4000,    0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior 4000 (Germany)", GAME_IS_SKELETON)
869COMP( 1996, gjrstar,   0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior Redstar(Germany)", GAME_IS_SKELETON)
832870COMP( 1998, gjrstar3,  0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior Redstar 3 (Germany)", GAME_IS_SKELETON)
871COMP( 1998, gj5000,    0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior 5000 (Germany)", GAME_IS_SKELETON)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team