summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vs920a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/vs920a.cpp')
-rw-r--r--src/mame/video/vs920a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/vs920a.cpp b/src/mame/video/vs920a.cpp
index b655f09a625..6e88864c216 100644
--- a/src/mame/video/vs920a.cpp
+++ b/src/mame/video/vs920a.cpp
@@ -34,7 +34,7 @@ const device_type VS920A = &device_creator<vs920a_text_tilemap_device>;
vs920a_text_tilemap_device::vs920a_text_tilemap_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, VS920A, "VS920A Text Tilemap", tag, owner, clock, "vs920a", __FILE__),
- m_vram(NULL),
+ m_vram(nullptr),
m_pal_base(0),
m_gfx_region(0),
m_gfxdecode(*this)