From 847762393bec374c469b86b445f08d6073993212 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Sat, 5 Sep 2015 11:45:32 +0000 Subject: [PATCH] fix description for ffightbl and ffightbla --- src/burn/drv/capcom/d_cps1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/burn/drv/capcom/d_cps1.cpp b/src/burn/drv/capcom/d_cps1.cpp index ed8e5cb18..cde5a1956 100644 --- a/src/burn/drv/capcom/d_cps1.cpp +++ b/src/burn/drv/capcom/d_cps1.cpp @@ -17425,7 +17425,7 @@ struct BurnDriver BurnDrvCpsFfightjh = { struct BurnDriver BurnDrvCpsFfightbl = { "ffightbl", "ffight", NULL, NULL, "1990", - "Final Fight (bootleg set 1, World)\0", NULL, "bootleg", "CPS1", + "Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205), World)\0", NULL, "bootleg", "CPS1", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_CLONE | BDF_BOOTLEG, 2, HARDWARE_CAPCOM_CPS1, GBF_SCRFIGHT, 0, NULL, FfightblRomInfo, FfightblRomName, NULL, NULL, FfightInputInfo, FfightDIPInfo, @@ -17435,7 +17435,7 @@ struct BurnDriver BurnDrvCpsFfightbl = { struct BurnDriver BurnDrvCpsFfightbla = { "ffightbla", "ffight", NULL, NULL, "1990", - "Final Fight (bootleg set 2, World))\0", NULL, "bootleg", "CPS1", + "Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205), World))\0", NULL, "bootleg", "CPS1", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_CLONE | BDF_BOOTLEG, 2, HARDWARE_CAPCOM_CPS1, GBF_SCRFIGHT, 0, NULL, FfightblaRomInfo, FfightblaRomName, NULL, NULL, FfightInputInfo, FfightDIPInfo,