Fixed unicode description for dynwarj

This commit is contained in:
Barry Harris 2011-12-17 21:26:02 +00:00
parent 3b1b183025
commit 90e7a563e3
2 changed files with 3 additions and 2 deletions

View File

@ -11758,7 +11758,7 @@ struct BurnDriver BurnDrvCpsDwa = {
struct BurnDriver BurnDrvCpsDwj = {
"dynwarj", "dynwar", NULL, NULL, "1989",
"Tenchi wo Kurau (Japan)\0", NULL, "Capcom", "CPS1",
L"\u8EE2\u5730\u3092\u55B0\u3089\u3046 (Japan)\0Tenchi wo Kurau (Japan)\0", NULL, NULL, NULL,
L"\u5929\u5730\u3092\u55B0\u3089\u3046 (Japan)\0Tenchi wo Kurau (Japan)\0", NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_CAPCOM_CPS1, GBF_SCRFIGHT, 0,
NULL, DynwarjRomInfo, DynwarjRomName, NULL, NULL, DynwarInputInfo, DynwarDIPInfo,
DrvInit, DrvExit, Cps1Frame, CpsRedraw, CpsAreaScan,
@ -11768,7 +11768,7 @@ struct BurnDriver BurnDrvCpsDwj = {
struct BurnDriver BurnDrvCpsDwjr = {
"dynwarjr", "dynwar", NULL, NULL, "1989",
"Tenchi wo Kurau (Japan Resale Ver.)\0", NULL, "Capcom", "CPS1",
L"\u8EE2\u5730\u3092\u55B0\u3089\u3046 (Japan Resale Ver.)\0Tenchi wo Kurau (Japan Resale Ver.)\0", NULL, NULL, NULL,
L"\u5929\u5730\u3092\u55B0\u3089\u3046 (Japan Resale Ver.)\0Tenchi wo Kurau (Japan Resale Ver.)\0", NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_CAPCOM_CPS1, GBF_SCRFIGHT, 0,
NULL, DynwarjrRomInfo, DynwarjrRomName, NULL, NULL, DynwarInputInfo, DynwarDIPInfo,
TwelveMhzInit, DrvExit, Cps1Frame, CpsRedraw, CpsAreaScan,

View File

@ -109,6 +109,7 @@
<li>Fixed various localisation issues [Barry, reported by Benjamin Siskoo]</li>
<li>Fixed some dipswitch descriptions in Boogie Wings and Major Title 2 [doomking]</li>
<li>Fixed CRC error in CPS Changer version of Warriors of Fate [pmc2]</li>
<li>Fixed Unicode title for Japanese versions of Dynasty Wars [kof2112]</li>
<li>Fixed Unicode title for Japanese versions of Warriors of Fate [DsNo]</li>
</ul>