From f724c1e445add11de5c2005f8a2f3ab9da8d99cf Mon Sep 17 00:00:00 2001 From: sergiobenrocha2 Date: Wed, 27 Aug 2014 04:23:15 -0300 Subject: [PATCH] Fix author in fba infos, core name in beetle gba info and added mess info file. --- dist/info/fba_cores_cps1_libretro.info | 2 +- dist/info/fba_cores_cps2_libretro.info | 2 +- dist/info/fba_cores_neo_libretro.info | 6 +++--- dist/info/mednafen_gba_libretro.info | 8 ++++---- dist/info/mess_libretro.info | 14 ++++++++++++++ 5 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 dist/info/mess_libretro.info diff --git a/dist/info/fba_cores_cps1_libretro.info b/dist/info/fba_cores_cps1_libretro.info index d403ab92..010d18d0 100644 --- a/dist/info/fba_cores_cps1_libretro.info +++ b/dist/info/fba_cores_cps1_libretro.info @@ -1,5 +1,5 @@ display_name = "CPS1 (FBA)" -authors = "Barry Harris" +authors = "Team FB Alpha" supported_extensions = "zip" corename = "Final Burn Alpha - CPS1" manufacturer = "Various" diff --git a/dist/info/fba_cores_cps2_libretro.info b/dist/info/fba_cores_cps2_libretro.info index 17ef8e87..f95296aa 100644 --- a/dist/info/fba_cores_cps2_libretro.info +++ b/dist/info/fba_cores_cps2_libretro.info @@ -1,5 +1,5 @@ display_name = "CPS2 (FBA)" -authors = "Barry Harris" +authors = "Team FB Alpha" supported_extensions = "zip" corename = "Final Burn Alpha - CPS2" manufacturer = "Various" diff --git a/dist/info/fba_cores_neo_libretro.info b/dist/info/fba_cores_neo_libretro.info index 1edb5cb9..82fcaadf 100644 --- a/dist/info/fba_cores_neo_libretro.info +++ b/dist/info/fba_cores_neo_libretro.info @@ -1,7 +1,7 @@ -display_name = "NeoGeo (FBA)" -authors = "Barry Harris" +display_name = "Neo Geo (FBA)" +authors = "Team FB Alpha" supported_extensions = "zip" -corename = "Final Burn Alpha - NeoGeo" +corename = "Final Burn Alpha - Neo Geo" manufacturer = "Various" systemname = "Neo Geo" license = "Non-commercial" diff --git a/dist/info/mednafen_gba_libretro.info b/dist/info/mednafen_gba_libretro.info index 2c6a124d..4bf1c283 100644 --- a/dist/info/mednafen_gba_libretro.info +++ b/dist/info/mednafen_gba_libretro.info @@ -1,12 +1,12 @@ -display_name = "Game Boy Advance (Mednafen VBA)" -authors = "Forgotten|Ryphecha" +display_name = "Game Boy Advance (Mednafen GBA)" +authors = "Forgotten|VisualBoyAdvance team|Ryphecha" supported_extensions = "gba|agb|bin" -corename = "Mednafen/Beetle VBA" +corename = "Mednafen/Beetle GBA" manufacturer = "Nintendo" systemname = "Game Boy Advance" license = "GPLv2" permissions = "" -display_version = "v0.9.33.3" +display_version = "v0.9.36" need_fullpath = "true" block_extract = "false" supports_no_game = "false" diff --git a/dist/info/mess_libretro.info b/dist/info/mess_libretro.info new file mode 100644 index 00000000..bba06de5 --- /dev/null +++ b/dist/info/mess_libretro.info @@ -0,0 +1,14 @@ +display_name = "Computers, video game consoles and calculators (MESS 2014)" +authors = "MAMEdev" +supported_extensions = "zip|chd|7z" +corename = "MESS 2014 (Git)" +manufacturer = "Various" +systemname = "Computers, video game consoles and calculators (various)" +license = "MAME" +permissions = "" +display_version = "Git" +need_fullpath = "true" +block_extract = "true" +supports_no_game = "false" + +notes = "- To load roms, you need the hashes in SYSTEMDIR\mess\hash and softlist romset|- You can get the hashes from the mame/mess source code|- core supports MESS save states|- core supports extracted MESS cheats|- BIOS files go into the ROM directory|- CHD files go into the ROM directory in a directory with the same name|- ARTWORK, CHEATS, SAMPLES may go into SYSTEMDIR\mess into their own directories|- STATES, NVRAM, INPUT, SNAPS, CFG, MEMCARD, DIFF will be saved to SAVEDIR\mess into their own directories"