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

« back to all changes in this revision

Viewing changes to src/mame/drivers/psychic5.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:
787
787
        ROM_REGION( 0x10000, "audiocpu", 0 )                                    /* Sound CPU */
788
788
        ROM_LOAD( "p5a",          0x00000, 0x08000, CRC(50060ecd) SHA1(e6051fb4a1fa9429cfb6084e8a5dfe994a08280b) )
789
789
 
790
 
        ROM_REGION( 0x20000, "gfx1", ROMREGION_DISPOSE )        /* sprite tiles */
 
790
        ROM_REGION( 0x20000, "gfx1", 0 )        /* sprite tiles */
791
791
        ROM_LOAD( "p5b",          0x00000, 0x10000, CRC(7e3f87d4) SHA1(b8e7fa3f96d2e3937e4cb530f105bb84d5743b43) )
792
792
        ROM_LOAD( "p5c",          0x10000, 0x10000, CRC(8710fedb) SHA1(c7e8dc6b733e4ecce37d56fc429c00ade8736ff3) )
793
793
 
794
 
        ROM_REGION( 0x20000, "gfx2", ROMREGION_DISPOSE )        /* background tiles */
 
794
        ROM_REGION( 0x20000, "gfx2", 0 )        /* background tiles */
795
795
        ROM_LOAD( "p5g",          0x00000, 0x10000, CRC(f9262f32) SHA1(bae2dc77be7024bd85f213e4da746c5903db6ea5) )
796
796
        ROM_LOAD( "p5h",          0x10000, 0x10000, CRC(c411171a) SHA1(d5893563715ba231e42b084b88f5176bb94a4da9) )
797
797
 
798
 
        ROM_REGION( 0x08000, "gfx3", ROMREGION_DISPOSE )        /* foreground tiles */
 
798
        ROM_REGION( 0x08000, "gfx3", 0 )        /* foreground tiles */
799
799
        ROM_LOAD( "p5f",          0x00000, 0x08000, CRC(04d7e21c) SHA1(6046c506bdedc233e3730f90c7897e847bec8758) )
800
800
 
801
 
        ROM_REGION( 0x08000, "proms", ROMREGION_DISPOSE )       /* Proms */
 
801
        ROM_REGION( 0x08000, "proms", 0 )       /* Proms */
802
802
        ROM_LOAD( "my10.7l",    0x000, 0x200, CRC(6a7d13c0) SHA1(2a835a4ac1acb7663d0b915d0339af9800284da6) )
803
803
        ROM_LOAD( "my09.3t",    0x200, 0x400, CRC(59e44236) SHA1(f53d99694fa5acd7cc51dd78e09f0d2ef730e7a4) )
804
804
ROM_END
811
811
        ROM_REGION( 0x10000, "audiocpu", 0 )                                    /* Sound CPU */
812
812
        ROM_LOAD( "myp5a",          0x00000, 0x10000, CRC(6efee094) SHA1(ae2b5bf6199121520bf8428b8b160b987f5b474f) )
813
813
 
814
 
        ROM_REGION( 0x20000, "gfx1", ROMREGION_DISPOSE )        /* sprite tiles */
 
814
        ROM_REGION( 0x20000, "gfx1", 0 )        /* sprite tiles */
815
815
        ROM_LOAD( "p5b",          0x00000, 0x10000, CRC(7e3f87d4) SHA1(b8e7fa3f96d2e3937e4cb530f105bb84d5743b43) )
816
816
        ROM_LOAD( "p5c",          0x10000, 0x10000, CRC(8710fedb) SHA1(c7e8dc6b733e4ecce37d56fc429c00ade8736ff3) )
817
817
 
818
 
        ROM_REGION( 0x20000, "gfx2", ROMREGION_DISPOSE )        /* background tiles */
 
818
        ROM_REGION( 0x20000, "gfx2", 0 )        /* background tiles */
819
819
        ROM_LOAD( "myp5g",          0x00000, 0x10000, CRC(617b074b) SHA1(7aaac9fddf5675b6698373333db3e096471d7ad6) )
