Skip to content

Commit

Permalink
normalize/fix a few titles
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon committed Aug 1, 2023
1 parent dea3180 commit 2bda5dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/burn/drv/capcom/d_cps1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22315,7 +22315,7 @@ struct BurnDriver BurnDrvCpsKnightsu = {

struct BurnDriver BurnDrvCpsKnightsj = {
"knightsj", "knights", NULL, NULL, "1991",
"Knights of the Round (Japan 911127, B-Board 91634B-2))\0", NULL, "Capcom", "CPS1",
"Knights of the Round (Japan 911127, B-Board 91634B-2)\0", NULL, "Capcom", "CPS1",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HISCORE_SUPPORTED, 3, HARDWARE_CAPCOM_CPS1, GBF_SCRFIGHT, 0,
NULL, KnightsjRomInfo, KnightsjRomName, NULL, NULL, NULL, NULL, KnightsInputInfo, KnightsDIPInfo,
Expand Down Expand Up @@ -22365,7 +22365,7 @@ struct BurnDriver BurnDrvCpsKnightsb3 = {

struct BurnDriver BurnDrvCpsKnightsb4 = {
"knightsb4", "knights", NULL, NULL, "1991",
"Knights of the Round (bootleg set 4 (with YM2151 + 2xMSM5205), 911127 etc)\0", NULL, "bootleg", "CPS1",
"Knights of the Round (bootleg with YM2151 + 2xMSM5205, 911127 etc, set 4)\0", NULL, "bootleg", "CPS1",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_BOOTLEG, 3, HARDWARE_CAPCOM_CPS1, GBF_SCRFIGHT, 0,
NULL, Knightsb4RomInfo, Knightsb4RomName, NULL, NULL, NULL, NULL, KnightsInputInfo, KnightsDIPInfo,
Expand All @@ -22375,7 +22375,7 @@ struct BurnDriver BurnDrvCpsKnightsb4 = {

struct BurnDriver BurnDrvCpsKnightsb5 = {
"knightsb5", "knights", NULL, NULL, "1991",
"Knights of the Round (bootleg set 5, 911127 Japan)\0", NULL, "bootleg", "CPS1",
"Knights of the Round (bootleg, 911127 Japan, set 5)\0", NULL, "bootleg", "CPS1",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_BOOTLEG, 3, HARDWARE_CAPCOM_CPS1, GBF_SCRFIGHT, 0,
NULL, Knightsb5RomInfo, Knightsb5RomName, NULL, NULL, NULL, NULL, KnightsInputInfo, KnightsDIPInfo,
Expand Down Expand Up @@ -23285,7 +23285,7 @@ struct BurnDriver BurnDrvCpsSf2thndr2 = {

struct BurnDriver BurnDrvCpsSf2b = {
"sf2b", "sf2", NULL, NULL, "1992",
"Street Fighter II: The World Warrior (bootleg, 910214 etc, set 1 (with YM2151 + 2xMSM5205))\0", "row scroll issues", "bootleg", "CPS1",
"Street Fighter II: The World Warrior (bootleg with YM2151 + 2xMSM5205, set 1, 910214 etc)\0", "row scroll issues", "bootleg", "CPS1",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_BOOTLEG | BDF_HISCORE_SUPPORTED, 2, HARDWARE_CAPCOM_CPS1, GBF_VSFIGHT, FBF_SF,
NULL, Sf2bRomInfo, Sf2bRomName, NULL, NULL, NULL, NULL, Sf2InputInfo, Sf2DIPInfo,
Expand Down
2 changes: 1 addition & 1 deletion src/burn/drv/dataeast/d_decomlc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ static INT32 AvengrgsInit()

struct BurnDriver BurnDrvAvengrgs = {
"avengrgs", NULL, NULL, NULL, "1995",
"Avengers In Galactic Storm (US/Europe 1.0\0", NULL, "Data East Corporation", "DECO MLC",
"Avengers In Galactic Storm (US/Europe 1.0)\0", NULL, "Data East Corporation", "DECO MLC",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HISCORE_SUPPORTED, 4, HARDWARE_PREFIX_DATAEAST, GBF_SPORTSMISC, 0,
NULL, avengrgsRomInfo, avengrgsRomName, NULL, NULL, NULL, NULL, MlcInputInfo, NULL,
Expand Down

0 comments on commit 2bda5dc

Please sign in to comment.