Advertisement
Guest User

MESS

a guest
Oct 22nd, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.60 KB | None | 0 0
  1. Index: src/emu/cpu/i386/i386ops.c
  2. ===================================================================
  3. --- src/emu/cpu/i386/i386ops.c  (revision 18654)
  4. +++ src/emu/cpu/i386/i386ops.c  (working copy)
  5. @@ -1210,6 +1210,10 @@
  6.                         cycle_adjustment = 0;
  7.                         flag = &cpustate->ZF;
  8.                         break;
  9. +
  10. +               case 0x90:
  11. +                       logerror("i386: Invalid REP/opcode 90 combination\n");
  12. +                       break;
  13.  
  14.                 default:
  15.                         fatalerror("i386: Invalid REP/opcode %02X combination\n",opcode);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement