From 0953bfa3a93cf8ce704b92044566899a6fb58495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Tue, 27 Jul 2010 09:32:18 +0000 Subject: [PATCH] mt 03957 bugfix by moa --- src/mame/drivers/neodrvr.c | 6 +++--- src/mame/mamedriv.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mame/drivers/neodrvr.c b/src/mame/drivers/neodrvr.c index c2dbc34e5e5..7a25e55dcda 100644 --- a/src/mame/drivers/neodrvr.c +++ b/src/mame/drivers/neodrvr.c @@ -8380,9 +8380,9 @@ GAME( 2003, kf2k3bl, kof2003, neogeo, neogeo, kf2k3bl , ROT0, "bootleg", GAME( 2003, kf2k3bla, kof2003, neogeo, neogeo, kf2k3pl, ROT0, "bootleg", "The King of Fighters 2003 (bootleg set 2)", GAME_SUPPORTS_SAVE ) // zooming is wrong because its a bootleg of the pcb version on a cart GAME( 2003, kf2k3pl, kof2003, neogeo, neogeo, kf2k3pl, ROT0, "bootleg", "The King of Fighters 2004 Plus / Hero (The King of Fighters 2003 bootleg)", GAME_SUPPORTS_SAVE ) // zooming is wrong because its a bootleg of the pcb version on a cart GAME( 2003, kf2k3upl, kof2003, neogeo, neogeo, kf2k3upl, ROT0, "bootleg", "The King of Fighters 2004 Ultra Plus (The King of Fighters 2003 bootleg)", GAME_SUPPORTS_SAVE ) // zooming is wrong because its a bootleg of the pcb version on a cart -GAME( 2003, samsh5sp, neogeo, neogeo, neogeo, samsh5sp, ROT0, "Yuki Enterprise / SNK Playmore", "Samurai Shodown V Special / Samurai Spirits Zero Special (set 1, uncensored)", GAME_SUPPORTS_SAVE ) -GAME( 2003, samsh5sph, samsh5sp, neogeo, neogeo, samsh5sp, ROT0, "Yuki Enterprise / SNK Playmore", "Samurai Shodown V Special / Samurai Spirits Zero Special (set 2, censored)", GAME_SUPPORTS_SAVE ) -GAME( 2003, samsh5spn, samsh5sp, neogeo, neogeo, samsh5sp, ROT0, "Yuki Enterprise / SNK Playmore", "Samurai Shodown V Special / Samurai Spirits Zero Special (set 3, less censored)", GAME_SUPPORTS_SAVE ) +GAME( 2004, samsh5sp, neogeo, neogeo, neogeo, samsh5sp, ROT0, "Yuki Enterprise / SNK Playmore", "Samurai Shodown V Special / Samurai Spirits Zero Special (set 1, uncensored)", GAME_SUPPORTS_SAVE ) +GAME( 2004, samsh5sph, samsh5sp, neogeo, neogeo, samsh5sp, ROT0, "Yuki Enterprise / SNK Playmore", "Samurai Shodown V Special / Samurai Spirits Zero Special (set 2, censored)", GAME_SUPPORTS_SAVE ) +GAME( 2004, samsh5spn, samsh5sp, neogeo, neogeo, samsh5sp, ROT0, "Yuki Enterprise / SNK Playmore", "Samurai Shodown V Special / Samurai Spirits Zero Special (set 3, less censored)", GAME_SUPPORTS_SAVE ) /* there are other bootlegs kof96ep, kf2k1pls etc.? -- work out which should be supported */ diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index 594abf7d704..c687adaab8c 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -6704,9 +6704,9 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11 DRIVER( kf2k3bla ) /* bootleg */ DRIVER( kf2k3pl ) /* bootleg */ DRIVER( kf2k3upl ) /* bootleg */ - DRIVER( samsh5sp ) /* 0272 (c) 2003 Playmore */ - DRIVER( samsh5sph ) /* 0272 (c) 2003 Playmore */ - DRIVER( samsh5spn ) /* 0272 (c) 2003 Playmore */ + DRIVER( samsh5sp ) /* 0272 (c) 2004 Playmore */ + DRIVER( samsh5sph ) /* 0272 (c) 2004 Playmore */ + DRIVER( samsh5spn ) /* 0272 (c) 2004 Playmore */ /* The BrezzaSoft games don't have proper ID codes */ DRIVER( jockeygp )