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

« back to all changes in this revision

Viewing changes to src/mame/drivers/powerins.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:
503
503
        ROM_REGION( 0x20000, "soundcpu", 0 )            /* Z80 Code */
504
504
        ROM_LOAD( "93095-2.u90",  0x00000, 0x20000, CRC(4b123cc6) SHA1(ed61d3a2ab20c86b91fd7bafa717be3ce26159be) )
505
505
 
506
 
        ROM_REGION( 0x280000, "gfx1", ROMREGION_DISPOSE )       /* Layer 0 */
 
506
        ROM_REGION( 0x280000, "gfx1", 0 )       /* Layer 0 */
507
507
        ROM_LOAD( "93095-5.u16",  0x000000, 0x100000, CRC(b1371808) SHA1(15fca313314ff2e0caff35841a2fdda97f6235a8) )
508
508
        ROM_LOAD( "93095-6.u17",  0x100000, 0x100000, CRC(29c85d80) SHA1(abd54f9c8bade21ea918a426627199da04193165) )
509
509
        ROM_LOAD( "93095-7.u18",  0x200000, 0x080000, CRC(2dd76149) SHA1(975e4d371fdfbbd9a568da4d4c91ffd3f0ae636e) )
510
510
 
511
 
        ROM_REGION( 0x100000, "gfx2", ROMREGION_DISPOSE )       /* Layer 1 */
 
511
        ROM_REGION( 0x100000, "gfx2", 0 )       /* Layer 1 */
512
512
        ROM_LOAD( "93095-1.u15",  0x000000, 0x020000, CRC(6a579ee0) SHA1(438e87b930e068e0cf7352e614a14049ebde6b8a) )
513
513
 
514
 
        ROM_REGION( 0x800000, "gfx3", ROMREGION_DISPOSE )       /* Sprites */
 
514
        ROM_REGION( 0x800000, "gfx3", 0 )       /* Sprites */
515
515
        ROM_LOAD( "93095-12.u116", 0x000000, 0x100000, CRC(35f3c2a3) SHA1(70efebfe248401ba3d766dc0e4bcc2846cd0d9a0) )
516
516
        ROM_LOAD( "93095-13.u117", 0x100000, 0x100000, CRC(1ebd45da) SHA1(99b0ac734890673064b2a4b4b57ff2694e338dea) )
517
517
        ROM_LOAD( "93095-14.u118", 0x200000, 0x100000, CRC(760d871b) SHA1(4887122ad0518c90f08c11a7a6b694f3fd218498) )
535
535
        ROM_LOAD( "20.u54",       0x000100, 0x0100, CRC(38bd0e2f) SHA1(20d311869642cd96bb831fdf4a458e0d872f03eb) )
536
536
ROM_END
537
537
 
538
 
ROM_START( powerinj )
 
538
ROM_START( powerinsj )
539
539
        ROM_REGION( 0x100000, "maincpu", 0 )            /* 68000 Code */
540
540
        ROM_LOAD16_WORD_SWAP( "93095-3j.u108", 0x00000, 0x80000, CRC(3050a3fb) SHA1(e7e729bf62266e2e78ccd84cf937abb99de18ad5) )
541
541
        ROM_LOAD16_WORD_SWAP( "93095-4.u109",  0x80000, 0x80000, CRC(d3d7a782) SHA1(7846de0ebb09bd9b2534cd451ff9aa5175e60647) )
543
543
        ROM_REGION( 0x20000, "soundcpu", 0 )            /* Z80 Code */
544
544
        ROM_LOAD( "93095-2.u90",  0x00000, 0x20000, CRC(4b123cc6) SHA1(ed61d3a2ab20c86b91fd7bafa717be3ce26159be) )
545
545
 
546
 
        ROM_REGION( 0x280000, "gfx1", ROMREGION_DISPOSE )       /* Layer 0 */
 
546
        ROM_REGION( 0x280000, "gfx1", 0 )       /* Layer 0 */
547
547
        ROM_LOAD( "93095-5.u16",  0x000000, 0x100000, CRC(b1371808) SHA1(15fca313314ff2e0caff35841a2fdda97f6235a8) )
548
548
        ROM_LOAD( "93095-6.u17",  0x100000, 0x100000, CRC(29c85d80) SHA1(abd54f9c8bade21ea918a426627199da04193165) )
