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

« back to all changes in this revision

Viewing changes to src/mame/drivers/crimfght.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:
139
139
        KONAMI8_B12_UNK(3)
140
140
 
141
141
        PORT_START("P4")
142
 
        KONAMI8_B12_UNK(1)
 
142
        KONAMI8_B12_UNK(4)
143
143
 
144
144
        PORT_START("SYSTEM")
145
145
        PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
284
284
        ROM_LOAD( "821k03.e5",  0x00000, 0x40000, CRC(fef8505a) SHA1(5c5121609f69001838963e961cb227d6b64e4f5f) )
285
285
ROM_END
286
286
 
287
 
ROM_START( crimfgtj )
 
287
ROM_START( crimfghtj )
288
288
        ROM_REGION( 0x28000, "maincpu", 0 ) /* code + banked roms */
289
289
        ROM_LOAD( "821p02.bin", 0x10000, 0x18000, CRC(f33fa2e1) SHA1(00fc9e8250fa51386f3af2fca0f137bec9e1c220) )
290
290
        ROM_CONTINUE(           0x08000, 0x08000 )
307
307
        ROM_LOAD( "821k03.e5",  0x00000, 0x40000, CRC(fef8505a) SHA1(5c5121609f69001838963e961cb227d6b64e4f5f) )
308
308
ROM_END
309
309
 
310
 
ROM_START( crimfgt2 )
 
310
ROM_START( crimfght2 )
311
311
ROM_REGION( 0x28000, "maincpu", 0 ) /* code + banked roms */
312
312
        ROM_LOAD( "crimefb.r02", 0x10000, 0x18000, CRC(4ecdd923) SHA1(78e5260c4bb9b18d7818fb6300d7e1d3a577fb63) )
313
313
        ROM_CONTINUE(           0x08000, 0x08000 )
376
376
 
377
377
 
378
378
GAME( 1989, crimfght, 0,        crimfght, crimfght, crimfght, ROT0, "Konami", "Crime Fighters (US 4 players)", 0 )
379
 
GAME( 1989, crimfgt2, crimfght, crimfght, crimfgtj, crimfght, ROT0, "Konami", "Crime Fighters (World 2 Players)", 0 )
380
 
GAME( 1989, crimfgtj, crimfght, crimfght, crimfgtj, crimfght, ROT0, "Konami", "Crime Fighters (Japan 2 Players)", 0 )
 
379
GAME( 1989, crimfght2,crimfght, crimfght, crimfgtj, crimfght, ROT0, "Konami", "Crime Fighters (World 2 Players)", 0 )
 
380
GAME( 1989, crimfghtj,crimfght, crimfght, crimfgtj, crimfght, ROT0, "Konami", "Crime Fighters (Japan 2 Players)", 0 )