summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decocomn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decocomn.cpp')
-rw-r--r--src/mame/video/decocomn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decocomn.cpp b/src/mame/video/decocomn.cpp
index a8646815d37..f0a5aa76c3f 100644
--- a/src/mame/video/decocomn.cpp
+++ b/src/mame/video/decocomn.cpp
@@ -15,7 +15,7 @@ const device_type DECOCOMN = &device_creator<decocomn_device>;
decocomn_device::decocomn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, DECOCOMN, "DECO Common Video Functions", tag, owner, clock, "decocomn", __FILE__),
device_video_interface(mconfig, *this),
- m_dirty_palette(NULL),
+ m_dirty_palette(nullptr),
m_priority(0),
m_palette(*this),
m_generic_paletteram_16(*this, "^paletteram")