549
549
        ROM_LOAD( "93095-7.u18",  0x200000, 0x080000, CRC(2dd76149) SHA1(975e4d371fdfbbd9a568da4d4c91ffd3f0ae636e) )
550
550
 
551
 
        ROM_REGION( 0x100000, "gfx2", ROMREGION_DISPOSE )       /* Layer 1 */
 
551
        ROM_REGION( 0x100000, "gfx2", 0 )       /* Layer 1 */
552
552
        ROM_LOAD( "93095-1.u15",  0x000000, 0x020000, CRC(6a579ee0) SHA1(438e87b930e068e0cf7352e614a14049ebde6b8a) )
553
553
 
554
 
        ROM_REGION( 0x800000, "gfx3", ROMREGION_DISPOSE )       /* Sprites */
 
554
        ROM_REGION( 0x800000, "gfx3", 0 )       /* Sprites */
555
555
        ROM_LOAD( "93095-12.u116", 0x000000, 0x100000, CRC(35f3c2a3) SHA1(70efebfe248401ba3d766dc0e4bcc2846cd0d9a0) )
556
556
        ROM_LOAD( "93095-13.u117", 0x100000, 0x100000, CRC(1ebd45da) SHA1(99b0ac734890673064b2a4b4b57ff2694e338dea) )
557
557
        ROM_LOAD( "93095-14.u118", 0x200000, 0x100000, CRC(760d871b) SHA1(4887122ad0518c90f08c11a7a6b694f3fd218498) )
605
605
 
606
606
***************************************************************************/
607
607
 
608
 
ROM_START( powerina )
 
608
ROM_START( powerinsa )
609
609
        ROM_REGION( 0x100000, "maincpu", 0 )            /* 68000 Code */
610
610
        ROM_LOAD16_WORD_SWAP( "rom1", 0x000000, 0x080000, CRC(b86c84d6) SHA1(2ec0933130925dfae859ea6abe62a8c92385aee8) )
611
611
        ROM_LOAD16_WORD_SWAP( "rom2", 0x080000, 0x080000, CRC(d3d7a782) SHA1(7846de0ebb09bd9b2534cd451ff9aa5175e60647) )
612
612
 
613
 
        ROM_REGION( 0x280000, "gfx1", ROMREGION_DISPOSE )       /* Layer 0 */
 
613
        ROM_REGION( 0x280000, "gfx1", 0 )       /* Layer 0 */
614
614
        ROM_LOAD( "rom6",  0x000000, 0x200000, CRC(b6c10f80) SHA1(feece0aeaa01a455d0c4885a3699f8bda14fe00f) )
615
615
        ROM_LOAD( "rom4",  0x200000, 0x080000, CRC(2dd76149) SHA1(975e4d371fdfbbd9a568da4d4c91ffd3f0ae636e) )
616
616
 
617
 
        ROM_REGION( 0x100000, "gfx2", ROMREGION_DISPOSE )       /* Layer 1 */
 
617
        ROM_REGION( 0x100000, "gfx2", 0 )       /* Layer 1 */
618
618
        ROM_LOAD( "rom3",  0x000000, 0x020000, CRC(6a579ee0) SHA1(438e87b930e068e0cf7352e614a14049ebde6b8a) )
619
619
 
620
 
        ROM_REGION( 0x800000, "gfx3", ROMREGION_DISPOSE )       /* Sprites */
 
620
        ROM_REGION( 0x800000, "gfx3", 0 )       /* Sprites */
621
621
        ROM_LOAD( "rom10", 0x000000, 0x200000, CRC(efad50e8) SHA1(89e8c307b927e987a32d22ab4ab7f3be037cca03) )
622
622
        ROM_LOAD( "rom9",  0x200000, 0x200000, CRC(08229592) SHA1(759679e89832b475adfdc783630d9ee2c105b0f3) )
623
623
        ROM_LOAD( "rom8",  0x400000, 0x200000, CRC(b02fdd6d) SHA1(1e2c52b4e9999f0b564fcf13ff41b097ad7d0c39) )
679
679
 
680
680
***************************************************************************/
681
681
 
682
 
ROM_START( powerinb )
 
682
ROM_START( powerinsb )
683
683
        ROM_REGION( 0x100000, "maincpu", 0 )            /* 68000 Code */
684
684
        ROM_LOAD16_BYTE( "2q.bin", 0x000000, 0x80000, CRC(11bf3f2a) SHA1(c840add78da9b19839c667f9bbd77e0a7c560ed7) )
685
685
        ROM_LOAD16_BYTE( "2r.bin", 0x000001, 0x80000, CRC(d8d621be) SHA1(91d501ac661c1ff52c85eee96c455c008a7dad1c) )
687
687
        ROM_REGION( 0x20000, "soundcpu", 0 )            /* Z80 Code */
688
688
        ROM_LOAD( "1f.bin",  0x000000, 0x20000, CRC(4b123cc6) SHA1(ed61d3a2ab20c86b91fd7bafa717be3ce26159be) )
689
689
 
690
 
        ROM_REGION( 0x280000, "gfx1", ROMREGION_DISPOSE )       /* Layer 0 */
 
690
        ROM_REGION( 0x280000, "gfx1", 0 )       /* Layer 0 */
691
691
        ROM_LOAD( "13k.bin", 0x000000, 0x80000, CRC(1975b4b8) SHA1(cb400967744fa602df1bd2d88950dfdbdc77073f) )
692
692
        ROM_LOAD( "13l.bin", 0x080000, 0x80000, CRC(376e4919) SHA1(12baa17382c176838df1b5ef86f1fa6dbcb978dd) )
693
693
        ROM_LOAD( "13o.bin", 0x100000, 0x80000, CRC(0d5ff532) SHA1(4febdb9cdacd85903a4a28e8df945dee0ce85558) )
694
694
        ROM_LOAD( "13q.bin", 0x180000, 0x80000, CRC(99b25791) SHA1(82f4bb5780826773d2e5f7143afb3ba209f57652) )
695
695
        ROM_LOAD( "13r.bin", 0x200000, 0x80000, CRC(2dd76149) SHA1(975e4d371fdfbbd9a568da4d4c91ffd3f0ae636e) )
696
696
 
697
 
        ROM_REGION( 0x100000, "gfx2", ROMREGION_DISPOSE )       /* Layer 1 */
 
697
        ROM_REGION( 0x100000, "gfx2", 0 )       /* Layer 1 */
698
698
        ROM_LOAD( "6n.bin", 0x000000, 0x20000, CRC(6a579ee0) SHA1(438e87b930e068e0cf7352e614a14049ebde6b8a) )
699
699
 
700
 
        ROM_REGION( 0x800000, "gfx3", ROMREGION_DISPOSE )       /* Sprites */
 
700
        ROM_REGION( 0x800000, "gfx3", 0 )       /* Sprites */
701
701
        ROM_LOAD16_BYTE( "14g.bin", 0x000000, 0x80000, CRC(8b9b89c9) SHA1(f1d39d1a62e40a14642d8f22fc38b764465a8daa) )
702
702
        ROM_LOAD16_BYTE( "11g.bin", 0x000001, 0x80000, CRC(4d127bdf) SHA1(26a7c277e7660a7c7c0c11cacadf815d2487ba8a) )
703
703
        ROM_LOAD16_BYTE( "13g.bin", 0x100000, 0x80000, CRC(298eb50e) SHA1(2b922c1473bb559a1e8bd6221619141658179bb9) )
735
735
 
736
736
/* all supported sets give a 93.10.20 date */
737
737
GAME( 1993, powerins, 0,        powerins, powerins, 0, ROT0, "Atlus", "Power Instinct (USA)", 0 )
738
 
GAME( 1993, powerinj, powerins, powerins, powerinj, 0, ROT0, "Atlus", "Gouketsuji Ichizoku (Japan)", 0 )
739
 
GAME( 1993, powerina, powerins, powerina, powerins, 0, ROT0, "Atlus", "Power Instinct (USA, bootleg set 1)", 0 )
740
 
GAME( 1993, powerinb, powerins, powerinb, powerins, 0, ROT0, "Atlus", "Power Instinct (USA, bootleg set 2)", 0 )
 
738
GAME( 1993, powerinsj, powerins, powerins, powerinj, 0, ROT0, "Atlus", "Gouketsuji Ichizoku (Japan)", 0 )
 
739
GAME( 1993, powerinsa, powerins, powerina, powerins, 0, ROT0, "Atlus", "Power Instinct (USA, bootleg set 1)", 0 )
 
740
GAME( 1993, powerinsb, powerins, powerinb, powerins, 0, ROT0, "Atlus", "Power Instinct (USA, bootleg set 2)", 0 )