diff options
Diffstat (limited to 'src/devices/bus/ieee488/c2040fdc.cpp')
-rw-r--r-- | src/devices/bus/ieee488/c2040fdc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ieee488/c2040fdc.cpp b/src/devices/bus/ieee488/c2040fdc.cpp index c8cd98ae853..b39ab1d23a3 100644 --- a/src/devices/bus/ieee488/c2040fdc.cpp +++ b/src/devices/bus/ieee488/c2040fdc.cpp @@ -75,8 +75,8 @@ c2040_fdc_t::c2040_fdc_t(const machine_config &mconfig, const char *tag, device_ m_write_ready(*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), |