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

Partitions available within the flashrom. More...

Macros

#define FLASHROM_PT_SYSTEM   0
 Factory settings (read-only, 8K)
 
#define FLASHROM_PT_RESERVED   1
 reserved (all 0s, 8K)
 
#define FLASHROM_PT_BLOCK_1   2
 Block allocated (16K)
 
#define FLASHROM_PT_SETTINGS   3
 Game settings (block allocated, 32K)
 
#define FLASHROM_PT_BLOCK_2   4
 Block allocated (64K)
 

Detailed Description

Partitions available within the flashrom.

Macro Definition Documentation

◆ FLASHROM_PT_BLOCK_1

#define FLASHROM_PT_BLOCK_1   2

Block allocated (16K)

◆ FLASHROM_PT_BLOCK_2

#define FLASHROM_PT_BLOCK_2   4

Block allocated (64K)

◆ FLASHROM_PT_RESERVED

#define FLASHROM_PT_RESERVED   1

reserved (all 0s, 8K)

◆ FLASHROM_PT_SETTINGS

#define FLASHROM_PT_SETTINGS   3

Game settings (block allocated, 32K)

◆ FLASHROM_PT_SYSTEM

#define FLASHROM_PT_SYSTEM   0

Factory settings (read-only, 8K)