summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cloak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cloak.cpp')
-rw-r--r--src/mame/video/cloak.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/cloak.cpp b/src/mame/video/cloak.cpp
index 7b06f7d9efe..d0951091be2 100644
--- a/src/mame/video/cloak.cpp
+++ b/src/mame/video/cloak.cpp
@@ -56,8 +56,8 @@ void cloak_state::set_pen(int i)
/* compute the color output resistor weights */
compute_resistor_weights(0, 255, -1.0,
3, resistances, weights, 0, 1000,
- 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0);
+ 0, nullptr, nullptr, 0, 0,
+ 0, nullptr, nullptr, 0, 0);
int r, g, b;
int bit0, bit1, bit2;