Skip to content

Commit

Permalink
Merge pull request #20 from tatsutron/dev-game-gear
Browse files Browse the repository at this point in the history
Add game gear support
  • Loading branch information
pocomane authored Oct 11, 2021
2 parents 89d40d2 + fddf4e3 commit b2c6230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ static system_t system_list[] = {
{ "SAMCOUPE.2", "EEMDO" MBCSEQ, "/media/fat/_Computer/SAMCoupe_", "SAMCOUPE", "img", },
{ "SCRIPT", "EDDDODOHDO", "/media/fat/menu", "/media/fat/_Scripts", "sh", "/media/fat/Scripts/~~~.sh" },
{ "SMS", "EEMO" MBCSEQ, "/media/fat/_Console/SMS_", "SMS", "sms", },
{ "SMS.GG", "EEMDO" MBCSEQ, "/media/fat/_Console/SMS_", "SMS", "gg", },
{ "SNES", "EEMO" MBCSEQ, "/media/fat/_Console/SNES_", "SNES", "sfc", },
{ "SPECIALIST", "EEMO" MBCSEQ, "/media/fat/_Computer/Specialist_", "Specialist_", "rsk", },
{ "SPECIALIST.ODI", "EEMDO" MBCSEQ, "/media/fat/_Computer/Specialist_", "Specialist_", "odi", },
Expand Down

0 comments on commit b2c6230

Please sign in to comment.