summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx.cpp')
-rw-r--r--src/mame/machine/msx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx.cpp b/src/mame/machine/msx.cpp
index 92add704ebe..11402a50c40 100644
--- a/src/mame/machine/msx.cpp
+++ b/src/mame/machine/msx.cpp
@@ -407,7 +407,7 @@ void msx_state::msx_memory_init()
{
for ( int page = 0; page < 4; page++ )
{
- if ( m_all_slots[prim][sec][page] == NULL )
+ if ( m_all_slots[prim][sec][page] == nullptr )
{
m_all_slots[prim][sec][page] = &m_empty_slot;
}