diff --git a/hw/axis_dev88.c b/hw/axis_dev88.c
index eab6327..9a9da15 100644
--- a/hw/axis_dev88.c
+++ b/hw/axis_dev88.c
@@ -354,6 +354,9 @@ static QEMUMachine axisdev88_machine = {
     .desc = "AXIS devboard 88",
     .init = axisdev88_init,
     .is_default = 1,
+    .no_floppy = 1,
+    .no_cdrom = 1,
+    .no_sdcard = 1,
 };
 
 static void axisdev88_machine_init(void)
