Skip to content

Commit

Permalink
BBC Micro / BBC Master => bbcmicro recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
FollyMaddy committed Mar 28, 2021
1 parent a377183 commit 7b55a47
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 00-scripts-00/generate-systems-lr-mess_mame-1v8-alpha.sh
Expand Up @@ -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
Expand Down Expand Up @@ -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[@]}
Expand Down
12 changes: 12 additions & 0 deletions 00-scripts-00/generate-systems-lr-mess_mame-2v0-alpha.sh
Expand Up @@ -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_


Expand Down Expand Up @@ -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[@]}
Expand Down

0 comments on commit 7b55a47

Please sign in to comment.