KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Region codes

Macros

#define HW_REGION_UNKNOWN   0x0
 Unknown region. More...
 
#define HW_REGION_ASIA   0x1
 Japan/Asia (NTSC) More...
 
#define HW_REGION_US   0x4
 North America. More...
 
#define HW_REGION_EUROPE   0xC
 Europe (PAL) More...
 

Detailed Description

These are the various region codes that can be returned by the hardware_sys_mode() function. Note that a retail Dreamcast will always return 0 for the region code. You must read the region of a retail device from the flashrom.

See also
Region settings possible in the system
flashrom_get_region()

Macro Definition Documentation

#define HW_REGION_ASIA   0x1

Japan/Asia (NTSC)

#define HW_REGION_EUROPE   0xC

Europe (PAL)

#define HW_REGION_UNKNOWN   0x0

Unknown region.

#define HW_REGION_US   0x4

North America.