diff options
Diffstat (limited to 'src/emu/addrmap.h')
-rw-r--r-- | src/emu/addrmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/addrmap.h b/src/emu/addrmap.h index 60776fadda2..0e767570b05 100644 --- a/src/emu/addrmap.h +++ b/src/emu/addrmap.h @@ -51,8 +51,8 @@ public: : m_type(AMH_NONE), m_bits(0), m_mask(0), - m_name(NULL), - m_tag(NULL) { } + m_name(nullptr), + m_tag(nullptr) { } map_handler_type m_type; // type of the handler UINT8 m_bits; // width of the handler in bits, or 0 for default |