diff options
Diffstat (limited to 'src/devices/bus/centronics/ctronics.cpp')
-rw-r--r-- | src/devices/bus/centronics/ctronics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/centronics/ctronics.cpp b/src/devices/bus/centronics/ctronics.cpp index 89850abaf17..34d2e21f022 100644 --- a/src/devices/bus/centronics/ctronics.cpp +++ b/src/devices/bus/centronics/ctronics.cpp @@ -32,7 +32,7 @@ centronics_device::centronics_device(const machine_config &mconfig, const char * m_fault_handler(*this), m_init_handler(*this), m_select_in_handler(*this), - m_dev(NULL) + m_dev(nullptr) { } |