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

« back to all changes in this revision

Viewing changes to src/mame/drivers/labyrunr.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:
244
244
        ROM_CONTINUE(           0x08000, 0x08000 )
245
245
        ROM_LOAD( "771e03",     0x18000, 0x10000, CRC(d0d68036) SHA1(8589ee07e229259341a4cc22bc64de8f06536472) )
246
246
 
247
 
        ROM_REGION( 0x40000, "gfx1", ROMREGION_DISPOSE )
 
247
        ROM_REGION( 0x40000, "gfx1", 0 )
248
248
        ROM_LOAD16_BYTE( "771e01a",     0x00000, 0x10000, CRC(103ffa0d) SHA1(1949c49ca3b243e4cfb5fb19ecd3a1e1492cfddd) )        /* tiles + sprites */
249
249
        ROM_LOAD16_BYTE( "771e01c",     0x00001, 0x10000, CRC(cfec5be9) SHA1(2b6a32e2608a70c47d1ec9b4de38b5c3a0898cde) )
250
250
        ROM_LOAD16_BYTE( "771d01b",     0x20000, 0x10000, CRC(07f2a71c) SHA1(63c79e75e71539e69d4d9d35e629a6021124f6d0) )
261
261
        ROM_CONTINUE(           0x08000, 0x08000 )
262
262
        ROM_LOAD( "771j03.08f", 0x18000, 0x10000, CRC(12b49044) SHA1(e9b22fb093cfb746a9767e94ef5deef98bed5b7a) )
263
263
 
264
 
        ROM_REGION( 0x40000, "gfx1", ROMREGION_DISPOSE )
 
264
        ROM_REGION( 0x40000, "gfx1", 0 )
265
265
        ROM_LOAD( "771d01.14a", 0x00000, 0x40000, CRC(15c8f5f9) SHA1(e4235e1315d0331f3ce5047834a68764ed43aa4b) )        /* tiles + sprites */
266
266
 
267
267
        ROM_REGION( 0x0100, "proms", 0 )
269
269
                                                                                                                        /* there is no char lookup table */
270
270
ROM_END
271
271
 
272
 
ROM_START( labyrunk )
 
272
ROM_START( labyrunrk )
273
273
        ROM_REGION( 0x28000, "maincpu", 0 ) /* code + banked roms */
274
274
        ROM_LOAD( "771k04.10f", 0x10000, 0x08000, CRC(9816ab35) SHA1(6efb0332f4a62f20889f212682ee7225e4a182a9) )
275
275
        ROM_CONTINUE(           0x08000, 0x08000 )
276
276
        ROM_LOAD( "771k03.8f",  0x18000, 0x10000, CRC(48d732ae) SHA1(8bc7917397f32cf5f995b3763ae921725e27de05) )
277
277
 
278
 
        ROM_REGION( 0x40000, "gfx1", ROMREGION_DISPOSE )
 
278
        ROM_REGION( 0x40000, "gfx1", 0 )
279
279
        ROM_LOAD16_BYTE( "771d01a.13a", 0x00000, 0x10000, CRC(0cd1ed1a) SHA1(eac6c106de28acc54535ae1fb99f778c1ed4013e) )        /* tiles + sprites */
280
280
        ROM_LOAD16_BYTE( "771d01c.13a", 0x00001, 0x10000, CRC(d75521fe) SHA1(72f0c4d9511bc70d77415f50be93293026305bd5) )
281
281
        ROM_LOAD16_BYTE( "771d01b",         0x20000, 0x10000, CRC(07f2a71c) SHA1(63c79e75e71539e69d4d9d35e629a6021124f6d0) )
289
289
 
290
290
GAME( 1987, tricktrp, 0,        labyrunr, labyrunr, 0, ROT90, "Konami", "Trick Trap (World?)", 0 )
291
291
GAME( 1987, labyrunr, tricktrp, labyrunr, labyrunr, 0, ROT90, "Konami", "Labyrinth Runner (Japan)", 0 )
292
 
GAME( 1987, labyrunk, tricktrp, labyrunr, labyrunr, 0, ROT90, "Konami", "Labyrinth Runner (World Ver. K)", 0 )
 
292
GAME( 1987, labyrunrk,tricktrp, labyrunr, labyrunr, 0, ROT90, "Konami", "Labyrinth Runner (World Ver. K)", 0 )