diff --git a/cpu.h b/cpu.h index f1edcd1..deaa2d9 100644 --- a/cpu.h +++ b/cpu.h @@ -29,16 +29,16 @@ typedef struct { } mmr1_delta_t; typedef struct { - word_mode_t word_mode; + word_mode_t word_mode; rm_selection_t mode_selection; - d_i_space_t space; - int access_mode; + d_i_space_t space; + int access_mode; // for MMR1 register std::optional mmr1_update; std::optional addr; - std::optional reg; + std::optional reg; std::optional value; } gam_rc_t;