|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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) | |
Values returned by hardware_sys_mode();
These are the various region codes that can be returned by the hardware_sys_mode() function.
| #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.