Previous 199869 Revisions Next

r20089 Saturday 5th January, 2013 at 21:08:46 UTC by hap
New clone added
-----------------
Sprint 2 (color kit, Italy) [Zab]
[src/mame]mame.lst
[src/mame/drivers]sprint2.c

trunk/src/mame/drivers/sprint2.c
r20088r20089
629629ROM_END
630630
631631
632ROM_START( sprint2h )
633   ROM_REGION( 0x10000, "maincpu", 0 )
634   ROM_LOAD( "6290-01.b1", 0x2000, 0x0800, CRC(41fc985e) SHA1(7178846480cbf8d15955ccd987d0b0e902ab9f90) )
635   ROM_RELOAD(             0xe000, 0x0800 )
636   ROM_LOAD( "6291-01.c1", 0x2800, 0x0800, CRC(07f7a920) SHA1(845f65d2bd290eb295ca6bae2575f27aaa08c0dd) )
637   ROM_RELOAD(             0xe800, 0x0800 )
638   ROM_LOAD( "6404.d1",    0x3000, 0x0800, CRC(d2878ff6) SHA1(b742a8896c1bf1cfacf48d06908920d88a2c9ea8) )
639   ROM_RELOAD(             0xf000, 0x0800 )
640   ROM_LOAD( "6405-02.e1", 0x3800, 0x0800, CRC(6de291f1) SHA1(00c2826011d80ac0784649a7bc156a97c26565fd) )
641   ROM_RELOAD(             0xf800, 0x0800 )
642
643   ROM_REGION( 0x0200, "gfx1", 0 ) /* tiles */
644   ROM_LOAD_NIB_HIGH( "6396-01.p4", 0x0000, 0x0200, CRC(801b42dd) SHA1(1db58390d803f404253cbf36d562016441ca568d) )
645   ROM_LOAD_NIB_LOW ( "6397-01.r4", 0x0000, 0x0200, CRC(135ba1aa) SHA1(0465259440f73e1a2c8d8101f29e99b4885420e4) )
646
647   ROM_REGION( 0x0200, "gfx2", 0 ) /* cars */
648   ROM_LOAD_NIB_HIGH( "6399-01.j6", 0x0000, 0x0200, CRC(63d685b2) SHA1(608746163e25dbc14cde43c17aecbb9a14fac875) )
649   ROM_LOAD_NIB_LOW ( "6398-01.k6", 0x0000, 0x0200, CRC(c9e1017e) SHA1(e7279a13e4a812d2e0218be0bc5162f2e56c6b66) )
650
651   ROM_REGION( 0x0120, "proms", 0 )
652   ROM_LOAD( "6400-01.m2", 0x0000, 0x0100, CRC(b8094b4c) SHA1(82dc6799a19984f3b204ee3aeeb007e55afc8be3) )   /* SYNC */
653   ROM_LOAD( "6401-01.e2", 0x0100, 0x0020, CRC(857df8db) SHA1(06313d5bde03220b2bc313d18e50e4bb1d0cfbbb) )   /* address */
654ROM_END
655
656
632657ROM_START( dominos )
633658   ROM_REGION( 0x10000, "maincpu", 0 )
634659   ROM_LOAD( "7352-02.d1",   0x3000, 0x0800, CRC(738b4413) SHA1(3a90ab25bb5f65504692f97da43f03e21392dcd8) )
r20088r20089
652677GAME( 1978, sprint1,  0,       sprint1, sprint1, sprint2_state, sprint1, ROT0, "Atari (Kee Games)", "Sprint 1", 0 )
653678GAME( 1976, sprint2,  sprint1, sprint2, sprint2, sprint2_state, sprint2, ROT0, "Atari (Kee Games)", "Sprint 2 (set 1)", 0 )
654679GAME( 1976, sprint2a, sprint1, sprint2, sprint2, sprint2_state, sprint2, ROT0, "Atari (Kee Games)", "Sprint 2 (set 2)", 0 )
680GAME( 1976, sprint2h, sprint1, sprint2, sprint2, sprint2_state, sprint2, ROT0, "hack", "Sprint 2 (color kit, Italy)", GAME_WRONG_COLORS ) // Italian hack, supposedly is color instead of b/w? how?
655681GAME( 1977, dominos,  0,       dominos, dominos, sprint2_state, dominos, ROT0, "Atari", "Dominos", 0 )
trunk/src/mame/mame.lst
r20088r20089
64206420flyball1      // 005629           1976/07 [6502]
64216421sprint2         // 005922           1976/11 [6502]
64226422sprint2a      // 005922           1976/11 [6502]
6423sprint2h      // 005922 romkit
64236424sprint4         // 008716           1977/12 [6502]
64246425sprint4a      // 008716           1977/12 [6502]
64256426nitedrvr      // 006321           1976/10 [6502]

Previous 199869 Revisions Next


© 1997-2024 The MAME Team