summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053936.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053936.cpp')
-rw-r--r--src/mame/video/k053936.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/k053936.cpp b/src/mame/video/k053936.cpp
index 4852e8c1a34..b7ce3aa158f 100644
--- a/src/mame/video/k053936.cpp
+++ b/src/mame/video/k053936.cpp
@@ -232,8 +232,8 @@ const device_type K053936 = &device_creator<k053936_device>;
k053936_device::k053936_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, K053936, "K053936 Video Controller", tag, owner, clock, "k053936", __FILE__),
- m_ctrl(NULL),
- m_linectrl(NULL),
+ m_ctrl(nullptr),
+ m_linectrl(nullptr),
m_wrap(0),
m_xoff(0),
m_yoff(0)