layout
This commit is contained in:
parent
e120309458
commit
3402eee651
1 changed files with 4 additions and 4 deletions
8
cpu.h
8
cpu.h
|
@ -29,16 +29,16 @@ typedef struct {
|
||||||
} mmr1_delta_t;
|
} mmr1_delta_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
word_mode_t word_mode;
|
word_mode_t word_mode;
|
||||||
rm_selection_t mode_selection;
|
rm_selection_t mode_selection;
|
||||||
d_i_space_t space;
|
d_i_space_t space;
|
||||||
int access_mode;
|
int access_mode;
|
||||||
|
|
||||||
// for MMR1 register
|
// for MMR1 register
|
||||||
std::optional<mmr1_delta_t> mmr1_update;
|
std::optional<mmr1_delta_t> mmr1_update;
|
||||||
|
|
||||||
std::optional<uint16_t> addr;
|
std::optional<uint16_t> addr;
|
||||||
std::optional<int> reg;
|
std::optional<int> reg;
|
||||||
|
|
||||||
std::optional<uint16_t> value;
|
std::optional<uint16_t> value;
|
||||||
} gam_rc_t;
|
} gam_rc_t;
|
||||||
|
|
Loading…
Add table
Reference in a new issue