Index: hw/esp.c =================================================================== --- hw/esp.c (revision 5807) +++ hw/esp.c (working copy) @@ -537,6 +537,7 @@ break; case CMD_ENSEL: DPRINTF("Enable selection (%2.2x)\n", val); + s->rregs[ESP_RINTR] = 0; break; default: ESP_ERROR("Unhandled ESP command (%2.2x)\n", val);