summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd_fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd_fdc.cpp')
-rw-r--r--src/devices/machine/wd_fdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd_fdc.cpp b/src/devices/machine/wd_fdc.cpp
index 5d77209e0c7..32cda7b663c 100644
--- a/src/devices/machine/wd_fdc.cpp
+++ b/src/devices/machine/wd_fdc.cpp
@@ -98,7 +98,7 @@ void wd_fdc_t::device_start()
t_sector = timer_alloc(TM_SECTOR);
dden = disable_mfm;
enmf = false;
- floppy = 0;
+ floppy = nullptr;
status = 0x00;
save_item(NAME(status));