|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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. | |
Region settings possible in the system
One of these values should be returned by flashrom_get_region().
| #define FLASHROM_REGION_EUROPE 3 |
European region.
| #define FLASHROM_REGION_JAPAN 1 |
Japanese region.
| #define FLASHROM_REGION_UNKNOWN 0 |
Unknown region.
| #define FLASHROM_REGION_US 2 |
US/Canada region.