summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k007342.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k007342.cpp')
-rw-r--r--src/mame/video/k007342.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/video/k007342.cpp b/src/mame/video/k007342.cpp
index bc482a5e4ad..0cc57b6c826 100644
--- a/src/mame/video/k007342.cpp
+++ b/src/mame/video/k007342.cpp
@@ -39,12 +39,12 @@ const device_type K007342 = &device_creator<k007342_device>;
k007342_device::k007342_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, K007342, "K007342 Video Controller", tag, owner, clock, "k007342", __FILE__),
- m_ram(NULL),
- m_scroll_ram(NULL),
- m_videoram_0(NULL),
- m_videoram_1(NULL),
- m_colorram_0(NULL),
- m_colorram_1(NULL),
+ m_ram(nullptr),
+ m_scroll_ram(nullptr),
+ m_videoram_0(nullptr),
+ m_videoram_1(nullptr),
+ m_colorram_0(nullptr),
+ m_colorram_1(nullptr),
//m_tilemap[2];
m_flipscreen(0),
m_int_enabled(0),