KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Region Settings

Region settings possible in the system. More...

Macros

#define FLASHROM_REGION_UNKNOWN   0
 Unknown region.
 
#define FLASHROM_REGION_JAPAN   1
 Japanese region.
 
#define FLASHROM_REGION_US   2
 US/Canada region.
 
#define FLASHROM_REGION_EUROPE   3
 European region.
 

Detailed Description

Region settings possible in the system.

One of these values should be returned by flashrom_get_region().

Macro Definition Documentation

◆ FLASHROM_REGION_EUROPE

#define FLASHROM_REGION_EUROPE   3

European region.

◆ FLASHROM_REGION_JAPAN

#define FLASHROM_REGION_JAPAN   1

Japanese region.

◆ FLASHROM_REGION_UNKNOWN

#define FLASHROM_REGION_UNKNOWN   0

Unknown region.

◆ FLASHROM_REGION_US

#define FLASHROM_REGION_US   2

US/Canada region.