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

« back to all changes in this revision

Viewing changes to src/mame/drivers/madalien.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:
216
216
        ROM_LOAD( "m8", 0xf800, 0x0400, CRC(cfd19dab) SHA1(566dc84ffe9bcaeb112250a9e1882bf62f47b579) )
217
217
        ROM_LOAD( "m9", 0xfc00, 0x0400, CRC(48f30f24) SHA1(9c0bf6e43b143d6af1ebb9dad2bdc2b53eb2e48e) )
218
218
 
219
 
        ROM_REGION( 0x0c00, "gfx1", ROMREGION_DISPOSE )    /* background tiles */
 
219
        ROM_REGION( 0x0c00, "gfx1", 0 )    /* background tiles */
220
220
        ROM_LOAD( "mc.3k", 0x0000, 0x0400, CRC(2daadfb7) SHA1(8be084a39b256e538fd57111e92d47115cb142cd) )
221
221
        ROM_LOAD( "md.3l", 0x0400, 0x0400, CRC(3ee1287a) SHA1(33bc59a8d09d22f3db80f881c2f37aa788718138) )
222
222
        ROM_LOAD( "me.3m", 0x0800, 0x0400, CRC(45a5c201) SHA1(ac600afeabf494634c3189d8e96644bd0deb45f3) )
223
223
 
224
 
        ROM_REGION( 0x0400, "gfx2", ROMREGION_DISPOSE )    /* headlight */
 
224
        ROM_REGION( 0x0400, "gfx2", 0 )    /* headlight */
225
225
        ROM_LOAD( "ma.2b", 0x0000, 0x0400, CRC(aab16446) SHA1(d2342627cc2766004343f27515d8a7989d5fe932) )
226
226
 
227
227
        ROM_REGION( 0x0400, "user1", 0 )                    /* background tile map */
382
382
 
383
383
***************************************************************************/
384
384
 
385
 
ROM_START( madalina )
 
385
ROM_START( madaliena )
386
386
        ROM_REGION( 0x10000, "maincpu", 0 )                   /* main CPU */
387
387
        ROM_LOAD( "2716.4c", 0xb000, 0x0800, CRC(90be68af) SHA1(472ccfd2e04d6d49be47d919cba0c55d850b2887) )
388
388
        ROM_LOAD( "2716.4e", 0xb800, 0x0800, CRC(aba10cbb) SHA1(6ca213ded8ed7f4f310ab5ae25220cf867dd1d00) )
399
399
        ROM_LOAD( "8_2708.4d", 0xf800, 0x0400, CRC(46162e7e) SHA1(7ed85f4a9ac58d6d9bafba0c843a16c269656563) )
400
400
        ROM_LOAD( "9_2708.3d", 0xfc00, 0x0400, CRC(4175f5c4) SHA1(45cae8a1fcfd34b91c63cc7e544a32922da14f16) )
401
401
 
402
 
        ROM_REGION( 0x0c00, "gfx1", ROMREGION_DISPOSE )    /* background tiles */
 
402
        ROM_REGION( 0x0c00, "gfx1", 0 )    /* background tiles */
403
403
        ROM_LOAD( "mc-1.3k", 0x0000, 0x0400, NO_DUMP )
404
404
        ROM_LOAD( "me-1.3l", 0x0400, 0x0400, CRC(7328a425) SHA1(327adc8b0e25d93f1ae98a44c26d0aaaac1b1a9c) )
405
405
        ROM_LOAD( "md-1.3m", 0x0800, 0x0400, CRC(b5329929) SHA1(86890e1b7cc8cb31fc0dcbc2d3cff02e4cf95619) )
406
406
 
407
 
        ROM_REGION( 0x0400, "gfx2", ROMREGION_DISPOSE )    /* headlight */
 
407
        ROM_REGION( 0x0400, "gfx2", 0 )    /* headlight */
408
408
        ROM_LOAD( "ma.2b", 0x0000, 0x0400, CRC(aab16446) SHA1(d2342627cc2766004343f27515d8a7989d5fe932) )
409
409
 
410
410
        ROM_REGION( 0x0400, "user1", 0 )                    /* background tile map */
420
420
 
421
421
/*          set       parent    machine   inp       init */
422
422
GAME( 1980, madalien, 0,        madalien, madalien, 0, ROT270, "Data East Corporation", "Mad Alien", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
423
 
GAME( 1980, madalina, madalien, madalien, madalien, 0, ROT270, "Data East Corporation", "Mad Alien (Highway Chase)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
 
423
GAME( 1980, madaliena, madalien, madalien, madalien, 0, ROT270, "Data East Corporation", "Mad Alien (Highway Chase)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )