Skip to content

Commit

Permalink
Merge pull request #35 from cosmo0/games-lists
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0 committed Nov 15, 2022
2 parents c791a0a + 688f888 commit 9e2b3d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
30 changes: 7 additions & 23 deletions ArcadeManager/Data/appdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
},
{
"name": "FinalBurn Neo",
"description": "FinalBurn Neo (0.2.97.44)",
"description": "FinalBurn Neo (1.0.0.2)",
"image": "",
"repository": "cosmo0/arcade-manager-data",
"folder": "csv/fbneo-0.2.97.44",
"folder": "csv/fbneo-1.0.0.2",
"details": "csv/files.json"
},
{
"name": "FBA 2017",
"description": "Final Burn Alpha 2017 (0.2.97.42)",
"name": "MAME 2003+",
"description": "MAME 2003 Plus, an improved version of MAME 2003",
"image": "",
"repository": "cosmo0/arcade-manager-data",
"folder": "csv/fba-0.2.97.42",
"folder": "csv/mame2003-plus",
"details": "csv/files.json"
},
{
"name": "MAME 2003",
"description": "MAME 2003 (0.78)",
"name": "MAME 2003 only",
"description": "Games that work in MAME 2003 but not in FBA",
"image": "",
"repository": "cosmo0/arcade-manager-data",
"folder": "csv/mame2003",
Expand All @@ -40,22 +40,6 @@
"folder": "csv/mame2010",
"details": "csv/files.json"
},
{
"name": "Advance MAME",
"description": "Advance MAME 1.4 and 3.7 (MAME 0.106)",
"image": "",
"repository": "cosmo0/arcade-manager-data",
"folder": "csv/advancemame",
"details": "csv/files.json"
},
{
"name": "MAME 2003 only",
"description": "Games that work in MAME 2003 but not in FBA",
"image": "",
"repository": "cosmo0/arcade-manager-data",
"folder": "csv/mame2003",
"details": "csv/files.json"
},
{
"name": "MAME 2010 only",
"description": "Games that work in MAME 2010 but not in MAME 2003",
Expand Down
6 changes: 6 additions & 0 deletions ArcadeManager/Views/Csv/Download.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

<h2>Download a pre-built games list</h2>

<p>
You can find quite a lot of various pre-built CSV, DAT and INI files in
<a href="https://github.com/cosmo0/arcade-manager-data" class="blank">the arcade-manager-data repository</a>.<br />
This is only a selection of the most useful lists.
</p>

<div class="row">
<div class="col-4">
<div class="list-group" id="csvs"></div>
Expand Down

0 comments on commit 9e2b3d2

Please sign in to comment.