summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pacman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pacman.cpp')
-rw-r--r--src/mame/video/pacman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pacman.cpp b/src/mame/video/pacman.cpp
index 1ddf2f42427..0020ac46eb4 100644
--- a/src/mame/video/pacman.cpp
+++ b/src/mame/video/pacman.cpp
@@ -209,7 +209,7 @@ UINT32 pacman_state::screen_update_pacman(screen_device &screen, bitmap_ind16 &b
else
m_bg_tilemap->draw(screen, bitmap, cliprect, TILEMAP_DRAW_OPAQUE,0);
- if( m_spriteram != NULL )
+ if( m_spriteram != nullptr )
{
UINT8 *spriteram = m_spriteram;
UINT8 *spriteram_2 = m_spriteram2;