summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m52.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/m52.cpp')
-rw-r--r--src/mame/video/m52.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/m52.cpp b/src/mame/video/m52.cpp
index 340af4093fc..5d73df8fcd6 100644
--- a/src/mame/video/m52.cpp
+++ b/src/mame/video/m52.cpp
@@ -88,9 +88,9 @@ void m52_state::init_sprite_palette(const int *resistances_3, const int *resista
/* compute palette information for sprites */
compute_resistor_weights(0, 255, scale,
- 2, resistances_2, weights_r, 470, 0,
- 3, resistances_3, weights_g, 470, 0,
- 3, resistances_3, weights_b, 470, 0);
+ 2, resistances_2, weights_r, 470, 0,
+ 3, resistances_3, weights_g, 470, 0,
+ 3, resistances_3, weights_b, 470, 0);
/* sprite palette */
for (int i = 0; i < 32; i++)