diff --git a/src/cpu/core_16/main.h b/src/cpu/core_16/main.h index 9d72cf2e..e103276f 100644 --- a/src/cpu/core_16/main.h +++ b/src/cpu/core_16/main.h @@ -1205,6 +1205,8 @@ restart: } CMPW(reg_ax,LoadMw(to+(reg_di-direct*2)),LoadRw,0); break; + case 0x90: /* NOP - yes it is really used this way... eternam */ + break; default: E_Exit("Illegal REP prefix %2X",repcode); }