PICO-8 - General Guide

PICO-8 is a 8-bit fantasy console emulator.
Pico-8 Links
![]()
| Resource | Link |
|---|---|
| Itch.io - Pico-8 | Link |
| Pico-8 FAQ | Link |
| Pico-8 Resources | Link |
| Pico-8 Website | Link |
Where to put the games?
PICO-8 games should be put under the retrodeck/roms/pico8/ directory.
What file formats are supported?
![]()
| File Format | Description |
|---|---|
| .png | PICO-8 game file |
Does Pico-8 require BIOS or Firmware?
![]()
Yes, it requires the Pico-8 software.
You can purchase it from the official Pico-8 website or on Itch.io.
Where to put the BIOS / Firmware files?
- Download the Linux version of Pico-8:
pico-8_*.*.**_amd64.zipfrom where you bought it. - Extract the archive and place its contents in
retrodeck/bios/pico-8/.
Make sure thepico8binary resides directly in that directory.
The final path should look like this:retrodeck/bios/pico-8/pico8 - Ensure the
pico8binary has executable permissions (refer to the Wiki FAQ for instructions, if you don't know how).
Directory structure
![]()
| Type | Directory | Comment |
|---|---|---|
| BIOS | retrodeck/bios/pico-8/ |
|
| ROMs | retrodeck/roms/pico8/ |
|
| Saves | retrodeck/saves/pico-8/ |
Downloading Games from the Pico-8 Webpage

- Visit Pico-8 Carts.
- Open the desired game’s page.
- In the bottom-left corner of the game view, click the Cart icon (see image).
- A static cartridge image will be displayed.
- Right-click the image and select Save Image As.
- Name the file to match the game (e.g.
Vampire vs Pope Army.png). - Save the file to
retrodeck/roms/pico8/.
The game can now be launched from the ES-DE gamelist.
Launching only Splore from the ES-DE Gamelist
- Navigate to
retrodeck/roms/pico8/. - Create an empty file named
Splore.png. - Launch RetroDECK.
- Open the Pico-8 system and locate the Splore entry.
- In ES-DE, select Edit this game's metadata.
- Set Alternative Emulator to Pico-8 Splore and save.
Splore can now be launched directly from the ES-DE gamelist.
TIP: Pico-8 Covers in ES-DE
Pico-8 cartridges are image files, allowing them to be used directly as cover art. Copy all contents from:
retrodeck/roms/pico8/
to:
retrodeck/ES-DE/downloaded_media/pico8/covers/
This enables the original cartridge images to appear in the ES-DE interface, this can be useful since many Pico-8 titles lack metadata on scraping services.