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

« back to all changes in this revision

Viewing changes to src/mame/drivers/exedexes.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:
261
261
        ROM_REGION( 0x10000, "audiocpu", 0 )
262
262
        ROM_LOAD( "11e_ee01.bin", 0x00000, 0x4000, CRC(73cdf3b2) SHA1(c9f2c91011bdeecec8fa76a42d95f3a5ec77cec9) )
263
263
 
264
 
        ROM_REGION( 0x02000, "gfx1", ROMREGION_DISPOSE )
 
264
        ROM_REGION( 0x02000, "gfx1", 0 )
265
265
        ROM_LOAD( "05c_ee00.bin", 0x00000, 0x2000, CRC(cadb75bd) SHA1(2086be5e295e5d870bcb35f116cc925f811b7583) ) /* Characters */
266
266
 
267
 
        ROM_REGION( 0x04000, "gfx2", ROMREGION_DISPOSE )
 
267
        ROM_REGION( 0x04000, "gfx2", 0 )
268
268
        ROM_LOAD( "h01_ee08.bin", 0x00000, 0x4000, CRC(96a65c1d) SHA1(3b49c64b32f01ec72cf2d943bfe3aa575d62a765) ) /* 32x32 tiles planes 0-1 */
269
269
 
270
 
        ROM_REGION( 0x08000, "gfx3", ROMREGION_DISPOSE )
 
270
        ROM_REGION( 0x08000, "gfx3", 0 )
271
271
        ROM_LOAD( "a03_ee06.bin", 0x00000, 0x4000, CRC(6039bdd1) SHA1(01156e02ed59e6c1e55204729e515cd4419568fb) ) /* 16x16 tiles planes 0-1 */
272
272
        ROM_LOAD( "a02_ee05.bin", 0x04000, 0x4000, CRC(b32d8252) SHA1(738225146ba38f2a9216fda278838e7ebb29a0bb) ) /* 16x16 tiles planes 2-3 */
273
273
 
274
 
        ROM_REGION( 0x08000, "gfx4", ROMREGION_DISPOSE )
 
274
        ROM_REGION( 0x08000, "gfx4", 0 )
275
275
        ROM_LOAD( "j11_ee10.bin", 0x00000, 0x4000, CRC(bc83e265) SHA1(ac9b4cce9e539c560414abf2fc239910f2bfbb2d) ) /* Sprites planes 0-1 */
276
276
        ROM_LOAD( "j12_ee11.bin", 0x04000, 0x4000, CRC(0e0f300d) SHA1(2f973748e459b16673115abf7de8615219e39fa4) ) /* Sprites planes 2-3 */
277
277
 
303
303
        ROM_REGION( 0x10000, "audiocpu", 0 )
304
304
        ROM_LOAD( "ee01e.11e",    0x00000, 0x4000, CRC(93d3f952) SHA1(5c86d1ddf03083ac2787efb7a29c09b2f46ec3fa) )
305
305
 
306
 
        ROM_REGION( 0x02000, "gfx1", ROMREGION_DISPOSE )
 
306
        ROM_REGION( 0x02000, "gfx1", 0 )
307
307
        ROM_LOAD( "ee00e.5c",     0x00000, 0x2000, CRC(5972f95f) SHA1(7b90ceca37dba773f72a80da6272b00061526348) ) /* Characters */
308
308
 
309
 
        ROM_REGION( 0x04000, "gfx2", ROMREGION_DISPOSE )
 
309
        ROM_REGION( 0x04000, "gfx2", 0 )
310
310
        ROM_LOAD( "h01_ee08.bin", 0x00000, 0x4000, CRC(96a65c1d) SHA1(3b49c64b32f01ec72cf2d943bfe3aa575d62a765) ) /* 32x32 tiles planes 0-1 */
311
311
 
312
 
        ROM_REGION( 0x08000, "gfx3", ROMREGION_DISPOSE )
 
312
        ROM_REGION( 0x08000, "gfx3", 0 )
313
313
        ROM_LOAD( "a03_ee06.bin", 0x00000, 0x4000, CRC(6039bdd1) SHA1(01156e02ed59e6c1e55204729e515cd4419568fb) ) /* 16x16 tiles planes 0-1 */
314
314
        ROM_LOAD( "a02_ee05.bin", 0x04000, 0x4000, CRC(b32d8252) SHA1(738225146ba38f2a9216fda278838e7ebb29a0bb) ) /* 16x16 tiles planes 2-3 */
315
315
 
316
 
        ROM_REGION( 0x08000, "gfx4", ROMREGION_DISPOSE )
 
316
        ROM_REGION( 0x08000, "gfx4", 0 )
317
317
        ROM_LOAD( "j11_ee10.bin", 0x00000, 0x4000, CRC(bc83e265) SHA1(ac9b4cce9e539c560414abf2fc239910f2bfbb2d) ) /* Sprites planes 0-1 */
318
318
        ROM_LOAD( "j12_ee11.bin", 0x04000, 0x4000, CRC(0e0f300d) SHA1(2f973748e459b16673115abf7de8615219e39fa4) ) /* Sprites planes 2-3 */
319
319