summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k051960.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k051960.cpp')
-rw-r--r--src/mame/video/k051960.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/k051960.cpp b/src/mame/video/k051960.cpp
index 96c1acb2faf..45f634e95ca 100644
--- a/src/mame/video/k051960.cpp
+++ b/src/mame/video/k051960.cpp
@@ -128,12 +128,12 @@ GFXDECODE_END
k051960_device::k051960_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, K051960, "K051960 Sprite Generator", tag, owner, clock, "k051960", __FILE__),
device_gfx_interface(mconfig, *this, gfxinfo),
- m_ram(NULL),
- m_sprite_rom(NULL),
+ m_ram(nullptr),
+ m_sprite_rom(nullptr),
m_sprite_size(0),
- m_screen_tag(NULL),
- m_screen(NULL),
- m_scanline_timer(NULL),
+ m_screen_tag(nullptr),
+ m_screen(nullptr),
+ m_scanline_timer(nullptr),
m_irq_handler(*this),
m_firq_handler(*this),
m_nmi_handler(*this),