Shippu/Mahou Daisakusen, small change to fullnameW so it can be searched
This commit is contained in:
parent
a5683993e4
commit
0db6bfa602
|
@ -665,7 +665,7 @@ static INT32 DrvFrame()
|
|||
struct BurnDriver BurnDrvMahouDai = {
|
||||
"mahoudai", "sstriker", NULL, NULL, "1993",
|
||||
"Mahou Daisakusen (Japan)\0", NULL, "Raizing", "Toaplan GP9001 based",
|
||||
L"\u9B54\u6CD5\u5927\u4F5C\u6226\0Mahou Daisakusen (Japan)\0", NULL, NULL, NULL,
|
||||
L"\u9B54\u6CD5\u5927\u4F5C\u6226 (Mahou Daisakusen Japan)\0", NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING | BDF_CLONE | TOA_ROTATE_GRAPHICS_CCW, 2, HARDWARE_TOAPLAN_RAIZING, GBF_VERSHOOT, 0,
|
||||
NULL, mahoudaiRomInfo, mahoudaiRomName, NULL, NULL, mahoudaiInputInfo, mahoudaiDIPInfo,
|
||||
DrvInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &ToaRecalcPalette, 0x800,
|
||||
|
|
|
@ -683,8 +683,8 @@ static INT32 DrvFrame()
|
|||
|
||||
struct BurnDriver BurnDrvShippuMD = {
|
||||
"shippumd", "kingdmgp", NULL, NULL, "1994",
|
||||
"Shippu Mahou Daisakusen - kingdom grandprix\0", NULL, "Raizing / 8ing", "Toaplan GP9001 based",
|
||||
L"\u75BE\u98A8\u9B54\u6CD5\u5927\u4F5C\u6226 - kingdom grandprix (Japan)\0Shippu Mahou Daisakusen (Japan)\0", NULL, NULL, NULL,
|
||||
"Shippu Mahou Daisakusen - Kingdom Grandprix\0", NULL, "Raizing / 8ing", "Toaplan GP9001 based",
|
||||
L"\u75BE\u98A8\u9B54\u6CD5\u5927\u4F5C\u6226 (Shippu Mahou Daisakusen - Kingdom Grandprix Japan)\0", NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING | BDF_CLONE | TOA_ROTATE_GRAPHICS_CCW, 2, HARDWARE_TOAPLAN_RAIZING, GBF_VERSHOOT, 0,
|
||||
NULL, shippumdRomInfo, shippumdRomName, NULL, NULL, shippumdInputInfo, shippumdDIPInfo,
|
||||
DrvInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &ToaRecalcPalette, 0x800,
|
||||
|
|
Loading…
Reference in New Issue