pub struct Header {
pub title: String,
pub color_support: ColorSupport,
pub licence: String,
pub sgb_support: bool,
pub cartridge_type: CartridgeType,
pub ram_type: RamType,
pub japanese: bool,
pub version_number: u8,
}Fields§
§title: String11 bytes
color_support: ColorSupport§licence: String2 bytes
sgb_support: bool§cartridge_type: CartridgeType§ram_type: RamType§japanese: bool§version_number: u8