diff options
Diffstat (limited to 'src/devices/machine/bankdev.cpp')
-rw-r--r-- | src/devices/machine/bankdev.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/bankdev.cpp b/src/devices/machine/bankdev.cpp index 75e6de89b6a..65d56a39819 100644 --- a/src/devices/machine/bankdev.cpp +++ b/src/devices/machine/bankdev.cpp @@ -11,8 +11,8 @@ address_map_bank_device::address_map_bank_device( const machine_config &mconfig, m_endianness(ENDIANNESS_NATIVE), m_databus_width(0), m_addrbus_width(32), - m_stride(1), - m_program(NULL), + m_stride(1), + m_program(nullptr), m_offset(0) { } |