820
820
        ROM_LOAD( "myp5h",          0x10000, 0x10000, CRC(a9dfbe67) SHA1(f31f75e88f9b37d7fe5b1a1a8e0299151b729ccf) )
821
821
 
822
 
        ROM_REGION( 0x08000, "gfx3", ROMREGION_DISPOSE )        /* foreground tiles */
 
822
        ROM_REGION( 0x08000, "gfx3", 0 )        /* foreground tiles */
823
823
        ROM_LOAD( "p5f",          0x00000, 0x08000, CRC(04d7e21c) SHA1(6046c506bdedc233e3730f90c7897e847bec8758) )
824
824
 
825
 
        ROM_REGION( 0x08000, "proms", ROMREGION_DISPOSE )       /* Proms */
 
825
        ROM_REGION( 0x08000, "proms", 0 )       /* Proms */
826
826
        ROM_LOAD( "my10.7l",    0x000, 0x200, CRC(6a7d13c0) SHA1(2a835a4ac1acb7663d0b915d0339af9800284da6) )
827
827
        ROM_LOAD( "my09.3t",    0x200, 0x400, CRC(59e44236) SHA1(f53d99694fa5acd7cc51dd78e09f0d2ef730e7a4) )
828
828
ROM_END
905
905
        ROM_REGION( 0x10000, "audiocpu", 0 )                                    /* Sound CPU */
906
906
        ROM_LOAD( "1.3a",         0x00000, 0x08000, CRC(92801404) SHA1(c4ff47989d355b18a909eaa88f138e2f68178ecc) )
907
907
 
908
 
        ROM_REGION( 0x20000, "gfx1", ROMREGION_DISPOSE )        /* sprite tiles */
 
908
        ROM_REGION( 0x20000, "gfx1", 0 )        /* sprite tiles */
909
909
        ROM_LOAD( "2.4p",         0x00000, 0x10000, CRC(bd972ff4) SHA1(63bfb455bc0ae1d31e6f1066864ec0c8d2d0cf99) )
910
910
        ROM_LOAD( "3.4s",         0x10000, 0x10000, CRC(9a8a8a97) SHA1(13328631202c196c9d8791cc6063048eb6be0472) )
911
911
 
912
 
        ROM_REGION( 0x20000, "gfx2", ROMREGION_DISPOSE )        /* background tiles */
 
912
        ROM_REGION( 0x20000, "gfx2", 0 )        /* background tiles */
913
913
        /* some corrupt 'blank' characters, should also be checked with a redump */
914
914
        ROM_LOAD( "8.2l",         0x00000, 0x10000, BAD_DUMP CRC(3391c769) SHA1(7ae7575ac81d6e0d915c279c1f57a9bc6d096bd6) )
915
915
        ROM_LOAD( "9.2m",         0x10000, 0x10000, BAD_DUMP CRC(5b315976) SHA1(d17cc1926f926bdd88b66ea6af88dac30880e7d4) )
916
916
 
917
 
        ROM_REGION( 0x08000, "gfx3", ROMREGION_DISPOSE )        /* foreground tiles */
 
917
        ROM_REGION( 0x08000, "gfx3", 0 )        /* foreground tiles */
918
918
        ROM_LOAD( "7.4f",         0x00000, 0x08000, CRC(400114b9) SHA1(db2f3ba05a2005ae0e0e7d19c8739353032cbeab) )
919
919
 
920
 
        ROM_REGION( 0x08000, "proms", ROMREGION_DISPOSE )       /* Proms */
 
920
        ROM_REGION( 0x08000, "proms", 0 )       /* Proms */
921
921
        ROM_LOAD( "82s131.7l",    0x000, 0x200, CRC(6a7d13c0) SHA1(2a835a4ac1acb7663d0b915d0339af9800284da6) )
922
922
        ROM_LOAD( "82s137.3t",    0x200, 0x400, CRC(59e44236) SHA1(f53d99694fa5acd7cc51dd78e09f0d2ef730e7a4) )
923
923
ROM_END