From 7683afb8cc35bbf159393f253c73bc62c52d0dbd Mon Sep 17 00:00:00 2001 From: nrq Date: Sat, 1 Mar 2025 20:47:45 +0100 Subject: [PATCH] Adjusted reserved bits --- ip/sc_config/inc/sc_config_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/sc_config/inc/sc_config_regs.h b/ip/sc_config/inc/sc_config_regs.h index 4d5232d..f76d681 100644 --- a/ip/sc_config/inc/sc_config_regs.h +++ b/ip/sc_config/inc/sc_config_regs.h @@ -116,7 +116,7 @@ typedef union { uint8_t shmask_mode:2; uint8_t lumacode_mode:3; uint8_t lumacode_nes_palette:2; - uint32_t misc_rsv:6; + uint32_t misc_rsv:4; } __attribute__((packed, __may_alias__)); uint32_t data; } misc_config_reg;