Skip to content
ManuFerHi edited this page May 5, 2024 · 1 revision

SD card for SiDi or SiDi128 can be in FAT32 or exFat format (recommended).

A basic start for an SD is to format the SD and copy a core renamed to core.rbf (for SiDi) or sidi128.rbf (for SiDi128), also copy the core rom in case a rom is required.

You can copy several cores to the same SD, in this case I recommend copying the menu core to the SD renamed to core.rbf or sidi128.rbf and the rest of the cores can be copied to subdirectories, for example:

  • Arcade
  • Computer
  • Console

Within these directories you can copy and organize the cores, for the core menu to show directories they must have the system attribute.

Linux terminal:
fatattr +s <directory>

Windows: open a command line window (cmd)
attrib +s <directory>

Optionally, add a [mist.ini] configuration file.

You can create an SD automatically with the updater for Windows. https://github.com/eltiobarbas/SiDi128SD

This updater creates and updates all cores for SiDi128

Clone this wiki locally