diff --git a/docs/systems/famicom.md b/docs/systems/famicom.md deleted file mode 100644 index 089bac3..0000000 --- a/docs/systems/famicom.md +++ /dev/null @@ -1,4 +0,0 @@ -# Nintendo Famicom / Famicom Disk System (FDS) - -famicom -fds \ No newline at end of file diff --git a/docs/systems/fds.md b/docs/systems/fds.md new file mode 100644 index 0000000..4f30af0 --- /dev/null +++ b/docs/systems/fds.md @@ -0,0 +1,21 @@ +# Nintendo Famicom Disk System (FDS) + +## Overview + +| Path(s) | Supported Extensions | +| --- | --- | +| `storage/roms/fds` | .fds .zip .7z | + +## Emulator(s) + +| Name | Documentation | +| --- | --- | +| Nestopia   `default` | [docs.libretro.com/library/nestopia_ue](https://docs.libretro.com/library/nestopia_ue/) | +| FCEUmm | [docs.libretro.com/library/fceumm](https://docs.libretro.com/library/fceumm/) | +| QuickNES | [docs.libretro.com/library/quicknes](https://docs.libretro.com/library/quicknes/) | + +## Bios + +| Filename | MD5 | Path | +| --- | --- | --- | +| disksys.rom | ca30b50f880eb660a320674ed365ef7a | `storage/roms/bios` | \ No newline at end of file diff --git a/docs/systems/nes.md b/docs/systems/nes.md index c6115b9..cb9f252 100644 --- a/docs/systems/nes.md +++ b/docs/systems/nes.md @@ -1,10 +1,11 @@ -# Nintendo Entertainment System +# Nintendo NES / Famicom ## Overview | Path(s) | Supported Extensions | | --- | --- | | `storage/roms/nes` | .nes .unif .unf .zip .7z | +| `storage/roms/famicom` | .nes .unif .unf .zip .7z | ## Emulator(s) diff --git a/mkdocs.yml b/mkdocs.yml index 2c96e2f..fd66683 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -114,8 +114,8 @@ nav: - NEC PC-Engine / TurboGrafx-16: systems/pcengine.md - NEC SuperGrafx: systems/supergrafx.md - NEC PC-FX: systems/pcfx.md - - Nintendo Famicom / Famicom Disk System (FDS): systems/famicom.md - - Nintendo Entertainment System: systems/nes.md + - Nintendo NES / Famicom: systems/nes.md + - Nintendo Famicom Disk System (FDS): systems/fds.md - Nintendo Super Nintendo / Super Famicom / Satellaview: systems/snes.md - Nintendo 64: systems/n64.md - Nintendo Gamecube: systems/gamecube.md