diff --git a/src/burn/drv/pre90s/d_sf.cpp b/src/burn/drv/pre90s/d_sf.cpp index 3304396d3..22c3892cc 100644 --- a/src/burn/drv/pre90s/d_sf.cpp +++ b/src/burn/drv/pre90s/d_sf.cpp @@ -206,27 +206,27 @@ static struct BurnDIPInfo SfDIPList[]= {0x1b, 0x01, 0x38, 0x20, "1 Coin 4 Credits" }, {0x1b, 0x01, 0x38, 0x18, "1 Coin 6 Credits" }, - {0 , 0xfe, 0 , 6 , "Buy-in max stage" }, - {0x1c, 0x01, 0x38, 0x38, "5th" }, - {0x1c, 0x01, 0x38, 0x30, "4th" }, - {0x1c, 0x01, 0x38, 0x28, "3rd" }, - {0x1c, 0x01, 0x38, 0x20, "2nd" }, - {0x1c, 0x01, 0x38, 0x18, "1st" }, - {0x1c, 0x01, 0x38, 0x08, "No buy-in" }, + {0 , 0xfe, 0 , 6 , "Buy-In Feature" }, + {0x1c, 0x01, 0x38, 0x38, "5th Stage Maximum" }, + {0x1c, 0x01, 0x38, 0x30, "4th Stage Maximum" }, + {0x1c, 0x01, 0x38, 0x28, "3rd Stage Maximum" }, + {0x1c, 0x01, 0x38, 0x20, "2nd Stage Maximum" }, + {0x1c, 0x01, 0x38, 0x18, "1st Stage Maximum" }, + {0x1c, 0x01, 0x38, 0x08, "None" }, - {0 , 0xfe, 0 , 2 , "Number of start countries" }, + {0 , 0xfe, 0 , 2 , "Number of Countries Selected" }, {0x1c, 0x01, 0x40, 0x40, "4" }, {0x1c, 0x01, 0x40, 0x00, "2" }, - {0 , 0xfe, 0 , 6 , "Continuation max stage" }, - {0x1d, 0x01, 0x07, 0x07, "5th" }, - {0x1d, 0x01, 0x07, 0x06, "4th" }, - {0x1d, 0x01, 0x07, 0x05, "3rd" }, - {0x1d, 0x01, 0x07, 0x04, "2nd" }, - {0x1d, 0x01, 0x07, 0x03, "1st" }, - {0x1d, 0x01, 0x07, 0x02, "No continuation" }, + {0 , 0xfe, 0 , 6 , "Game Continuation" }, + {0x1d, 0x01, 0x07, 0x07, "5th Stage Maximum" }, + {0x1d, 0x01, 0x07, 0x06, "4th Stage Maximum" }, + {0x1d, 0x01, 0x07, 0x05, "3rd Stage Maximum" }, + {0x1d, 0x01, 0x07, 0x04, "2nd Stage Maximum" }, + {0x1d, 0x01, 0x07, 0x03, "1st Stage Maximum" }, + {0x1d, 0x01, 0x07, 0x02, "None" }, - {0 , 0xfe, 0 , 4 , "Round time" }, + {0 , 0xfe, 0 , 4 , "Round Time Count" }, {0x1d, 0x01, 0x18, 0x18, "100" }, {0x1d, 0x01, 0x18, 0x10, "150" }, {0x1d, 0x01, 0x18, 0x08, "200" }, @@ -288,27 +288,27 @@ static struct BurnDIPInfo SfusDIPList[]= {0x1b, 0x01, 0x38, 0x20, "1 Coin 4 Credits" }, {0x1b, 0x01, 0x38, 0x18, "1 Coin 6 Credits" }, - {0 , 0xfe, 0 , 6 , "Buy-in max stage" }, - {0x1c, 0x01, 0x38, 0x38, "5th" }, - {0x1c, 0x01, 0x38, 0x30, "4th" }, - {0x1c, 0x01, 0x38, 0x28, "3rd" }, - {0x1c, 0x01, 0x38, 0x20, "2nd" }, - {0x1c, 0x01, 0x38, 0x18, "1st" }, - {0x1c, 0x01, 0x38, 0x08, "No buy-in" }, + {0 , 0xfe, 0 , 6 , "Buy-In Feature" }, + {0x1c, 0x01, 0x38, 0x38, "5th Stage Maximum" }, + {0x1c, 0x01, 0x38, 0x30, "4th Stage Maximum" }, + {0x1c, 0x01, 0x38, 0x28, "3rd Stage Maximum" }, + {0x1c, 0x01, 0x38, 0x20, "2nd Stage Maximum" }, + {0x1c, 0x01, 0x38, 0x18, "1st Stage Maximum" }, + {0x1c, 0x01, 0x38, 0x08, "None" }, - {0 , 0xfe, 0 , 2 , "Number of start countries" }, + {0 , 0xfe, 0 , 2 , "Number of Countries Selected" }, {0x1c, 0x01, 0x40, 0x00, "4" }, {0x1c, 0x01, 0x40, 0x40, "2" }, - {0 , 0xfe, 0 , 6 , "Continuation max stage" }, - {0x1d, 0x01, 0x07, 0x07, "5th" }, - {0x1d, 0x01, 0x07, 0x06, "4th" }, - {0x1d, 0x01, 0x07, 0x05, "3rd" }, - {0x1d, 0x01, 0x07, 0x04, "2nd" }, - {0x1d, 0x01, 0x07, 0x03, "1st" }, - {0x1d, 0x01, 0x07, 0x02, "No continuation" }, + {0 , 0xfe, 0 , 6 , "Game Continuation" }, + {0x1d, 0x01, 0x07, 0x07, "5th Stage Maximum" }, + {0x1d, 0x01, 0x07, 0x06, "4th Stage Maximum" }, + {0x1d, 0x01, 0x07, 0x05, "3rd Stage Maximum" }, + {0x1d, 0x01, 0x07, 0x04, "2nd Stage Maximum" }, + {0x1d, 0x01, 0x07, 0x03, "1st Stage Maximum" }, + {0x1d, 0x01, 0x07, 0x02, "None" }, - {0 , 0xfe, 0 , 4 , "Round time" }, + {0 , 0xfe, 0 , 4 , "Round Time Count" }, {0x1d, 0x01, 0x18, 0x18, "100" }, {0x1d, 0x01, 0x18, 0x10, "150" }, {0x1d, 0x01, 0x18, 0x08, "200" }, @@ -1346,7 +1346,7 @@ static INT32 DrvScan(INT32 nAction,INT32 *pnMin) } -// Street Fighter (World) +// Street Fighter (World, pneumatic buttons) static struct BurnRomInfo sfRomDesc[] = { { "sfe-19", 0x10000, 0x8346c3ca, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code @@ -1413,7 +1413,7 @@ static INT32 SfInit() struct BurnDriver BurnDrvsf = { "sf", NULL, NULL, NULL, "1987", - "Street Fighter (World)\0", NULL, "Capcom", "Miscellaneous", + "Street Fighter (World, pneumatic buttons)\0", NULL, "Capcom", "Miscellaneous", NULL, NULL, NULL, NULL, BDF_GAME_WORKING, 2, HARWARE_CAPCOM_MISC, GBF_VSFIGHT, FBF_SF, NULL, sfRomInfo, sfRomName, NULL, NULL, SfInputInfo, SfDIPInfo,