gmmc: No "Leader" in system name; note probable bad dump

This commit is contained in:
AJR 2019-09-09 14:49:35 -04:00
parent bbabda201e
commit bc4b720b08
2 changed files with 5 additions and 5 deletions

View File

@ -882,10 +882,10 @@ ROM_START( glmcolor )
ROM_LOAD( "27-5673-00.u6", 0x00000, 0x100000, CRC(c4245392) SHA1(bb651aaf11b75f4155c0a0106de9394018110cc7) )
ROM_END
ROM_START( glmmc )
// FIXME: either ROM loading or banking is wrong here...
ROM_START( gmmc )
ROM_REGION( 0x100000, "maincpu", 0 )
ROM_LOAD( "27-5889-00.bin", 0x060000, 0x020000, CRC(5e2c6359) SHA1(cc01c7bd5c87224b63dd1044db5a36a5cb7824f1) )
ROM_LOAD( "27-5889-00.bin", 0x080000, 0x080000, CRC(5e2c6359) SHA1(cc01c7bd5c87224b63dd1044db5a36a5cb7824f1) BAD_DUMP ) // very likely underdumped
ROM_RELOAD( 0x060000, 0x020000 )
ROM_CONTINUE( 0x040000, 0x020000 )
ROM_CONTINUE( 0x020000, 0x020000 )
ROM_CONTINUE( 0x000000, 0x020000 )
@ -916,7 +916,7 @@ COMP( 1998, snotecu, 0, 0, snotec, glcolor, prestige_state, empty
COMP( 1998, gl7007sl, 0, 0, gl7007sl, prestige, prestige_state, empty_init, "VTech", "Genius Leader 7007SL (Germany)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
COMP( 1998, prestige, 0, 0, prestige, prestige, prestige_state, empty_init, "VTech", "PreComputer Prestige Elite", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
COMP( 1999, gwnf, 0, 0, prestige, prestige, prestige_state, empty_init, "VTech", "Genius Winner Notebook Fun (Germany)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
COMP( 19??, glmmc, 0, 0, prestige, prestige, prestige_state, empty_init, "VTech", "Genius Leader Master Mega Color (Germany)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
COMP( 19??, gmmc, 0, 0, prestige, prestige, prestige_state, empty_init, "VTech", "Genius Master Mega Color (Germany)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
// these systems need to be moved into a separate driver

View File

@ -33165,8 +33165,8 @@ gl6000sl // Genius Leader 6000SL (Germany)
gl7007sl // Genius Leader 7007SL (Germany)
glcolor // Genius Leader Color (Germany)
glmcolor // Genius Leader Magic Color (Germany)
glmmc // Genius Leader Master Mega Color (Germany)
glscolor // Genius Leader Super Color (Germany)
gmmc // Genius Master Mega Color (Germany)
gwnf // Genius Winner Notebook Fun (Germany)
prestige // PreComputer Prestige Elite
snotec // Bandai Super Note Club (Japan)