X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Foptions.h;h=589c2d56949303441df50763e41be0c76ebfe4d6;hb=ce24c216aa7eaf099dda2c9efeb9603a4076c93e;hp=a03173ea0edb1be06b4c41cfa134558ffff5d74d;hpb=c2ef73ab945d0c668e000aef58a1ad227d8910c1;p=emu8051.git diff --git a/src/options.h b/src/options.h index a03173e..589c2d5 100644 --- a/src/options.h +++ b/src/options.h @@ -33,6 +33,7 @@ struct options_t { int xram_size; /* Maximum external ram size. */ char *filename; int log; + uint16_t stop_address; /* Run program up to that adress and exit. */ } options_t; void