mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Add footnotes to supported systems table
This commit is contained in:
parent
f2d01b3f21
commit
7b843f3463
@ -389,6 +389,18 @@ kbd.face {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
// Footnotes
|
||||
.footnotes li p {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
a.footnote::before {
|
||||
content: "[";
|
||||
}
|
||||
a.footnote::after {
|
||||
content: "]";
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) {
|
||||
// Version of .position-absolute that only triggers for sm+
|
||||
.position-absolute-sm {
|
||||
|
||||
@ -56,25 +56,26 @@ A:
|
||||
|
||||
A:
|
||||
|
||||
| Format | Loader | Extensions | Save file |
|
||||
| ------------------------- | ------------------------------------------------ | -------------------------------------- | -------------------------------------------------- |
|
||||
| [ARGV][nds-hb-menu-argv] | Native | `.argv` | |
|
||||
| Atari 2600 | [StellaDS][stellads] | `.a26` | |
|
||||
| Atari 5200 | [A5200DS][a5200ds] | `.a52` | |
|
||||
| Atari 7800 | [A7800DS][a7800ds] | `.a78` | |
|
||||
| DS | [nds-bootstrap][ndsbs], flashcard kernel, native | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `saves/[rom name].sav`<br>(retail ROMs only) |
|
||||
| DSiWare | [Unlaunch][unlaunch] | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `[rom name].pub`, `[rom name].prv` |
|
||||
| DSTWO Plugin | [DSTWO][dstwo] (requires DSTWO flashcard) | `.plg` | |
|
||||
| Game Boy (Color) | [GameYob][gameyob] | `.gb`, `.sgb`, `.gbc` | `[rom name].sav` |
|
||||
| Game Boy Advance | [GBARunner2][gbarunner2], native | `.agb`, `.gba`, `.mb` | `[rom name].sav` |
|
||||
| Game Gear | [S8DS][s8ds] | `.gg` | `[rom name].gg.sav` |
|
||||
| Genesis / Mega Drive | [jEnesisDS][jenesis], [PicoDriveTWL][pdtwl] | `.gen` | `[rom name].srm`<br>(flashcard only for jEnesisDS) |
|
||||
| Master System | [S8DS][s8ds] | `.sms` | `[rom name].sms.sav` |
|
||||
| MPEG4 Video | [MPEG4 Player][mpeg4player] | `.mp4` | |
|
||||
| NES / Famicom | [nesDS][nesds] | `.nes`, `.fds` | `[rom name].sav` |
|
||||
| PC Engine / TurboGrafx-16 | [NitroGrafx][nitrografx] | `.pce` | |
|
||||
| RVID Video | [Rocket Video Player][rvidplayer] | `.rvid` | |
|
||||
| SNES | [SNEmulDS][snemulds] | `.smc`, `.sfc` | `[rom name].srm`<br>(flashcard only) |
|
||||
| Format | Loader | Extensions | Save file |
|
||||
| ------------------------- | ------------------------------------------------ | -------------------------------------- | ---------------------------------- |
|
||||
| [ARGV][nds-hb-menu-argv] | Native | `.argv` | |
|
||||
| Atari 2600 | [StellaDS][stellads] | `.a26` | |
|
||||
| Atari 5200 | [A5200DS][a5200ds] | `.a52` | |
|
||||
| Atari 7800 | [A7800DS][a7800ds] | `.a78` | |
|
||||
| DS | [nds-bootstrap][ndsbs], flashcard kernel, native | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `saves/[rom name].sav`[^1] |
|
||||
| DSiWare | [Unlaunch][unlaunch] | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `[rom name].pub`, `[rom name].prv` |
|
||||
| DSTWO Plugin | [DSTWO][dstwo][^2] | `.plg` | |
|
||||
| Game Boy (Color) | [GameYob][gameyob] | `.gb`, `.sgb`, `.gbc` | `[rom name].sav` |
|
||||
| Game Boy Advance | [GBARunner2][gbarunner2], native | `.agb`, `.gba`, `.mb` | `[rom name].sav` |
|
||||
| Game Gear | [S8DS][s8ds] | `.gg` | `[rom name].gg.sav` |
|
||||
| Genesis / Mega Drive | [jEnesisDS][jenesis], [PicoDriveTWL][pdtwl] | `.gen` | `[rom name].srm`[^3] |
|
||||
| Master System | [S8DS][s8ds] | `.sms` | `[rom name].sms.sav` |
|
||||
| MPEG4 Video | [MPEG4 Player][mpeg4player] | `.mp4` | |
|
||||
| NES / Famicom | [nesDS][nesds] | `.nes`, `.fds` | `[rom name].sav` |
|
||||
| PC Engine / TurboGrafx-16 | [NitroGrafx][nitrografx] | `.pce` | |
|
||||
| RVID Video | [Rocket Video Player][rvidplayer] | `.rvid` | |
|
||||
| SNES[^4] | [SNEmulDS][snemulds] | `.smc`, `.sfc` | `[rom name].srm`[^5] |
|
||||
{:.table}
|
||||
|
||||
[a5200ds]: https://github.com/wavemotion-dave/A5200DS
|
||||
[a7800ds]: https://github.com/wavemotion-dave/A7800DS
|
||||
@ -94,6 +95,14 @@ A:
|
||||
[stellads]: https://github.com/wavemotion-dave/StellaDS
|
||||
[unlaunch]: https://problemkaputt.de/unlaunch.htm
|
||||
|
||||
[^1]: Only for retail ROMs, homebrew do not have specific save files
|
||||
[^2]: Only works from a SuperCard DSTWO flashcard as it has additional processing power and RAM inside the cartridge
|
||||
[^3]: jEnesis can only save when running from a flashcard, but PicoDriveTWL can save from SD and flashcard
|
||||
[^4]: Only shown when when using a flashcard or Unlaunch is installed
|
||||
[^5]: Can only save when running from a flashcard
|
||||
|
||||
- Footnotes -
|
||||
{:footnotes}
|
||||
|
||||
#### Q: Why isn't touch input working on sudokuhax?
|
||||
A: Depending on the save file of sudokuhax, the touch screen inputs may not work.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user