From 7b55a4770955f4ec18408bd032cc15fd255e413c Mon Sep 17 00:00:00 2001 From: FollyMaddy Date: Sun, 28 Mar 2021 17:42:59 +0200 Subject: [PATCH] BBC Micro / BBC Master => bbcmicro recognition --- .../generate-systems-lr-mess_mame-1v8-alpha.sh | 12 ++++++++++++ .../generate-systems-lr-mess_mame-2v0-alpha.sh | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/00-scripts-00/generate-systems-lr-mess_mame-1v8-alpha.sh b/00-scripts-00/generate-systems-lr-mess_mame-1v8-alpha.sh index 7c75d535..e905bb74 100644 --- a/00-scripts-00/generate-systems-lr-mess_mame-1v8-alpha.sh +++ b/00-scripts-00/generate-systems-lr-mess_mame-1v8-alpha.sh @@ -143,6 +143,12 @@ tigerh=( "taddams" "taltbeast" "tapollo13" "tbatfor" "tbatman" "tbatmana" "tbtoa # #classich_exts=".mgw .7z" #classich_fullname="Classic Handheld Systems" +# +#bbcmicro_exts=".ssd" +#bbcmicro_fullname="BBC Micro" +# +#bbcmicro_exts=".ssd" +#bbcmicro_fullname="BBC Master" #part 3 : turning off creating all scripts @@ -280,6 +286,12 @@ descriptionsrp+=( "JAKKS" ) #because "tigerrz" is not in the RetroPie platforms we add this here for later matching systemsrp+=( "tigerrz" ) descriptionsrp+=( "R-Zone" ) +#bbcmicro for BBC Micro is not in the original platforms.cfg +systemsrp+=( "bbcmicro" ) +descriptionsrp+=( "BBC Micro" ) +#bbcmicro for BBC Master is not in the original platforms.cfg +systemsrp+=( "bbcmicro" ) +descriptionsrp+=( "BBC Master" ) #testlines #echo ${systemsrp[@]} #echo ${descriptionsrp[@]} diff --git a/00-scripts-00/generate-systems-lr-mess_mame-2v0-alpha.sh b/00-scripts-00/generate-systems-lr-mess_mame-2v0-alpha.sh index c6a7af07..c9cc8d7a 100644 --- a/00-scripts-00/generate-systems-lr-mess_mame-2v0-alpha.sh +++ b/00-scripts-00/generate-systems-lr-mess_mame-2v0-alpha.sh @@ -108,6 +108,12 @@ all_in1_fullname="All in One Handheld and Plug and Play" classich_exts=".mgw .7z" classich_fullname="Classic Handheld Systems" + +bbcmicro_exts=".ssd" +bbcmicro_fullname="BBC Micro" + +bbcmicro_exts=".ssd" +bbcmicro_fullname="BBC Master" _EOF_ @@ -239,6 +245,12 @@ descriptionsrp+=( "JAKKS" ) #because "tigerrz" is not in the RetroPie platforms we add this here for later matching systemsrp+=( "tigerrz" ) descriptionsrp+=( "R-Zone" ) +#bbcmicro for BBC Micro is not in the original platforms.cfg +systemsrp+=( "bbcmicro" ) +descriptionsrp+=( "BBC Micro" ) +#bbcmicro for BBC Master is not in the original platforms.cfg +systemsrp+=( "bbcmicro" ) +descriptionsrp+=( "BBC Master" ) #testlines #echo ${systemsrp[@]} #echo ${descriptionsrp[@]}