summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/punchout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/punchout.cpp')
-rw-r--r--src/mame/video/punchout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/punchout.cpp b/src/mame/video/punchout.cpp
index a294f9cc6ee..687ef0d8c74 100644
--- a/src/mame/video/punchout.cpp
+++ b/src/mame/video/punchout.cpp
@@ -103,7 +103,7 @@ void punchout_state::video_start()
m_spr1_tilemap = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(punchout_state::bs1_get_info),this), TILEMAP_SCAN_ROWS, 8,8, 16,32);
m_spr2_tilemap = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(punchout_state::bs2_get_info),this), TILEMAP_SCAN_ROWS, 8,8, 16,32);
- m_fg_tilemap = NULL;
+ m_fg_tilemap = nullptr;
m_spr1_tilemap->set_transparent_pen(0x07);
m_spr2_tilemap->set_transparent_pen(0x03);