How to Add Games to R36S: Complete ROM Setup Tutorial

Adding games to your R36S is straightforward once you know the correct folder structure. This tutorial walks you through transferring ROMs, placing BIOS files, and getting every system to recognize your games.

What You Need Before Starting

Before copying any games to your R36S, make sure you have the following ready:

💡 Pro Tip

If this is your first time setting up the R36S, complete the first setup tutorial before adding games. It covers SD card preparation and firmware installation, which must be done first.

Understanding the Two SD Card Partitions

After flashing custom firmware, your SD card has two partitions:

When you open the ROMS partition, you'll see a series of subfolders — one for each supported gaming system. Your job is to copy ROM files into the correct subfolder for each system.

Step-by-Step: Adding Games

Step 1 — Power Off and Remove the SD Card

  1. Hold the power button on your R36S until the device powers off completely
  2. Use your fingernail or a SIM card ejector tool to remove the microSD card from the slot on the back of the device
  3. Do not remove the card while the device is on — this can corrupt your save files

Step 2 — Insert the SD Card into Your Computer

  1. Place the microSD card into your card reader
  2. Insert the card reader into a USB port on your computer
  3. On Windows, the ROMS partition will appear as a new drive in File Explorer (e.g., drive E: or F:)
  4. On macOS, it will appear on the Desktop or in Finder under Locations

⚠️ Important

On Windows, you may see a prompt saying "You need to format the disk in drive X: before you can use it." This refers to the Linux system partition, which Windows cannot read. Click Cancel — do NOT format it. Only work with the readable ROMS partition.

Step 3 — Navigate to the Correct ROM Folder

Open the ROMS partition and find the folder for your game's system. The folder names vary slightly between firmware versions:

System ArkOS Folder Rocknix Folder
Game Boy Advance gba gba
Game Boy Color gbc gbc
Super Nintendo / SFC snes snes
NES / Famicom nes nes
PlayStation 1 psx psx
Nintendo 64 n64 n64
Sega Genesis / Mega Drive megadrive megadrive
Sega Master System mastersystem mastersystem
PSP psp psp
Arcade (MAME) mame mame
BIOS files bios bios

Step 4 — Copy ROM Files to the Correct Folder

Simply copy and paste (or drag and drop) your ROM files into the appropriate system folder. For most systems, you can copy the files directly — no extraction needed if they are in ZIP format, as RetroArch can read zipped ROMs for most systems.

File format notes by system:

💡 Pro Tip

For PS1 games that come as multiple files (.bin + .cue), keep both files together in the same folder. The .cue file is a text index that tells the emulator how to read the .bin file. If you only copy the .bin file without the .cue, the game will not load correctly.

Step 5 — Add BIOS Files

Copy any required BIOS files to the bios folder on the ROMS partition. BIOS files must have exact filenames — even a single character difference will cause them to not be recognized.

Required BIOS files for common systems:

System Required File Notes
PlayStation 1 (USA) scph1001.bin Most widely compatible
PlayStation 1 (Japan) scph5500.bin For Japanese games
PlayStation 1 (Europe) scph7002.bin For PAL region games
Game Boy Advance gba_bios.bin Optional; improves some game compatibility
Sega CD (USA) bios_CD_U.bin Required for Sega CD games
Sega CD (Japan) bios_CD_J.bin Required for Japanese Sega CD
Sega CD (Europe) bios_CD_E.bin Required for PAL Sega CD

Step 6 — Safely Eject and Reinsert

  1. On Windows: right-click the ROMS drive letter in File Explorer and select "Eject"
  2. On macOS: click the eject icon next to the drive in Finder, or drag it to the Trash
  3. Wait for the activity light on the card reader to stop blinking before physically removing the card
  4. Reinsert the microSD card into your R36S
  5. Power on the device

⚠️ Important

Always safely eject the SD card before removing it. Pulling the card while data is still being written can corrupt the filesystem and cause games or save files to become unreadable.

Step 7 — Refresh the Game List

After powering on the R36S, your new games may not appear immediately. The firmware needs to scan the SD card and rebuild its game list:

On ArkOS:

  1. Press Start to open the main menu
  2. Navigate to "Game Settings" → "Update Gamelists"
  3. Wait for the scan to complete (a few seconds to a minute depending on collection size)

On Rocknix:

  1. Press Start to open the main menu
  2. Go to "Game Collection Settings" → "Scrape Now" or simply restart the device
  3. The game list will refresh on the next boot

Adding Game Artwork (Optional)

The R36S firmware can display box art and screenshots alongside your game list, making browsing much more enjoyable. This process is called "scraping."

Using the Built-in Scraper

Both ArkOS and Rocknix include a built-in scraper that automatically downloads artwork:

  1. Make sure your R36S is connected to Wi-Fi (if your model has Wi-Fi, or use a USB Wi-Fi adapter)
  2. Press Start → "Scraper"
  3. Select the scraping source (ScreenScraper is the most comprehensive)
  4. Choose which systems to scrape
  5. Select what media types to download (box art, screenshots, video snaps)
  6. Start the scrape and wait — large libraries can take 30+ minutes

💡 Pro Tip

Use standard ROM naming from the No-Intro or Redump preservation projects (e.g., "Super Mario World (USA).sfc") for the highest scraper match rate. Games with unusual or custom names often fail to match automatically.

Manual Artwork

You can also add artwork manually by placing image files in the correct location. Each system folder contains a subfolder called images where box art files are stored as JPG or PNG files named to match the ROM filename.

Supported File Formats by System

Not all file formats work for every system. This reference table covers the most common systems and their supported ROM formats on R36S:

System Supported Formats Recommended
NES .nes, .zip, .7z .nes
SNES .sfc, .smc, .zip, .7z .sfc
Game Boy .gb, .zip, .7z .gb
Game Boy Color .gbc, .zip, .7z .gbc
GBA .gba, .zip, .7z .gba
Sega Genesis .md, .bin, .gen, .zip, .7z .md
PlayStation 1 .bin/.cue, .chd, .pbp, .img .chd or .pbp
Nintendo 64 .z64, .n64, .v64, .zip .z64
PSP .iso, .cso .cso (compressed)
Arcade (MAME) .zip (romset required) .zip (MAME 2003 Plus set)

Troubleshooting: Games Not Showing Up

If your games don't appear after following these steps, work through this checklist:

Check the Folder Name

The folder name must match exactly what the firmware expects. A folder named "GBA" (uppercase) might not work if the firmware expects "gba" (lowercase) on a case-sensitive Linux system. Rename the folder to match.

Check the File Extension

Verify the ROM file has a supported extension. Some ROMs downloaded from the internet may have an extra extension (e.g., "game.sfc.zip" instead of "game.zip" containing a .sfc file). Extract zip archives if the inner file format is unusual.

Refresh the Game List

After copying new games, always trigger a game list update from the firmware menu. Without this, the firmware doesn't know new files have been added.

✅ Key Takeaway

Adding games to R36S is a simple process: power off, remove card, copy ROMs to the correct system subfolder, add BIOS files if needed, safely eject, reinsert, and refresh the game list. The most common mistake is putting files in the wrong folder or forgetting to trigger a gamelist refresh.