Effective address calculations now implemented by recompiled code. Up to 30% performance gain seen.
This commit is contained in:
parent
436c5b8cc2
commit
4855071ead
5 changed files with 345 additions and 204 deletions
|
|
@ -257,7 +257,7 @@ void x86_int_sw(int num)
|
|||
void x86illegal()
|
||||
{
|
||||
uint16_t addr;
|
||||
pclog("x86 illegal %04X %08X %04X:%08X %02X\n",msw,cr0,CS,pc,opcode);
|
||||
// pclog("x86 illegal %04X %08X %04X:%08X %02X\n",msw,cr0,CS,pc,opcode);
|
||||
// if (output)
|
||||
// {
|
||||
// dumpregs();
|
||||
|
|
|
|||
Loading…
Reference in a new issue