Move some more variables into cpu_state structure. Minor speedup (~2%).
This commit is contained in:
parent
a65411466e
commit
c664682758
43 changed files with 801 additions and 810 deletions
|
|
@ -1,5 +1,4 @@
|
|||
uint16_t oldcs;
|
||||
uint32_t oldpc;
|
||||
extern uint32_t rmdat32;
|
||||
int oldcpl;
|
||||
|
||||
|
|
@ -7,10 +6,9 @@ extern int nmi_enable;
|
|||
|
||||
int tempc;
|
||||
int cycles,output;
|
||||
int ssegs;
|
||||
int firstrepcycle;
|
||||
|
||||
uint32_t easeg,eaaddr,ealimit,ealimitw;
|
||||
uint32_t easeg,ealimit,ealimitw;
|
||||
|
||||
int skipnextprint;
|
||||
int inhlt;
|
||||
|
|
|
|||
Loading…
Reference in a new issue