summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/twincobr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/twincobr.cpp')
-rw-r--r--src/mame/video/twincobr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/twincobr.cpp b/src/mame/video/twincobr.cpp
index 11129fa21a7..4f602dd688a 100644
--- a/src/mame/video/twincobr.cpp
+++ b/src/mame/video/twincobr.cpp
@@ -356,7 +356,7 @@ UINT32 twincobr_state::screen_update_toaplan0(screen_device &screen, bitmap_ind1
UINT16 *buffered_spriteram16;
UINT32 bytes;
- if (m_spriteram16 != NULL)
+ if (m_spriteram16 != nullptr)
{
buffered_spriteram16 = m_spriteram16->buffer();
bytes = m_spriteram16->bytes();