From 2a2e1f3aa9b590b56befba99db912e0c7fcb36f6 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 23 Apr 2020 06:47:21 +0200 Subject: [PATCH] cninja.cpp: updated mutantf and clones year according to MT07615 (nw) --- src/mame/drivers/cninja.cpp | 14 +++++++------- src/mame/mame.lst | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/mame/drivers/cninja.cpp b/src/mame/drivers/cninja.cpp index 56a184d00ca..6e3d6d5a4b6 100644 --- a/src/mame/drivers/cninja.cpp +++ b/src/mame/drivers/cninja.cpp @@ -11,8 +11,8 @@ Robocop 2 (c) 1991 Data East Corporation (Japanese version) Robocop 2 (c) 1991 Data East Corporation (World version) Stone Age (Italian bootleg) - Mutant Fighter (c) 1992 Data East Corporation (World version) - Death Brade (c) 1992 Data East Corporation (Japanese version) + Mutant Fighter (c) 1991 Data East Corporation (World version) + Death Brade (c) 1991 Data East Corporation (Japanese version) Edward Randy runs on the same board as Caveman Ninja but the protection chip is different. Robocop 2 also has a different protection chip but @@ -2209,8 +2209,8 @@ GAME( 1991, robocop2u, robocop2, robocop2, robocop2, cninja_state, empty_init, GAME( 1991, robocop2ua, robocop2, robocop2, robocop2, cninja_state, empty_init, ROT0, "Data East Corporation", "Robocop 2 (US v0.05)", MACHINE_SUPPORTS_SAVE ) GAME( 1991, robocop2j, robocop2, robocop2, robocop2, cninja_state, empty_init, ROT0, "Data East Corporation", "Robocop 2 (Japan v0.11)", MACHINE_SUPPORTS_SAVE ) -GAME( 1992, mutantf, 0, mutantf, mutantf, cninja_state, init_mutantf, ROT0, "Data East Corporation", "Mutant Fighter (World ver EM-5)", MACHINE_SUPPORTS_SAVE ) -GAME( 1992, mutantf4, mutantf, mutantf, mutantf, cninja_state, init_mutantf, ROT0, "Data East Corporation", "Mutant Fighter (World ver EM-4)", MACHINE_SUPPORTS_SAVE ) -GAME( 1992, mutantf3, mutantf, mutantf, mutantf, cninja_state, init_mutantf, ROT0, "Data East Corporation", "Mutant Fighter (World ver EM-3)", MACHINE_SUPPORTS_SAVE ) -GAME( 1992, mutantf2, mutantf, mutantf, mutantf, cninja_state, init_mutantf, ROT0, "Data East Corporation", "Mutant Fighter (World ver EM-2)", MACHINE_SUPPORTS_SAVE ) -GAME( 1992, deathbrd, mutantf, mutantf, mutantf, cninja_state, init_mutantf, ROT0, "Data East Corporation", "Death Brade (Japan ver JM-3)", MACHINE_SUPPORTS_SAVE ) +GAME( 1991, mutantf, 0, mutantf, mutantf, cninja_state, init_mutantf, ROT0, "Data East Corporation", "Mutant Fighter (World ver EM-5)", MACHINE_SUPPORTS_SAVE ) +GAME( 1991, mutantf4, mutantf, mutantf, mutantf, cninja_state, init_mutantf, ROT0, "Data East Corporation", "Mutant Fighter (World ver EM-4)", MACHINE_SUPPORTS_SAVE ) +GAME( 1991, mutantf3, mutantf, mutantf, mutantf, cninja_state, init_mutantf, ROT0, "Data East Corporation", "Mutant Fighter (World ver EM-3)", MACHINE_SUPPORTS_SAVE ) +GAME( 1991, mutantf2, mutantf, mutantf, mutantf, cninja_state, init_mutantf, ROT0, "Data East Corporation", "Mutant Fighter (World ver EM-2)", MACHINE_SUPPORTS_SAVE ) +GAME( 1991, deathbrd, mutantf, mutantf, mutantf, cninja_state, init_mutantf, ROT0, "Data East Corporation", "Death Brade (Japan ver JM-3)", MACHINE_SUPPORTS_SAVE ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 2975c3d4a8d..3f22bcfd73f 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -10389,16 +10389,16 @@ cninja1 // MAG (c) 1991 Data East Corporation (World) cninjabl // bootleg cninjabl2 // bootleg cninjau // MAG (c) 1991 Data East Corporation (US) -deathbrd // MAF (c) 1992 Data East Corporation (Japan) +deathbrd // MAF (c) 1991 Data East Corporation (Japan) edrandy // MAD (c) 1990 Data East Corporation (World) edrandy1 // MAD (c) 1990 Data East Corporation (World) edrandy2 // MAD (c) 1990 Data East Corporation (World) edrandyj // MAD (c) 1990 Data East Corporation (Japan) joemac // MAG (c) 1991 Data East Corporation (Japan) -mutantf // MAF (c) 1992 Data East Corporation (World) -mutantf2 // MAF (c) 1992 Data East Corporation (World) -mutantf3 // MAF (c) 1992 Data East Corporation (World) -mutantf4 // MAF (c) 1992 Data East Corporation (World) +mutantf // MAF (c) 1991 Data East Corporation (World) +mutantf2 // MAF (c) 1991 Data East Corporation (World) +mutantf3 // MAF (c) 1991 Data East Corporation (World) +mutantf4 // MAF (c) 1991 Data East Corporation (World) robocop2 // MAH (c) 1991 Data East Corporation (World) robocop2j // MAH (c) 1991 Data East Corporation (Japan) robocop2u // MAH (c) 1991 Data East Corporation (US)