aboutsummaryrefslogtreecommitdiff
path: root/hw/fdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/fdc.c')
-rw-r--r--hw/fdc.c5
1 files changed, 1 insertions, 4 deletions
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 */