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

Values returned by hardware_sys_mode();. More...

Macros

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

Detailed Description

Values returned by hardware_sys_mode();.

These are the various region codes that can be returned by the hardware_sys_mode() function.

Note
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
flashrom_get_region()

Macro Definition Documentation

◆ HW_REGION_ASIA

#define HW_REGION_ASIA   0x1

Japan/Asia (NTSC)

◆ HW_REGION_EUROPE

#define HW_REGION_EUROPE   0xC

Europe (PAL)

◆ HW_REGION_UNKNOWN

#define HW_REGION_UNKNOWN   0x0

Unknown region.

◆ HW_REGION_US

#define HW_REGION_US   0x4

North America.