dats

ROMSearch can pull in dat files (either locally or automatically). Currently, this works for “Redump” and “No-Intro”, but can be easily expanded if necessary.

Syntax:

url: "url"                      # OPTIONAL. Base url to build request from

[platform]:                     # Name of the platform
  web_mapping: [web_mapping]    # OPTIONAL. If url is defined above, this is used to build the request
  file_mapping: [file_mapping]  # Name style for the file

No-Intro

Nintendo - Game Boy:
  file_mapping: "Nintendo - Game Boy (*)"

Nintendo - Game Boy Color:
  file_mapping: "Nintendo - Game Boy Color (*)"

Nintendo - Game Boy Advance:
  file_mapping: "Nintendo - Game Boy Advance (*)"

Nintendo - Nintendo Entertainment System:
  file_mapping: "Nintendo - Nintendo Entertainment System (Headered) (*)"

Nintendo - Super Nintendo Entertainment System:
  file_mapping: "Nintendo - Super Nintendo Entertainment System (*)"

Redump

url: "http://redump.org/datfile"

Nintendo - GameCube:
  web_mapping: "gc"
  file_mapping: "Nintendo - GameCube - Datfile (*)"

Sony - PlayStation:
  web_mapping: "psx"
  file_mapping: "Sony - PlayStation - Datfile (*)"

Sony - PlayStation 2:
  web_mapping: "ps2"
  file_mapping: "Sony - PlayStation 2 - Datfile (*)"

Sony - PlayStation Portable:
  web_mapping: "psp"
  file_mapping: "Sony - PlayStation Portable - Datfile (*)"