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

« back to all changes in this revision

Viewing changes to src/mame/drivers/starshp1.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:
340
340
        ROM_LOAD(          "7531-02.e3", 0x3800, 0x0800, CRC(b35b2c0e) SHA1(e52240cdfbba3dc380ba63f24cfc07b44feafd53) )
341
341
        ROM_RELOAD(                      0xf800, 0x0800 )
342
342
 
343
 
        ROM_REGION( 0x0400, "gfx1", ROMREGION_DISPOSE )
 
343
        ROM_REGION( 0x0400, "gfx1", 0 )
344
344
        ROM_LOAD( "7513-01.n7",  0x0000, 0x0400, CRC(8fb0045d) SHA1(fb311c6977dec6e2a04179406e9ffdb920989a47) )
345
345
 
346
 
        ROM_REGION( 0x0100, "gfx2", ROMREGION_DISPOSE )
 
346
        ROM_REGION( 0x0100, "gfx2", 0 )
347
347
        ROM_LOAD( "7515-01.j5",  0x0000, 0x0100, CRC(fcbcbf2e) SHA1(adf3cc43b77ad18eddbe39ee11625e552d1abab9) )
348
348
 
349
 
        ROM_REGION( 0x0800, "gfx3", ROMREGION_DISPOSE )
 
349
        ROM_REGION( 0x0800, "gfx3", 0 )
350
350
        ROM_LOAD( "7517-01.r1",  0x0000, 0x0400, CRC(1531f85f) SHA1(291822614fc6d3a71bf56607c796e18779f8cfc9) )
351
351
        ROM_LOAD( "7516-01.p1",  0x0400, 0x0400, CRC(64fbfe4c) SHA1(b2dfdcc1c9927c693fe43b2e1411d0f14375fdeb) )
352
352
 
353
 
        ROM_REGION( 0x0220, "proms", ROMREGION_DISPOSE )
 
353
        ROM_REGION( 0x0220, "proms", 0 )
354
354
        ROM_LOAD( "7518-01.r10", 0x0000, 0x0100, CRC(80877f7e) SHA1(8b28f48936a4247c583ca6713bfbaf4772c7a4f5) ) /* video output */
355
355
        ROM_LOAD( "7514-01.n9",  0x0100, 0x0100, CRC(3610b453) SHA1(9e33ee04f22a9174c29fafb8e71781fa330a7a08) ) /* sync */
356
356
        ROM_LOAD( "7519-01.b5",  0x0200, 0x0020, CRC(23b9cd3c) SHA1(220f9f73d86cdcf1b390c52c591750a73402af50) ) /* address */
377
377
        ROM_LOAD_NIB_LOW ( "d1",      0x3c00, 0x0400, CRC(be4050b6) SHA1(03ca4833769efb10f18f52b7ba4d016568d3cab9) )
378
378
        ROM_RELOAD(                   0xfc00, 0x0400 )
379
379
 
380
 
        ROM_REGION( 0x0400, "gfx1", ROMREGION_DISPOSE )
 
380
        ROM_REGION( 0x0400, "gfx1", 0 )
381
381
        ROM_LOAD( "7513-01.n7", 0x0000, 0x0400, CRC(8fb0045d) SHA1(fb311c6977dec6e2a04179406e9ffdb920989a47) )
382
382
 
383
 
        ROM_REGION( 0x0100, "gfx2", ROMREGION_DISPOSE )
 
383
        ROM_REGION( 0x0100, "gfx2", 0 )
384
384
        ROM_LOAD( "7515-01.j5", 0x0000, 0x0100, CRC(fcbcbf2e) SHA1(adf3cc43b77ad18eddbe39ee11625e552d1abab9) )
385
385
 
386
 
        ROM_REGION( 0x0800, "gfx3", ROMREGION_DISPOSE )
 
386
        ROM_REGION( 0x0800, "gfx3", 0 )
387
387
        ROM_LOAD( "7517-01.r1", 0x0000, 0x0400, CRC(1531f85f) SHA1(291822614fc6d3a71bf56607c796e18779f8cfc9) )
388
388
        ROM_LOAD( "7516-01.p1", 0x0400, 0x0400, CRC(64fbfe4c) SHA1(b2dfdcc1c9927c693fe43b2e1411d0f14375fdeb) )
389
389
 
390
 
        ROM_REGION( 0x0220, "proms", ROMREGION_DISPOSE )
 
390
        ROM_REGION( 0x0220, "proms", 0 )
391
391
        ROM_LOAD( "7518-01.r10", 0x0000, 0x0100, CRC(80877f7e) SHA1(8b28f48936a4247c583ca6713bfbaf4772c7a4f5) ) /* video output */
392
392
        ROM_LOAD( "7514-01.n9",  0x0100, 0x0100, CRC(3610b453) SHA1(9e33ee04f22a9174c29fafb8e71781fa330a7a08) ) /* sync */
393
393
        ROM_LOAD( "7519-01.b5",  0x0200, 0x0020, CRC(23b9cd3c) SHA1(220f9f73d86cdcf1b390c52c591750a73402af50) ) /* address */