summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/jalblend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/jalblend.cpp')
-rw-r--r--src/mame/video/jalblend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/jalblend.cpp b/src/mame/video/jalblend.cpp
index acfeadd470e..1220d2a3d09 100644
--- a/src/mame/video/jalblend.cpp
+++ b/src/mame/video/jalblend.cpp
@@ -26,7 +26,7 @@ const device_type JALECO_BLEND = &device_creator<jaleco_blend_device>;
jaleco_blend_device::jaleco_blend_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, JALECO_BLEND, "Jaleco Blending Device", tag, owner, clock, "jaleco_blend", __FILE__),
- m_table(NULL)
+ m_table(nullptr)
{
}