Skip to content

EverDrive

The EverDrive flash carts by Krikzz are some of the high quality, highest rate of compatability, and most often recommended flash carts available on the market today.

ROMs

Because flash carts are specific to a specific console, you can provide specific input directories & DATs when you run igir. For example:

Replace the E:\ drive letter with wherever your SD card is:

igir copy extract test clean ^
  --dat "Nintendo - Nintendo Entertainment System (Headered).dat" ^
  --input "ROMs-Sorted\Nintendo - Nintendo Entertainment System" ^
  --output E:\ ^
  --no-bios

Replace the /Volumes/EverDrive drive name with whatever your SD card is named:

igir copy extract test clean \
  --dat "Nintendo - Nintendo Entertainment System (Headered).dat" \
  --input "ROMs-Sorted/Nintendo - Nintendo Entertainment System" \
  --output /Volumes/EverDrive/ \
  --no-bios

Replace the /media/EverDrive path with wherever your SD card is mounted:

igir copy extract test clean \
  --dat "Nintendo - Nintendo Entertainment System (Headered).dat" \
  --input "ROMs-Sorted/Nintendo - Nintendo Entertainment System" \
  --output /media/EverDrive/ \
  --no-bios

you can then add some other output options such as the --dir-letter option, if desired.

Alternatively, igir supports Hardware Target Game Database SMDB files as DATs. Unlike typical DATs, Hardware Target Game Database SMDBs typically have an opinionated directory structure to help sort ROMs by language, category, genre, and more. Example usage:

Replace the E:\ drive letter with wherever your SD card is:

igir copy extract test clean ^
  --dat "https://raw.githubusercontent.com/frederic-mahe/Hardware-Target-Game-Database/master/EverDrive%20Pack%20SMDBs/NES2.0%20SMDB.txt" ^
  --input "ROMs-Sorted\Nintendo - Nintendo Entertainment System" ^
  --output E:\

Replace the /Volumes/EverDrive drive name with whatever your SD card is named:

igir copy extract test clean \
  --dat "https://raw.githubusercontent.com/frederic-mahe/Hardware-Target-Game-Database/master/EverDrive%20Pack%20SMDBs/NES2.0%20SMDB.txt" \
  --input "ROMs-Sorted/Nintendo - Nintendo Entertainment System" \
  --output /Volumes/EverDrive/

Replace the /media/EverDrive path with wherever your SD card is mounted:

igir copy extract test clean \
  --dat "https://raw.githubusercontent.com/frederic-mahe/Hardware-Target-Game-Database/master/EverDrive%20Pack%20SMDBs/NES2.0%20SMDB.txt" \
  --input "ROMs-Sorted/Nintendo - Nintendo Entertainment System" \
  --output /media/EverDrive/