aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/esp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/esp.c b/hw/esp.c
index 5a7e4ac..613d6ae 100644
--- a/hw/esp.c
+++ b/hw/esp.c
@@ -464,6 +464,9 @@ static void esp_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val)
DPRINTF("Set ATN & stop (%2.2x)\n", val);
handle_satn_stop(s);
break;
+ case 0x44:
+ DPRINTF("Enable selection (%2.2x)\n", val);
+ break;
default:
DPRINTF("Unhandled ESP command (%2.2x)\n", val);
break;