summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/neogeo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/neogeo.cpp')
-rw-r--r--src/mame/video/neogeo.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/video/neogeo.cpp b/src/mame/video/neogeo.cpp
index 013c53eae06..752853d3ab4 100644
--- a/src/mame/video/neogeo.cpp
+++ b/src/mame/video/neogeo.cpp
@@ -30,26 +30,26 @@ void neogeo_state::create_rgb_lookups()
double weights_normal[5];
double scaler = compute_resistor_weights(0, 255, -1,
5, resistances, weights_normal, 0, 0,
- 0, NULL, NULL, 0, 0,
- 0, NULL, NULL, 0, 0);
+ 0, nullptr, nullptr, 0, 0,
+ 0, nullptr, nullptr, 0, 0);
double weights_dark[5];
compute_resistor_weights(0, 255, scaler,
5, resistances, weights_dark, 8200, 0,
- 0, NULL, NULL, 0, 0,
- 0, NULL, NULL, 0, 0);
+ 0, nullptr, nullptr, 0, 0,
+ 0, nullptr, nullptr, 0, 0);
double weights_shadow[5];
compute_resistor_weights(0, 255, scaler,
5, resistances, weights_shadow, 150, 0,
- 0, NULL, NULL, 0, 0,
- 0, NULL, NULL, 0, 0);
+ 0, nullptr, nullptr, 0, 0,
+ 0, nullptr, nullptr, 0, 0);
double weights_dark_shadow[5];
compute_resistor_weights(0, 255, scaler,
5, resistances, weights_dark_shadow, 1.0 / ((1.0 / 8200) + (1.0 / 150)), 0,
- 0, NULL, NULL, 0, 0,
- 0, NULL, NULL, 0, 0);
+ 0, nullptr, nullptr, 0, 0,
+ 0, nullptr, nullptr, 0, 0);
for (int i = 0; i < 32; i++)
{