summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k001604.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k001604.cpp')
-rw-r--r--src/mame/video/k001604.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/k001604.cpp b/src/mame/video/k001604.cpp
index 1ce897f4785..474dddce394 100644
--- a/src/mame/video/k001604.cpp
+++ b/src/mame/video/k001604.cpp
@@ -25,9 +25,9 @@ k001604_device::k001604_device(const machine_config &mconfig, const char *tag, d
m_roz_size(0),
m_txt_mem_offset(0),
m_roz_mem_offset(0),
- m_tile_ram(NULL),
- m_char_ram(NULL),
- m_reg(NULL),
+ m_tile_ram(nullptr),
+ m_char_ram(nullptr),
+ m_reg(nullptr),
m_gfxdecode(*this),
m_palette(*this)
{