Effective address calculations now implemented by recompiled code. Up to 30% performance gain seen.

This commit is contained in:
TomW 2014-11-30 17:48:10 +00:00
commit 4855071ead
5 changed files with 345 additions and 204 deletions

View file

@ -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();