Skip to content

Commit

Permalink
Added configurations for MistercadeV2 (closed), OSUMGP-RP2040, and PX…
Browse files Browse the repository at this point in the history
…P-Gamepad. (#78)
  • Loading branch information
arntsonl authored Oct 12, 2024
1 parent 29b8bf1 commit a6021c9
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions src/config/boards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,24 @@ const boards = {
</p>
),
},
{
name: 'MiSTercadeV2',
configName: 'MiSTercadeV2',
pinout: null,
website:
'https://github.com/misteraddons/MiSTercadeV1',
image: '/img/boards/MiSTercadeV2.jpg',
category: 'closed',
desc: () => (
<p>
Configuration for the{' '}
<a href="https://misteraddons.com/products/mistercade-v2-kit-mister-fpga-jamma-arcade-kit">
Mistercade V2
</a>
. MiSTercade is the original JAMMA extension for MiSTer FPGA.
</p>
),
},
{
name: 'Open Core0',
configName: 'OpenCore0',
Expand Down Expand Up @@ -316,6 +334,23 @@ const boards = {
</p>
),
},
{
name: 'OSUMGP-RP2040',
configName: 'OSUMGP-RP2040',
pinout: null,
website:
'https://github.com/NickGuyver/OSUMGP-RP2040',
image: '/img/boards/OSUMGP-RP2040.jpg',
category: 'open',
desc: () => (
<p>
OSUMGP-RP2040: Open Source Universal Modern Game Pad - RP2040 Edition by
<a href="https://github.com/NickGuyver/OSUMGP-RP2040">
NickGuyver
</a>.
</p>
),
},
{
name: 'Pico Fighting Board',
configName: 'PicoFightingBoard',
Expand All @@ -331,6 +366,21 @@ const boards = {
</p>
),
},
{
name: 'PXP-Gamepad',
configName: 'PXPGamepad',
pinout: null,
website: 'https://github.com/MegaBitmap/PXP-Gamepad',
image: '/img/boards/PXPGamepad.png',
category: 'open',
desc: () => (
<p>
DIY universal controller pocket gamepad by {' '}
<a href="https://github.com/MegaBitmap/PXP-Gamepad">MegaBitmap</a> using
an RP2040-Zero MCU soldered onto a custom PCB.
</p>
),
},
{
name: 'Rana Tadpole',
configName: 'RanaTadpole',
Expand Down
Binary file added static/img/boards/MistercadeV2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/boards/OSUMGP-RP2040.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/boards/PXPGamepad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a6021c9

Please sign in to comment.