diff --git a/hw/fdc.c b/hw/fdc.c index 97f8805b9a..504e9deee1 100644 --- a/hw/fdc.c +++ b/hw/fdc.c @@ -94,10 +94,7 @@ static void fd_init (fdrive_t *drv, BlockDriverState *bs) { /* Drive */ drv->bs = bs; - if (bs) - drv->drive = FDRIVE_DRV_144; - else - drv->drive = FDRIVE_DRV_NONE; + drv->drive = FDRIVE_DRV_NONE; drv->drflags = 0; drv->perpendicular = 0; /* Disk */