From 7b843f3463c1e46f848d56f089c273f6efefb4f0 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Mon, 1 Feb 2021 13:15:26 -0600 Subject: [PATCH] Add footnotes to supported systems table --- assets/css/style.scss | 12 ++++++++ pages/_en-US/twilightmenu/faq.md | 47 +++++++++++++++++++------------- 2 files changed, 40 insertions(+), 19 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index 9b7e2025..5a9c9645 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -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 { diff --git a/pages/_en-US/twilightmenu/faq.md b/pages/_en-US/twilightmenu/faq.md index 28895e2b..b0e8bd83 100644 --- a/pages/_en-US/twilightmenu/faq.md +++ b/pages/_en-US/twilightmenu/faq.md @@ -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`
(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`
(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`
(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.