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

« back to all changes in this revision

Viewing changes to src/mame/drivers/ohmygod.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:
355
355
        ROM_REGION( 0x80000, "maincpu", 0 )
356
356
        ROM_LOAD16_WORD_SWAP( "omg-p.114", 0x00000, 0x80000, CRC(48fa40ca) SHA1(b1d91e1a4a888526febbe53a12b73e375f604f2b) )
357
357
 
358
 
        ROM_REGION( 0x80000, "gfx1", ROMREGION_DISPOSE )
 
358
        ROM_REGION( 0x80000, "gfx1", 0 )
359
359
        ROM_LOAD( "omg-b.117",    0x00000, 0x80000, CRC(73621fa6) SHA1(de28c123eeaab78af83ab673431f90c97569450b) )
360
360
 
361
 
        ROM_REGION( 0x80000, "gfx2", ROMREGION_DISPOSE )
 
361
        ROM_REGION( 0x80000, "gfx2", 0 )
362
362
        ROM_LOAD( "omg-s.120",    0x00000, 0x80000, CRC(6413bd36) SHA1(52c455d727496eae80bfab9460127c4c5a874e32) )
363
363
 
364
364
        ROM_REGION( 0x240000, "oki", 0 )
371
371
        ROM_REGION( 0x80000, "maincpu", 0 )
372
372
        ROM_LOAD16_WORD_SWAP( "036-prg.114", 0x00000, 0x80000, CRC(3b7362f7) SHA1(ba16ec9df8569bacd387561ef2b3ea5b17cb650c) )
373
373
 
374
 
        ROM_REGION( 0x80000, "gfx1", ROMREGION_DISPOSE )
 
374
        ROM_REGION( 0x80000, "gfx1", 0 )
375
375
        ROM_LOAD( "036-bg.117",    0x00000, 0x80000, CRC(f53e8da5) SHA1(efaec4bb90cad75380ac6eb6859379cdefd187ac) )
376
376
 
377
 
        ROM_REGION( 0x80000, "gfx2", ROMREGION_DISPOSE )
 
377
        ROM_REGION( 0x80000, "gfx2", 0 )
378
378
        ROM_LOAD( "036-spr.120",   0x00000, 0x80000, CRC(e36d8731) SHA1(652709d7884d40459c95761c8abcb394c4b712bf) )
379
379
 
380
380
        ROM_REGION( 0x240000, "oki", 0 )