~ubuntu-branches/ubuntu/lucid/sdlmame/lucid

« back to all changes in this revision

Viewing changes to src/mame/drivers/redclash.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2009-11-03 17:10:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103171015-6hop4ory5lxnumpn
Tags: 0.135-0ubuntu1
* New upstream release - Closes (LP: #403212)
* debian/watch: unstable releases are no longer detected
* mame.ini: added the cheat subdirectories to cheatpath so zipped
  cheatfiles will be searched too
* renamed crsshair subdirectory to crosshair to reflect upstream change
* mame.ini: renamed references to crosshair subdirectory (see above)

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
        ROM_LOAD( "zerohour.5",   0x2000, 0x0800, CRC(d7ce3add) SHA1(d8dd7ad98e7a0a4f35de181549b2e88a9e0a73d6) )
404
404
        ROM_LOAD( "zerohour.6",   0x2800, 0x0800, CRC(8a93ae6e) SHA1(a66f05bb27e67b755c64ac8b68fa38ffe4cd961c) )
405
405
 
406
 
        ROM_REGION( 0x0800, "gfx1", ROMREGION_DISPOSE )
 
406
        ROM_REGION( 0x0800, "gfx1", 0 )
407
407
        ROM_LOAD( "zerohour.9",   0x0000, 0x0800, CRC(17ae6f13) SHA1(ce7a02f4e1aa2e5292d3807a0cfed6d92752fc7a) )
408
408
 
409
 
        ROM_REGION( 0x1000, "gfx2", ROMREGION_DISPOSE )
 
409
        ROM_REGION( 0x1000, "gfx2", 0 )
410
410
        ROM_LOAD( "zerohour.7",   0x0000, 0x0800, CRC(4c12f59d) SHA1(b99a21415bff0e59b6130df60182f05b1a5d0811) )
411
411
        ROM_LOAD( "zerohour.8",   0x0800, 0x0800, CRC(6b9a6b6e) SHA1(f80d893b1b26c75c297e1da1c20db04e7129c92a) )
412
412
 
413
 
        ROM_REGION( 0x1000, "gfx3", ROMREGION_DISPOSE )
 
413
        ROM_REGION( 0x1000, "gfx3", ROMREGION_ERASE00 )
414
414
        /* gfx data will be rearranged here for 8x8 sprites */
415
415
 
416
416
        ROM_REGION( 0x0600, "proms", 0 )
425
425
        ROM_LOAD( "13.7c",        0x1000, 0x1000, CRC(c2090318) SHA1(71725cdf51aedf5f29fa1dd1a41ad5e62c9a580d) )
426
426
        ROM_LOAD( "12.9c",        0x2000, 0x1000, CRC(b60e5ada) SHA1(37440f382c5e8852d804fa9837c36cc1e9d94d1d) )
427
427
 
428
 
        ROM_REGION(0x0800, "gfx1", ROMREGION_DISPOSE )
 
428
        ROM_REGION(0x0800, "gfx1", 0 )
429
429
        ROM_LOAD( "6.12a",        0x0000, 0x0800, CRC(da9bbcc2) SHA1(4cbe03c7f5e99cc2f124e0089ea3c392156b5d92) )
430
430
 
431
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
431
        ROM_REGION( 0x2000, "gfx2", 0 )
432
432
        ROM_LOAD( "14.3e",        0x0000, 0x0800, CRC(483a1293) SHA1(e7812475c7509389bcf8fee35598e9894428eb37) )
433
433
        ROM_CONTINUE(             0x1000, 0x0800 )
434
434
        ROM_LOAD( "15.3d",        0x0800, 0x0800, CRC(c45d9601) SHA1(2f156ad61161d65284df0cc55eb1b3b990eb41cb) )
435
435
        ROM_CONTINUE(             0x1800, 0x0800 )
436
436
 
437
 
        ROM_REGION( 0x2000, "gfx3", ROMREGION_DISPOSE )
 
437
        ROM_REGION( 0x2000, "gfx3", ROMREGION_ERASE00 )
438
438
        /* gfx data will be rearranged here for 8x8 sprites */
439
439
 
440
440
        ROM_REGION( 0x0060, "proms", 0 )
443
443
        ROM_LOAD( "3.11e",        0x0040, 0x0020, CRC(27fa3a50) SHA1(7cf59b7a37c156640d6ea91554d1c4276c1780e0) ) /* ?? */
444
444
ROM_END
445
445
 
446
 
ROM_START( redclsha )
 
446
ROM_START( redclasha )
447
447
        ROM_REGION(0x10000, "maincpu", 0 )
448
448
        ROM_LOAD( "rc1.11c",      0x0000, 0x1000, CRC(5b62ff5a) SHA1(981d3c72f28b7d136a0bad9243d39fd1ba3abc97) )
449
449
        ROM_LOAD( "rc3.7c",       0x1000, 0x1000, CRC(409c4ee7) SHA1(15c03a4093d7695751a143aa749229fcb7721f46) )
450
450
        ROM_LOAD( "rc2.9c",       0x2000, 0x1000, CRC(5f215c9a) SHA1(c305f7be19f6a052c08feb0b63a0326b6a1bd808) )
451
451
 
452
 
        ROM_REGION(0x0800, "gfx1", ROMREGION_DISPOSE )
 
452
        ROM_REGION(0x0800, "gfx1", 0 )
453
453
        ROM_LOAD( "rc6.12a",      0x0000, 0x0800, CRC(da9bbcc2) SHA1(4cbe03c7f5e99cc2f124e0089ea3c392156b5d92) )
454
454
 
455
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
455
        ROM_REGION( 0x2000, "gfx2", 0 )
456
456
        ROM_LOAD( "rc4.3e",       0x0000, 0x0800, CRC(64ca8b63) SHA1(5fd1ca9b81f66b4d2041674900718dc8c94c2a97) )
457
457
        ROM_CONTINUE(             0x1000, 0x0800 )
458
458
        ROM_LOAD( "rc5.3d",       0x0800, 0x0800, CRC(fce610a2) SHA1(0be829c6f6f5c3a19056ba1594141c1965c7aa2a) )
459
459
        ROM_CONTINUE(             0x1800, 0x0800 )
460
460
 
461
 
        ROM_REGION( 0x2000, "gfx3", ROMREGION_DISPOSE )
 
461
        ROM_REGION( 0x2000, "gfx3", ROMREGION_ERASE00 )
462
462
        /* gfx data will be rearranged here for 8x8 sprites */
463
463
 
464
464
        ROM_REGION( 0x0060, "proms", 0 )
467
467
        ROM_LOAD( "3.11e",        0x0040, 0x0020, CRC(27fa3a50) SHA1(7cf59b7a37c156640d6ea91554d1c4276c1780e0) ) /* ?? */
468
468
ROM_END
469
469
 
470
 
ROM_START( redclask )
 
470
ROM_START( redclashk )
471
471
        ROM_REGION(0x10000, "maincpu", 0 )
472
472
        ROM_LOAD( "rc1.8c",       0x0000, 0x0800, CRC(fd90622a) SHA1(a65a32d519e7fee89b160f8152322df20b6af4ea) )
473
473
        ROM_LOAD( "rc2.7c",       0x0800, 0x0800, CRC(c8f33440) SHA1(60d1faee415faa13102b8e744f444f1480b8bd73) )
476
476
        ROM_LOAD( "rc5.4c",       0x2000, 0x0800, CRC(744b5261) SHA1(6c5de2f91f57c463230e0ea04b336347840161a3) )
477
477
        ROM_LOAD( "rc6.3c",       0x2800, 0x0800, CRC(fa507e17) SHA1(dd0e27b08e902b91c5e9552351206c671ed2f3c0) )
478
478
 
479
 
        ROM_REGION( 0x0800, "gfx1", ROMREGION_DISPOSE )
 
479
        ROM_REGION( 0x0800, "gfx1", 0 )
480
480
        ROM_LOAD( "rc6.12a",      0x0000, 0x0800, CRC(da9bbcc2) SHA1(4cbe03c7f5e99cc2f124e0089ea3c392156b5d92) ) /* rc9.7m */
481
481
 
482
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
482
        ROM_REGION( 0x2000, "gfx2", 0 )
483
483
        ROM_LOAD( "rc4.4m",       0x0000, 0x0800, CRC(483a1293) SHA1(e7812475c7509389bcf8fee35598e9894428eb37) )
484
484
        ROM_CONTINUE(             0x1000, 0x0800 )
485
485
        ROM_LOAD( "rc5.5m",       0x0800, 0x0800, CRC(c45d9601) SHA1(2f156ad61161d65284df0cc55eb1b3b990eb41cb) )
486
486
        ROM_CONTINUE(             0x1800, 0x0800 )
487
487
 
488
 
        ROM_REGION( 0x2000, "gfx3", ROMREGION_DISPOSE )
 
488
        ROM_REGION( 0x2000, "gfx3", ROMREGION_ERASE00 )
489
489
        /* gfx data will be rearranged here for 8x8 sprites */
490
490
 
491
491
        ROM_REGION( 0x0060, "proms", 0 )
511
511
 
512
512
 
513
513
 
514
 
GAME( 1980, zerohour, 0,        zerohour, zerohour, redclash, ROT270, "Universal", "Zero Hour",          GAME_NO_SOUND | GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS )
515
 
GAME( 1981, redclash, 0,        redclash, redclash, redclash, ROT270, "Tehkan",    "Red Clash (set 1)",  GAME_NO_SOUND | GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS )
516
 
GAME( 1981, redclsha, redclash, redclash, redclash, redclash, ROT270, "Tehkan",    "Red Clash (set 2)",  GAME_NO_SOUND | GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS )
517
 
GAME( 1981, redclask, redclash, redclash, redclash, redclash, ROT270, "Kaneko",    "Red Clash (Kaneko)", GAME_NO_SOUND | GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS )
 
514
GAME( 1980, zerohour,  0,        zerohour, zerohour, redclash, ROT270, "Universal", "Zero Hour",          GAME_NO_SOUND | GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS )
 
515
GAME( 1981, redclash,  0,        redclash, redclash, redclash, ROT270, "Tehkan",    "Red Clash (set 1)",  GAME_NO_SOUND | GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS )
 
516
GAME( 1981, redclasha, redclash, redclash, redclash, redclash, ROT270, "Tehkan",    "Red Clash (set 2)",  GAME_NO_SOUND | GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS )
 
517
GAME( 1981, redclashk, redclash, redclash, redclash, redclash, ROT270, "Kaneko",    "Red Clash (Kaneko)", GAME_NO_SOUND | GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS )