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

« back to all changes in this revision

Viewing changes to src/mame/drivers/goodejan.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:
371
371
        ROM_CONTINUE(             0x010000, 0x08000 )
372
372
        ROM_COPY( "audiocpu", 0, 0x018000, 0x08000 )
373
373
 
374
 
        ROM_REGION( 0x080000, "spr_gfx", ROMREGION_DISPOSE )
 
374
        ROM_REGION( 0x080000, "spr_gfx", 0 )
375
375
        ROM_LOAD( "e-jan.078", 0x000000, 0x080000, CRC(ff9ee9d8) SHA1(5e49e9a666630ca9867ee96b9d2b8d6f503b25df) )
376
376
 
377
 
        ROM_REGION( 0x100000, "bg_gfx", ROMREGION_DISPOSE )
 
377
        ROM_REGION( 0x100000, "bg_gfx", 0 )
378
378
        ROM_LOAD( "e-jan.064", 0x000000, 0x100000, CRC(5f6185ee) SHA1(599e4a574672cd1571032e879b3032d06b70e4e2) )
379
379
 
380
 
        ROM_REGION( 0x20000, "md_gfx", ROMREGION_DISPOSE )
 
380
        ROM_REGION( 0x20000, "md_gfx", ROMREGION_ERASEFF )
381
381
        /*Empty*/
382
 
        ROM_REGION( 0x20000, "fg_gfx", ROMREGION_DISPOSE )
 
382
        ROM_REGION( 0x20000, "fg_gfx", ROMREGION_ERASEFF )
383
383
        /*Empty*/
384
384
 
385
 
        ROM_REGION( 0x20000, "tx_gfx", ROMREGION_ERASEFF | ROMREGION_DISPOSE )
 
385
        ROM_REGION( 0x20000, "tx_gfx", ROMREGION_ERASEFF )
386
386
        ROM_LOAD16_BYTE( "3.063",  0x00000, 0x10000, CRC(61b5ae88) SHA1(16105a4e97765454079deda8eaa456d60d44e906) )
387
387
        ROM_LOAD16_BYTE( "4.061",  0x00001, 0x10000, CRC(29fb6ad2) SHA1(8a9c4625472daefca7fb73a9ef3717e86c3d632f) )
388
388
 
389
389
        ROM_REGION( 0x80000, "oki", 0 )  /* ADPCM samples */
390
390
        ROM_LOAD( "e-jan.0911", 0x00000, 0x80000, CRC(a7fb93c2) SHA1(c2e1300f142032c087c96e1a785af28a6d678947) )
391
391
 
392
 
        ROM_REGION( 0x200, "user1", ROMREGION_DISPOSE ) /* not used */
 
392
        ROM_REGION( 0x200, "user1", 0 ) /* not used */
393
393
        ROM_LOAD( "fmj08.083", 0x000, 0x100, CRC(9657b7ad) SHA1(e9b469c2b3534593f7fe0ea19cbbf93b55957e42) )
394
394
ROM_END
395
395
 
403
403
        ROM_CONTINUE(             0x010000, 0x08000 )
404
404
        ROM_COPY( "audiocpu", 0, 0x018000, 0x08000 )
405
405
 
406
 
        ROM_REGION( 0x080000, "spr_gfx", ROMREGION_DISPOSE )
 
406
        ROM_REGION( 0x080000, "spr_gfx", 0 )
407
407
        ROM_LOAD( "e_jan2obj.078", 0x000000, 0x080000, CRC(0f892ef2) SHA1(188ae43db1c48fb6870aa45c64718e901831499b) )
408
408
 
409
 
        ROM_REGION( 0x100000, "bg_gfx", ROMREGION_DISPOSE )
 
409
        ROM_REGION( 0x100000, "bg_gfx", 0 )
410
410
        ROM_LOAD( "e_jan2scr.064", 0x000000, 0x100000, CRC(71654822) SHA1(fe2a128413999085e321e455aeebda0360d38cb8) )
411
411
 
412
 
        ROM_REGION( 0x20000, "md_gfx", ROMREGION_DISPOSE )
 
412
        ROM_REGION( 0x20000, "md_gfx", ROMREGION_ERASEFF )
413
413
        /*Empty*/
414
 
        ROM_REGION( 0x20000, "fg_gfx", ROMREGION_DISPOSE )
 
414
        ROM_REGION( 0x20000, "fg_gfx", ROMREGION_ERASEFF )
415
415
        /*Empty*/
416
416
 
417
 
        ROM_REGION( 0x20000, "tx_gfx", ROMREGION_ERASEFF | ROMREGION_DISPOSE )
 
417
        ROM_REGION( 0x20000, "tx_gfx", ROMREGION_ERASEFF )
418
418
        ROM_LOAD16_BYTE( "3.063",  0x00000, 0x10000, CRC(f355564a) SHA1(35140cc86504d6fdaba00b520d226724bac9f546) )
419
419
        ROM_LOAD16_BYTE( "4.061",  0x00001, 0x10000, CRC(5bdf7225) SHA1(a8eded9dc5be1db20cddbed1ae8c22de1674de2a) )
420
420
 
421
421
        ROM_REGION( 0x80000, "oki", 0 )  /* ADPCM samples */
