summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hnayayoi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hnayayoi.cpp')
-rw-r--r--src/mame/video/hnayayoi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hnayayoi.cpp b/src/mame/video/hnayayoi.cpp
index 7c3d10f77c2..42470fd2c59 100644
--- a/src/mame/video/hnayayoi.cpp
+++ b/src/mame/video/hnayayoi.cpp
@@ -27,7 +27,7 @@ void hnayayoi_state::common_vh_start( int num_pixmaps )
m_pixmap[i] = auto_alloc_array(machine(), UINT8, 256 * 256);
}
else
- m_pixmap[i] = NULL;
+ m_pixmap[i] = nullptr;
}
}