SarahW
|
dd68b19f0a
|
Second CPU sanitising pass.
|
2019-02-07 21:53:44 +00:00 |
|
SarahW
|
a4d3aa1912
|
Move flags and eflags variables into cpu_struct.
|
2018-11-28 09:42:04 +00:00 |
|
SarahW
|
91143d3c68
|
Move CPU segment structures into cpu_state structure.
|
2018-07-22 12:56:03 +01:00 |
|
SarahW
|
0f0a1c3223
|
Perform NULL segment checks upfront in opcode handlers, rather than on every memory access.
This removes the need to pass the segment to readmem*l()/writemem*l().
|
2018-07-18 22:10:18 +01:00 |
|
SarahW
|
7e8ea2b6d5
|
Fixed REP instructions with trap flag enabled.
|
2017-07-24 18:45:50 +01:00 |
|
SarahW
|
a96e87527e
|
Reorganised REP instructions.
|
2017-07-20 21:06:21 +01:00 |
|
TomW
|
4676daade4
|
Initial commit of dynamic recompiler.
Various CPU changes to support dynamic recompiler.
|
2014-11-05 21:24:16 +00:00 |
|
TomW
|
f822488656
|
Add missing files from last commit.
|
2013-05-27 19:56:33 +01:00 |
|