summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dkong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dkong.cpp')
-rw-r--r--src/mame/video/dkong.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/dkong.cpp b/src/mame/video/dkong.cpp
index a17b45b527a..05630cba8e8 100644
--- a/src/mame/video/dkong.cpp
+++ b/src/mame/video/dkong.cpp
@@ -807,7 +807,7 @@ void dkong_state::radarscp_step(int line_cnt)
void dkong_state::radarscp_draw_background(bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- const UINT8 *htable = NULL;
+ const UINT8 *htable = nullptr;
int x,y;
UINT8 draw_ok;
UINT16 *pixel;
@@ -890,7 +890,7 @@ void dkong_state::check_palette()
int newset;
port = ioport("VIDHW");
- if (port != NULL)
+ if (port != nullptr)
{
newset = port->read();
if (newset != m_vidhw)