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

« back to all changes in this revision

Viewing changes to src/mame/drivers/pandoras.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:
386
386
        ROM_REGION( 0x1000, "mcu", 0 ) /* 4K for the Sound CPU 2 */
387
387
        ROM_LOAD( "pand_7e.snd",        0x00000, 0x01000, CRC(18b0f9d0) SHA1(2a6119423222577a4c2b99ed78f61ba387eec7f8) )
388
388
 
389
 
        ROM_REGION( 0x6000, "gfx1", ROMREGION_DISPOSE )
 
389
        ROM_REGION( 0x6000, "gfx1", 0 )
390
390
        ROM_LOAD( "pand_j18.cpu",       0x00000, 0x02000, CRC(99a696c5) SHA1(35a27cd5ecc51a9a1acf01eb8078a1028f03be32) )        /* sprites */
391
391
        ROM_LOAD( "pand_j17.cpu",       0x02000, 0x02000, CRC(38a03c21) SHA1(b0c8f642787bab3cd1d76657e56f07f4f6f9073c) )
392
392
        ROM_LOAD( "pand_j16.cpu",       0x04000, 0x02000, CRC(e0708a78) SHA1(9dbd08b6ca8a66a61e128d1806888696273de848) )
393
393
 
394
 
        ROM_REGION( 0x4000, "gfx2", ROMREGION_DISPOSE )
 
394
        ROM_REGION( 0x4000, "gfx2", 0 )
395
395
        ROM_LOAD( "pand_a18.cpu",       0x00000, 0x02000, CRC(23706d4a) SHA1(cca92e6ff90e3006a79a214f1211fd659771de53) )        /* tiles */
396
396
        ROM_LOAD( "pand_a19.cpu",       0x02000, 0x02000, CRC(a463b3f9) SHA1(549b7ee6e47325b80186441da11879fb8b1b47be) )
397
397