fork of PCE focusing on macplus, supporting DaynaPort SCSI network emulation
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ibmpc: Don't sleep on undefined opcodes if the emulator is to be interrupted

+3 -1
+3 -1
src/arch/ibmpc/cmd.c
··· 649 649 e86_get_cs (pc->cpu), e86_get_ip (pc->cpu), op1, op2 650 650 ); 651 651 652 - pce_usleep (100000UL); 652 + if (pc->brk == 0) { 653 + pce_usleep (100000UL); 654 + } 653 655 654 656 trm_check (pc->trm); 655 657 }