summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cps1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cps1.cpp')
-rw-r--r--src/mame/video/cps1.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/video/cps1.cpp b/src/mame/video/cps1.cpp
index a2940aa43cc..0e91647975c 100644
--- a/src/mame/video/cps1.cpp
+++ b/src/mame/video/cps1.cpp
@@ -1604,7 +1604,7 @@ static const struct CPS1config cps1_config_table[]=
{"kenseim", CPS_B_21_DEF, mapper_KNM10B }, // wrong, need to convert equations from PAL
- {0} /* End of table */
+ {nullptr} /* End of table */
};
@@ -2250,11 +2250,11 @@ VIDEO_START_MEMBER(cps_state,cps)
/* Set up old base */
- m_scroll1 = NULL;
- m_scroll2 = NULL;
- m_scroll3 = NULL;
- m_obj = NULL;
- m_other = NULL;
+ m_scroll1 = nullptr;
+ m_scroll2 = nullptr;
+ m_scroll3 = nullptr;
+ m_obj = nullptr;
+ m_other = nullptr;
cps1_get_video_base(); /* Calculate base pointers */
cps1_get_video_base(); /* Calculate old base pointers */