Previous 199869 Revisions Next

r22861 Thursday 16th May, 2013 at 20:55:08 UTC by David Haywood
MotoTour  / Zippy Race (Tecfri license) [Ricky2001 (from AUMAP)]
[src/mame]mame.lst
[src/mame/drivers]travrusa.c

trunk/src/mame/drivers/travrusa.c
r22860r22861
420420   ROM_LOAD( "tbp24s10.3",   0x0220, 0x0100, CRC(76062638) SHA1(7378a26cf455d9d3df90929dc665870514c34b54) ) /* sprite lookup table */
421421ROM_END
422422
423/*
424
425Moto tour is a Tecfri's licensed version of Traverse usa/Zippy Race from Irem
426
427This version don't have de MSM5202 but still having the sounds produced bt 5202 with a lower quality, I guess it converts the sound data to analog in some way, also this version is unprotected, doesn't have the epoxy block.
428
429Unfortunately the eproms labels have dissapeared, so I name it similar to Traverse usa but with the letters mt (Moto Tour)
430
431Rom Info
432
433snd.a1   ------   sound code, 100% identical to Traverse Usa/Zippy race
434
435mt1-1.e3 \
436mt1-2.c3  -- Backgrounds?, 100% identical to Traverse Usa/Zippy race
437mt1-3.a3 /
438
439mt1-4.m3  \
440mt1-5.l3  ==
441mt1-6.k3  ==  Main cpu.   Different from the other sets
442mt1-7.j3  /
443
444
445mt1-8.n3  \
446mt1-9.m3 --  Sprites. Apparently all different from the other sets
447mt1-10.k3 /
448
449mm6349.k2 \
450prom1.f1  --  color proms, identical to other versions
451prom2.h2  /
452
453If you need more info write me to ricky2001mf@hotmail.com
454
455Ricky2001
456
457*/
458
459ROM_START( mototour )
460   ROM_REGION( 0x10000, "maincpu", 0 )
461   ROM_LOAD( "mt1-4.m3",     0x0000, 0x2000, CRC(fe643567) SHA1(2e47b6de43ff7fc1f070d34376fde697fc719b80) )
462   ROM_LOAD( "mt1-5.l3",     0x2000, 0x2000, CRC(38d9d0f5) SHA1(8b4531a28ff69df04a5eef687383dab57e0aa685) )
463   ROM_LOAD( "mt1-6.k3",     0x4000, 0x2000, CRC(efd325f2) SHA1(0862c0ec87f601b6c1cba2bd25e3186b6ad0c68e) )
464   ROM_LOAD( "mt1-7.j3",     0x6000, 0x2000, CRC(ab8a3a33) SHA1(e332b6e727083cf508ccec721ce42ccc3aa54e91) )
465
466   ROM_REGION( 0x8000, "iremsound", 0 )
467   ROM_LOAD( "snd.a1",      0x7000, 0x1000, CRC(a02ad8a0) SHA1(aff80b506dbecabed2a36eb743693940f6a22d16) ) // == mr10.1a
468
469   ROM_REGION( 0x06000, "gfx1", 0 )
470   ROM_LOAD( "mt1-1.e3", 0x0000, 0x2000, CRC(aa8994dd) SHA1(9b326ce52a03d723e5c3c1b5fd4aa8fa7f70f904) ) // == zippyrac.001
471   ROM_LOAD( "mt1-2.c3", 0x2000, 0x2000, CRC(3a046dd1) SHA1(65c1dd1c0b5fb72ac5c04e11a577308245e4b312) ) // == mr8.3c
472   ROM_LOAD( "mt1-3.a3", 0x4000, 0x2000, CRC(1cc3d3f4) SHA1(e7ee365d43d783cb6b7df37c6edeadbed35318d9) ) // == mr9.3a
473
474   ROM_REGION( 0x06000, "gfx2", 0 )
475   ROM_LOAD( "mt1-8..n3",    0x0000, 0x2000, CRC(600a57f5) SHA1(86c2b2efb9392b7eca44510587d2459388c40435) )
476   ROM_LOAD( "mt1-9..m3",    0x2000, 0x2000, CRC(6f9f2a4e) SHA1(8ebdd69895a4dd5de7fe84505359cccaa0aca6f8) )
477   ROM_LOAD( "mt1-10..k3",   0x4000, 0x2000, CRC(d958def5) SHA1(198adf7e87804bd018b8cfa8bbc68623255698a2) )
478
479   ROM_REGION( 0x0320, "proms", 0 )
480   ROM_LOAD( "mmi6349.k2", 0x0000, 0x0200, CRC(c9724350) SHA1(1fac20cdc0a53d94e8f67b49d7dd71d1b9f1f7ef) ) /* character palette - last $100 are unused */ // == mmi6349.ij
481   ROM_LOAD( "prom1.f1",   0x0200, 0x0020, CRC(a1130007) SHA1(9deb0eed75dd06e86f83c819a3393158be7c9dce) ) /* sprite palette */ // == tbp18s.2
482   ROM_LOAD( "prom2.h2",   0x0220, 0x0100, CRC(76062638) SHA1(7378a26cf455d9d3df90929dc665870514c34b54) ) /* sprite lookup table */ // == tbp24s10.3
483ROM_END
484
485
423486/* it's probably a bootleg of the original Seibu version with the roms decrypted (no epoxy block) */
424487ROM_START( shtrider )
425488   ROM_REGION( 0x10000, "maincpu", 0 )
r22860r22861
505568
506569
507570
508GAME( 1983, travrusa, 0,        travrusa, travrusa, driver_device, 0,        ROT270, "Irem", "Traverse USA / Zippy Race", GAME_SUPPORTS_SAVE )
509GAME( 1983, travrusab,travrusa, travrusa, travrusa, driver_device, 0,        ROT270, "bootleg (I.P.)", "Traverse USA (bootleg)", GAME_SUPPORTS_SAVE )
571GAME( 1983, travrusa, 0,        travrusa, travrusa, driver_device, 0,         ROT270, "Irem",                    "Traverse USA / Zippy Race", GAME_SUPPORTS_SAVE )
572GAME( 1983, travrusab,travrusa, travrusa, travrusa, driver_device, 0,         ROT270, "bootleg (I.P.)",          "Traverse USA (bootleg)", GAME_SUPPORTS_SAVE )
573GAME( 1983, mototour, 0,        travrusa, travrusa, driver_device, 0,         ROT270, "Irem (Tecfri license)",   "MotoTour  / Zippy Race (Tecfri license)", GAME_SUPPORTS_SAVE )
510574GAME( 1983, motorace, travrusa, travrusa, motorace, travrusa_state, motorace, ROT270, "Irem (Williams license)", "MotoRace USA", GAME_SUPPORTS_SAVE )
511GAME( 1985, shtrider, 0,        shtrider, shtrider, driver_device, 0,        ROT270|ORIENTATION_FLIP_X, "Seibu Kaihatsu", "Shot Rider", GAME_SUPPORTS_SAVE )
575
576GAME( 1985, shtrider, 0,        shtrider, shtrider, driver_device, 0,         ROT270|ORIENTATION_FLIP_X, "Seibu Kaihatsu",                 "Shot Rider", GAME_SUPPORTS_SAVE )
512577GAME( 1984, shtridera,shtrider, shtrider, shtrider, travrusa_state, shtridra, ROT270|ORIENTATION_FLIP_X, "Seibu Kaihatsu (Sigma license)", "Shot Rider (Sigma license)", GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.lst
r22860r22861
16791679travrusa        // (c) 1983
16801680travrusab       // (c) 1983 I.P. (bootleg)
16811681motorace        // (c) 1983 Williams license
1682mototour      // (c) 1983 Tecfri
16821683shtrider        // (c) 1984 Seibu Kaihatsu
16831684shtridera       // (c) 1984 Seibu Kaihatsu
16841685wilytowr        // M63 (c) 1984

Previous 199869 Revisions Next


© 1997-2024 The MAME Team