X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fapp-config.h;h=1c418b5680e4828e7679819b01da8046f498da3e;hb=ae50fa4fee0b41f26b161ad2fd7831815cd396cb;hp=c6550415b6fb28b5bcffba4fff4b453113c4bbbd;hpb=bd0627548f7258b54a615787d0515d3e2bde648e;p=emu8051.git diff --git a/src/app-config.h b/src/app-config.h index c655041..1c418b5 100644 --- a/src/app-config.h +++ b/src/app-config.h @@ -41,12 +41,18 @@ struct app_config_t int clear_ram_on_file_load; /* UI settings */ - int layout; /* UI Layout 1 or 2 */ int win_width; int win_height; int hpane_pos; /* For registers and program windows. */ int vpane_pos; /* For internal and external memory windows. */ int main_pane_pos; /* Between hpane and vpane. */ + + /* View menu options */ + int layout; /* UI Layout 1 or 2 */ + int view_int_memory; + int view_sfr_memory; + int view_ext_memory; + int bits_per_row; /* 8 or 16 */ }; int