Update pcengine.md
This commit is contained in:
parent
1f7862c17a
commit
41f2f46498
1 changed files with 26 additions and 4 deletions
|
@ -1,6 +1,28 @@
|
|||
# NEC PC-Engine / TurboGrafx-16
|
||||
|
||||
pcengine
|
||||
tg16
|
||||
pce-cd
|
||||
tg16cd
|
||||
## Overview
|
||||
|
||||
| System | Game Path | Supported Extensions |
|
||||
| -- | -- | -- |
|
||||
| PC-Engine | `roms/pcengine` | ++".pce"++ ++".bin"++ ++".zip"++ ++".7z"++ |
|
||||
| PC-Engine CD | `roms/pcenginecd` | ++".cue"++ ++".ccd"++ ++".chd"++ ++".toc"++ ++".m3u"++ |
|
||||
| TurboGrafx-16 | `roms/tg16` | ++".pce"++ ++".bin"++ ++".zip"++ ++".7z"++ |
|
||||
| TurboGrafx-CD | `roms/tg16cd` | ++".cue"++ ++".ccd"++ ++".chd"++ ++".toc"++ ++".m3u"++ |
|
||||
|
||||
## Emulator/Core
|
||||
|
||||
| Name | Documentation |
|
||||
| --- | --- |
|
||||
| Beetle PCE FAST `default` | [docs.libretro.com/library/beetle_pce_fast](https://docs.libretro.com/library/beetle_pce_fast/) |
|
||||
| Beetle PCE | [docs.libretro.com/library/beetle_pce_fast](https://docs.libretro.com/library/beetle_pce_fast/) |
|
||||
| Beetle SuperGrafx | [docs.libretro.com/library/beetle_sgx](https://docs.libretro.com/library/beetle_sgx/) |
|
||||
| PCE (Mednafen) | [mednafen.github.io/documentation/pce.html](https://mednafen.github.io/documentation/pce.html) |
|
||||
| PCE FAST (Mednafen) | [mednafen.github.io/documentation/pce_fast.html](https://mednafen.github.io/documentation/pce_fast.html) |
|
||||
|
||||
## Bios
|
||||
|
||||
> Path: `roms/bios`
|
||||
|
||||
| Emulator | Required Files |
|
||||
| -- | -- |
|
||||
| All | see: [docs.libretro.com/library/beetle_pce_fast/#bios](https://docs.libretro.com/library/beetle_pce_fast/#bios) |
|
Loading…
Reference in a new issue