422
422
        ROM_LOAD( "e-jan.911", 0x00000, 0x80000, CRC(6d2cbc35) SHA1(61f47e2a94b8877906224f46d8301a26a0b9e55f) )
423
423
 
424
 
        ROM_REGION( 0x200, "user1", ROMREGION_DISPOSE ) /* not used */
 
424
        ROM_REGION( 0x200, "user1", 0 ) /* not used */
425
425
        ROM_LOAD( "fmj08.083", 0x000, 0x100, CRC(9657b7ad) SHA1(e9b469c2b3534593f7fe0ea19cbbf93b55957e42) )
426
426
ROM_END
427
427
 
428
 
ROM_START( goodejaa )
 
428
ROM_START( goodejana )
429
429
        ROM_REGION( 0x100000, "maincpu", 0 ) /* V30 code */
430
430
        ROM_LOAD16_BYTE( "1.u022",  0xc0000, 0x20000, CRC(d496cdd1) SHA1(144a9d8850b3b62520b71efd2ed1459bd673ac92) )
431
431
        ROM_LOAD16_BYTE( "2.u023",  0xc0001, 0x20000, CRC(5eda77bb) SHA1(ac54125988f9c929207becf0dcbab72eff4f054a) )
435
435
        ROM_CONTINUE(             0x010000, 0x08000 )
436
436
        ROM_COPY( "audiocpu", 0, 0x018000, 0x08000 )
437
437
 
438
 
        ROM_REGION( 0x080000, "spr_gfx", ROMREGION_DISPOSE )
 
438
        ROM_REGION( 0x080000, "spr_gfx", 0 )
439
439
        ROM_LOAD( "e_jan2obj.078", 0x000000, 0x080000, CRC(0f892ef2) SHA1(188ae43db1c48fb6870aa45c64718e901831499b) )
440
440
 
441
 
        ROM_REGION( 0x100000, "bg_gfx", ROMREGION_DISPOSE )
 
441
        ROM_REGION( 0x100000, "bg_gfx", 0 )
442
442
        ROM_LOAD( "e_jan2scr.064", 0x000000, 0x100000, CRC(71654822) SHA1(fe2a128413999085e321e455aeebda0360d38cb8) )
443
443
 
444
 
        ROM_REGION( 0x20000, "md_gfx", ROMREGION_DISPOSE )
 
444
        ROM_REGION( 0x20000, "md_gfx", ROMREGION_ERASEFF )
445
445
        /*Empty*/
446
 
        ROM_REGION( 0x20000, "fg_gfx", ROMREGION_DISPOSE )
 
446
        ROM_REGION( 0x20000, "fg_gfx", ROMREGION_ERASEFF )
447
447
        /*Empty*/
448
448
 
449
 
        ROM_REGION( 0x20000, "tx_gfx", ROMREGION_ERASEFF | ROMREGION_DISPOSE )
 
449
        ROM_REGION( 0x20000, "tx_gfx", ROMREGION_ERASEFF )
450
450
        ROM_LOAD16_BYTE( "3.063",  0x00000, 0x10000, CRC(f355564a) SHA1(35140cc86504d6fdaba00b520d226724bac9f546) )
451
451
        ROM_LOAD16_BYTE( "4.061",  0x00001, 0x10000, CRC(5bdf7225) SHA1(a8eded9dc5be1db20cddbed1ae8c22de1674de2a) )
452
452
 
453
453
        ROM_REGION( 0x80000, "oki", 0 )  /* ADPCM samples */
454
454
        ROM_LOAD( "e-jan.911", 0x00000, 0x80000, CRC(6d2cbc35) SHA1(61f47e2a94b8877906224f46d8301a26a0b9e55f) )
455
455
 
456
 
        ROM_REGION( 0x200, "user1", ROMREGION_DISPOSE ) /* not used */
 
456
        ROM_REGION( 0x200, "user1", 0 ) /* not used */
457
457
        ROM_LOAD( "fmj08.083", 0x000, 0x100, CRC(9657b7ad) SHA1(e9b469c2b3534593f7fe0ea19cbbf93b55957e42) )
458
458
ROM_END
459
459
 
460
460
GAME( 1991, totmejan, 0,        totmejan, goodejan, 0, ROT0, "Seibu (distributed by Tecmo)", "Tottemo E Jong", GAME_IMPERFECT_GRAPHICS )
461
461
GAME( 1991, goodejan, 0,        goodejan, goodejan, 0, ROT0, "Seibu (distributed by Tecmo)", "Good E Jong -Kachinuki Mahjong Syoukin Oh!!- (set 1)", GAME_IMPERFECT_GRAPHICS )
462
 
GAME( 1991, goodejaa, goodejan, goodejan, goodejan, 0, ROT0, "Seibu (distributed by Tecmo)", "Good E Jong -Kachinuki Mahjong Syoukin Oh!!- (set 2)", GAME_IMPERFECT_GRAPHICS )
 
462
GAME( 1991, goodejana,goodejan, goodejan, goodejan, 0, ROT0, "Seibu (distributed by Tecmo)", "Good E Jong -Kachinuki Mahjong Syoukin Oh!!- (set 2)", GAME_IMPERFECT_GRAPHICS )