# Emulated consoles

Ludo includes the following libretro cores (emulators and game engines).

Note that many emulators support more than one system.

| Core                                                                                        | System                                     | Extensions           |
| ------------------------------------------------------------------------------------------- | ------------------------------------------ | -------------------- |
| [atari800](https://docs.libretro.com/library/atari800)                                      | Atari 5200                                 | .a52                 |
| [bluemsx](https://docs.libretro.com/library/bluemsx)                                        | MSX, MSX2                                  | .mx1, .mx2           |
| [fbneo](https://docs.libretro.com/library/fbneo)                                            | Arcade                                     | .zip                 |
| [fceumm](https://docs.libretro.com/library/fceumm)                                          | Nintendo Entertainment System              | .nes                 |
| [gambatte](https://docs.libretro.com/library/gambatte)                                      | Game Boy, Game Boy Color                   | .gb, .gbc            |
| [genesis\_plus\_gx](https://docs.libretro.com/library/genesis_plus_gx)                      | Master System, Game Gear, Genesis, Mega CD | .sms, .gg, .md, .cue |
| [han](https://docs.libretro.com/library/handy)[dy](https://docs.libretro.com/library/handy) | Lynx                                       | .lnx                 |
| [lutro](https://docs.libretro.com/library/lutro)                                            | Lutro Game Engine                          | .lutro, .lua         |
| [mednafen\_ngp](https://docs.libretro.com/library/beetle_neopop)                            | Neo Geo Pocket, Neo Geo Pocket Color       | .ngp, .ngc           |
| [mednafen\_pce\_fast](https://docs.libretro.com/library/beetle_pce_fast)                    | PC Engine, PC Engine CD                    | .pce, .cue           |
| [mednafen\_pcfx](https://docs.libretro.com/library/beetle_pc_fx)                            | PC-FX                                      | .cue                 |
| [mednafen\_psx](https://docs.libretro.com/library/beetle_psx)                               | PlayStation                                | .cue, .m3u           |
| [mednafen\_saturn](https://docs.libretro.com/library/beetle_saturn)                         | Saturn                                     | .cue                 |
| [mednafen\_supergrafx](https://docs.libretro.com/library/beetle_sgx)                        | PC Engine SuperGrafx                       | .sgx, .pce           |
| [mednafen\_vb](https://docs.libretro.com/library/beetle_vb)                                 | Virtual Boy                                | .vb                  |
| [mednafen\_wswan](https://docs.libretro.com/library/beetle_cygne)                           | Wonder Swan, Wonder Swan Color             | .ws, .wsc            |
| [melonds](https://docs.libretro.com/library/melonds)                                        | Nintendo DS                                | .nds                 |
| [mgba](https://docs.libretro.com/library/mgba)                                              | Game Boy Advance                           | .gba                 |
| [mupen64plus\_next](https://docs.libretro.com/library/mupen64plus)                          | Nintendo 64 *(Experimental: Windows Only)* | .n64                 |
| [np2kai](https://docs.libretro.com/library/neko_project_ii_kai)                             | PC-98                                      | .fdi                 |
| [o2em](https://docs.libretro.com/library/o2em)                                              | Magnavox Odyssey2                          | .bin                 |
| [pcsx\_rearmed](https://docs.libretro.com/library/pcsx_rearmed)                             | PlayStation *(Optimized for ARM)*          | .cue                 |
| [picodrive](https://docs.libretro.com/library/picodrive)                                    | Master System, Genesis, Mega CD, PICO, 32X | .sms, .md, .cue      |
| [pokemini](https://docs.libretro.com/library/pokemini)                                      | Pokémon Mini                               | .min                 |
| [prosystem](https://docs.libretro.com/library/prosystem)                                    | Atari 7800                                 | .a78                 |
| [snes9x](https://docs.libretro.com/library/snes9x)                                          | Super Nintendo Entertainment System        | .sfc, .smc           |
| [stella2014](https://docs.libretro.com/library/stella)                                      | Atari 2600                                 | .a26                 |
| [swanstation](https://docs.libretro.com/library/swanstation)                                | PlayStation                                | .cue, .m3u           |
| [vecx](https://docs.libretro.com/library/vecx)                                              | Vectrex                                    | .vec                 |
| [virtualjaguar](https://docs.libretro.com/library/virtual_jaguar)                           | Atari Jaguar                               | .jag                 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jean-andre-santoni.gitbook.io/ludo/emulated-consoles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
