mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
i386: rep ret (seriously) (nw)
This commit is contained in:
parent
77374045c8
commit
aaade1d9f0
@ -1215,6 +1215,11 @@ static void I386OP(repeat)(i386_state *cpustate, int invert_flag)
|
||||
CYCLES(cpustate,CYCLES_NOP);
|
||||
return;
|
||||
|
||||
case 0xc2: // sigh
|
||||
case 0xc3:
|
||||
cpustate->pc--;
|
||||
return;
|
||||
|
||||
default:
|
||||
fatalerror("i386: Invalid REP/opcode %02X combination\n",opcode);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user