Add support for Slot 2 flashcarts using Compact Flash (#84)

- Supercard CF (SUPERCARDCF)
- GBA Media Player CF (MPCF)
- M3 Adapter CF (M3CF)
- Max Media Dock CF (MMCF)
This commit is contained in:
Edoardo Lolletti
2026-01-10 23:00:39 +01:00
committed by GitHub
parent eac8f7e734
commit 6a97b677a7
22 changed files with 945 additions and 3 deletions

View File

@@ -27,7 +27,11 @@ jobs:
"R4",
"R4iDSN",
"STARGATE",
"SUPERCARD"
"SUPERCARD",
"SUPERCARDCF",
"M3CF",
"MMCF",
"MPCF"
]
runs-on: ubuntu-latest
container: skylyrac/blocksds:slim-v1.13.1

View File

@@ -21,7 +21,11 @@ jobs:
"R4",
"R4iDSN",
"STARGATE",
"SUPERCARD"
"SUPERCARD",
"SUPERCARDCF",
"M3CF",
"MMCF",
"MPCF"
]
runs-on: ubuntu-latest
container: skylyrac/blocksds:slim-v1.13.1