summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0280grd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0280grd.cpp')
-rw-r--r--src/mame/video/tc0280grd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0280grd.cpp b/src/mame/video/tc0280grd.cpp
index a4532102250..8034de45c6f 100644
--- a/src/mame/video/tc0280grd.cpp
+++ b/src/mame/video/tc0280grd.cpp
@@ -29,7 +29,7 @@ const device_type TC0280GRD = &device_creator<tc0280grd_device>;
tc0280grd_device::tc0280grd_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, TC0280GRD, "Taito TC0280GRD & TC0430GRW", tag, owner, clock, "tc0280grd", __FILE__),
- m_ram(NULL),
+ m_ram(nullptr),
//m_ctrl[8](0),
m_base_color(0),
m_gfxdecode(*this)