diff options
Diffstat (limited to 'src/devices/bus/ieee488/c8050fdc.cpp')
-rw-r--r-- | src/devices/bus/ieee488/c8050fdc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ieee488/c8050fdc.cpp b/src/devices/bus/ieee488/c8050fdc.cpp index 53485b0618d..5e2e91676c0 100644 --- a/src/devices/bus/ieee488/c8050fdc.cpp +++ b/src/devices/bus/ieee488/c8050fdc.cpp @@ -78,8 +78,8 @@ c8050_fdc_t::c8050_fdc_t(const machine_config &mconfig, const char *tag, device_ m_write_brdy(*this), m_write_error(*this), m_gcr_rom(*this, "gcr"), - m_floppy0(NULL), - m_floppy1(NULL), + m_floppy0(nullptr), + m_floppy1(nullptr), m_mtr0(1), m_mtr1(1), m_stp0(0), |