From 3402eee651a437c21af08693cc5b5d4b7d4ad6f2 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sat, 22 Jun 2024 11:30:45 +0200 Subject: [PATCH] layout --- cpu.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;