From ba188e1c20f76a96813a881785fe66ae1f22207b Mon Sep 17 00:00:00 2001 From: taoenwen <67533945+taoenwen@users.noreply.github.com> Date: Sun, 7 Jul 2024 01:25:16 +0800 Subject: [PATCH] d_gaiden : sort wildfang parent/clone gamenames [angelosa] --- src/burn/drv/pst90s/d_gaiden.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/burn/drv/pst90s/d_gaiden.cpp b/src/burn/drv/pst90s/d_gaiden.cpp index 76426a1fd..29242f2a7 100644 --- a/src/burn/drv/pst90s/d_gaiden.cpp +++ b/src/burn/drv/pst90s/d_gaiden.cpp @@ -1810,7 +1810,7 @@ struct BurnDriver BurnDrvRyukendna = { }; -// Wild Fang / Tecmo Knight +// Wild Fang / Tecmo Knight (World?) static struct BurnRomInfo wildfangRomDesc[] = { { "1.3st", 0x20000, 0xab876c9b, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code @@ -1840,7 +1840,7 @@ STD_ROM_FN(wildfang) struct BurnDriver BurnDrvWildfang = { "wildfang", NULL, NULL, NULL, "1989", - "Wild Fang / Tecmo Knight\0", NULL, "Tecmo", "Miscellaneous", + "Wild Fang / Tecmo Knight (World?)\0", NULL, "Tecmo", "Miscellaneous", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_HISCORE_SUPPORTED, 2, HARDWARE_MISC_PRE90S, GBF_SCRFIGHT, 0, NULL, wildfangRomInfo, wildfangRomName, NULL, NULL, NULL, NULL, DrvInputInfo, WildfangDIPInfo, @@ -1849,7 +1849,7 @@ struct BurnDriver BurnDrvWildfang = { }; -// Wild Fang +// Wild Fang (Japan) static struct BurnRomInfo wildfangsRomDesc[] = { { "1.3s", 0x20000, 0x3421f691, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code @@ -1879,7 +1879,7 @@ STD_ROM_FN(wildfangs) struct BurnDriver BurnDrvWildfangs = { "wildfangs", "wildfang", NULL, NULL, "1989", - "Wild Fang\0", NULL, "Tecmo", "Miscellaneous", + "Wild Fang (Japan)\0", NULL, "Tecmo", "Miscellaneous", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_CLONE | BDF_HISCORE_SUPPORTED, 2, HARDWARE_MISC_PRE90S, GBF_SCRFIGHT, 0, NULL, wildfangsRomInfo, wildfangsRomName, NULL, NULL, NULL, NULL, DrvInputInfo, TknightDIPInfo, @@ -1888,7 +1888,7 @@ struct BurnDriver BurnDrvWildfangs = { }; -// Tecmo Knight +// Tecmo Knight (US) static struct BurnRomInfo tknightRomDesc[] = { { "tkni1.bin", 0x20000, 0x9121daa8, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code @@ -1915,7 +1915,7 @@ STD_ROM_FN(tknight) struct BurnDriver BurnDrvTknight = { "tknight", "wildfang", NULL, NULL, "1989", - "Tecmo Knight\0", NULL, "Tecmo", "Miscellaneous", + "Tecmo Knight (US)\0", NULL, "Tecmo", "Miscellaneous", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_CLONE | BDF_HISCORE_SUPPORTED, 2, HARDWARE_MISC_PRE90S, GBF_SCRFIGHT, 0, NULL, tknightRomInfo, tknightRomName, NULL, NULL, NULL, NULL, DrvInputInfo, TknightDIPInfo, @@ -1924,7 +1924,7 @@ struct BurnDriver BurnDrvTknight = { }; -// Wild Fang (year hack?) +// Wild Fang (1991 year hack) static struct BurnRomInfo wildfanghRomDesc[] = { { "wlf_91.3s", 0x20000, 0x3421f691, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code @@ -1951,7 +1951,7 @@ STD_ROM_FN(wildfangh) struct BurnDriver BurnDrvWildfangh = { "wildfangh", "wildfang", NULL, NULL, "1991", - "Wild Fang (year hack?)\0", NULL, "Tecmo", "Miscellaneous", + "Wild Fang (1991 year hack)\0", NULL, "Tecmo", "Miscellaneous", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_CLONE | BDF_HISCORE_SUPPORTED, 2, HARDWARE_MISC_PRE90S, GBF_SCRFIGHT, 0, NULL, wildfanghRomInfo, wildfanghRomName, NULL, NULL, NULL, NULL, DrvInputInfo, TknightDIPInfo,