summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tp84.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tp84.cpp')
-rw-r--r--src/mame/video/tp84.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/tp84.cpp b/src/mame/video/tp84.cpp
index 80b3d00a95f..852f845edf4 100644
--- a/src/mame/video/tp84.cpp
+++ b/src/mame/video/tp84.cpp
@@ -53,8 +53,8 @@ PALETTE_INIT_MEMBER(tp84_state, tp84)
/* compute the color output resistor weights */
compute_resistor_weights(0, 255, -1.0,
4, resistances, weights, 470, 0,
- 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0);
+ 0, nullptr, nullptr, 0, 0,
+ 0, nullptr, nullptr, 0, 0);
/* create a lookup table for the palette */
for (i = 0; i < 0x100; i++)