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

« back to all changes in this revision

Viewing changes to src/mame/drivers/metlclsh.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:
399
399
        ROM_LOAD( "cs03.bin",    0x00000, 0x8000, CRC(51c4720c) SHA1(7fd93bdcf029e7d2509b73b32f61fddf85f3453f) )
400
400
        ROM_COPY( "sub", 0x7ff0, 0xfff0, 0x10 )
401
401
 
402
 
        ROM_REGION( 0x18000, "gfx1", ROMREGION_DISPOSE )        // Sprites
 
402
        ROM_REGION( 0x18000, "gfx1", 0 )        // Sprites
403
403
        ROM_LOAD( "cs06.bin",    0x00000, 0x8000, CRC(9f61403f) SHA1(0ebb1cb9d4983746b6b32ec948e7b9efd90783d1) )
404
404
        ROM_LOAD( "cs07.bin",    0x08000, 0x8000, CRC(d0610ea5) SHA1(3dfa16cbe93a4c08993111f78a8dd22c874fdd28) )
405
405
        ROM_LOAD( "cs08.bin",    0x10000, 0x8000, CRC(a8b02125) SHA1(145a22b2910b2fbfb28925f58968ee2bdeae1dda) )
406
406
 
407
 
        ROM_REGION( 0x10000, "gfx2", ROMREGION_DISPOSE )        // Background
 
407
        ROM_REGION( 0x10000, "gfx2", 0 )        // Background
408
408
        ROM_LOAD( "cs01.bin",    0x00000, 0x1000, CRC(9c72343d) SHA1(c5618be7874ab6c930b0e68935c93f1958a1916d) )
409
409
        ROM_CONTINUE(            0x04000, 0x1000 )
410
410
        ROM_CONTINUE(            0x08000, 0x1000 )
422
422
        ROM_CONTINUE(            0x0b000, 0x1000 )
423
423
        ROM_CONTINUE(            0x0f000, 0x1000 )
424
424
 
425
 
        ROM_REGION( 0x04000, "gfx3", ROMREGION_DISPOSE )        // Foreground
 
425
        ROM_REGION( 0x04000, "gfx3", 0 )        // Foreground
426
426
        ROM_LOAD( "cs05.bin",    0x00000, 0x4000, CRC(f90c9c6b) SHA1(ca8e497e9c388078343dd1303beef6ee38748d6a) )
427
427
        ROM_CONTINUE(            0x00000, 0x4000 )      // first half is empty
428
428