mirror of
https://github.com/marqs85/ossc
synced 2025-12-26 19:03:24 +03:00
Adjusted reserved bits
This commit is contained in:
parent
d847849d19
commit
7683afb8cc
@ -116,7 +116,7 @@ typedef union {
|
|||||||
uint8_t shmask_mode:2;
|
uint8_t shmask_mode:2;
|
||||||
uint8_t lumacode_mode:3;
|
uint8_t lumacode_mode:3;
|
||||||
uint8_t lumacode_nes_palette:2;
|
uint8_t lumacode_nes_palette:2;
|
||||||
uint32_t misc_rsv:6;
|
uint32_t misc_rsv:4;
|
||||||
} __attribute__((packed, __may_alias__));
|
} __attribute__((packed, __may_alias__));
|
||||||
uint32_t data;
|
uint32_t data;
|
||||||
} misc_config_reg;
|
} misc_config_reg;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user