mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
New machines marked as NOT_WORKING (#5896)
* New machines marked as NOT_WORKING ---------------------------------- Pitagorin [ClawGrip] * Add 'pitagor' (nw)
This commit is contained in:
parent
00786eba8c
commit
1e02669173
@ -373,6 +373,14 @@ ROM_START( gln )
|
||||
ROM_LOAD( "27-5308-00_9524_d.bin", 0x000000, 0x080000, CRC(d1b994ee) SHA1(b5cf0810df0676712e4f30e279cc46c19b4277dd))
|
||||
ROM_END
|
||||
|
||||
ROM_START( pitagor )
|
||||
ROM_REGION( 0x2000, "maincpu", 0 )
|
||||
ROM_LOAD( "hc05_internal.bin", 0x0000, 0x2000, NO_DUMP )
|
||||
|
||||
ROM_REGION( 0x80000, "extrom", 0 )
|
||||
ROM_LOAD( "27-5374-00.u2", 0x000000, 0x80000, CRC(89a8fe7d) SHA1(dff06f7313af22c6c19b1f00c0651a64cc505fe2))
|
||||
ROM_END
|
||||
|
||||
ROM_START( gls )
|
||||
ROM_REGION( 0x2000, "maincpu", 0 )
|
||||
ROM_LOAD( "hc05_internal.bin", 0x0000, 0x2000, NO_DUMP )
|
||||
@ -391,4 +399,5 @@ COMP( 1996, gjrstar2, gjrstar, 0, gjrstar, geniusjr, geniusjr_state, empty
|
||||
COMP( 1998, gjrstar3, 0, 0, gjrstar, geniusjr, geniusjr_state, empty_init, "VTech", "Genius Junior Redstar 3 (Germany)", MACHINE_IS_SKELETON )
|
||||
COMP( 1998, gj5000, 0, 0, gj5000, geniusjr, geniusjr_state, empty_init, "VTech", "Genius Junior 5000 (Germany)", MACHINE_IS_SKELETON )
|
||||
COMP( 1993, gln, 0, 0, gln, geniusjr, geniusjr_state, empty_init, "VTech", "Genius Leader Notebook", MACHINE_IS_SKELETON )
|
||||
COMP( 1993, pitagor, gln, 0, gln, geniusjr, geniusjr_state, empty_init, "VTech", "Pitagorin", MACHINE_IS_SKELETON )
|
||||
COMP( 1995, gls, 0, 0, gls, geniusjr, geniusjr_state, empty_init, "VTech", "Genius Leader Select", MACHINE_IS_SKELETON )
|
||||
|
@ -14430,6 +14430,7 @@ gjrstar // Genius Junior Redstar (Germany)
|
||||
gjrstar2 // Genius Junior Redstar 2 (Germany)
|
||||
gjrstar3 // Genius Junior Redstar 3 (Germany)
|
||||
gln // Genius Leader Notebook
|
||||
pitagor // Pitagorin
|
||||
gls // Genius Leader Select
|
||||
pitagjr // Pitagorin Junior
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user