summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/nick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/nick.cpp')
-rw-r--r--src/mame/video/nick.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/nick.cpp b/src/mame/video/nick.cpp
index afb16ff815b..0da67848e5e 100644
--- a/src/mame/video/nick.cpp
+++ b/src/mame/video/nick.cpp
@@ -206,7 +206,7 @@ void nick_device::device_timer(emu_timer &timer, device_timer_id id, int param,
const address_space_config *nick_device::memory_space_config(address_spacenum spacenum) const
{
- return (spacenum == 0) ? &m_space_config : NULL;
+ return (spacenum == 0) ? &m_space_config : nullptr;
}
@@ -300,7 +300,7 @@ void nick_device::initialize_palette()
compute_resistor_weights(0, 0xff, -1.0,
3, resistances_rg, color_weights_rg, 0, 0,
2, resistances_b, color_weights_b, 0, 0,
- 0, 0, 0, 0, 0);
+ 0, nullptr, nullptr, 0, 0);
for (int i = 0; i < 256; i++)
{