summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tk2000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tk2000.cpp')
-rw-r--r--src/mame/drivers/tk2000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tk2000.cpp b/src/mame/drivers/tk2000.cpp
index 6a5cd4a276c..f4fc8ac2730 100644
--- a/src/mame/drivers/tk2000.cpp
+++ b/src/mame/drivers/tk2000.cpp
@@ -119,7 +119,7 @@ void tk2000_state::machine_start()
// setup video pointers
m_video->m_ram_ptr = m_ram_ptr;
m_video->m_aux_ptr = m_ram_ptr;
- m_video->m_char_ptr = NULL;
+ m_video->m_char_ptr = nullptr;
m_video->m_char_size = 0;
}