(improve mystston palette hue)

This commit is contained in:
Michaël Banaan Ananas 2011-08-01 15:12:11 +00:00
parent 79e6b66119
commit 10cbc1cbe7

View File

@ -78,8 +78,8 @@ static void set_palette(running_machine &machine, mystston_state *state)
UINT8 *color_prom = machine.region("proms")->base();
compute_resistor_weights(0, 255, -1.0,
3, resistances_rg, weights_rg, 0, 1000,
2, resistances_b, weights_b, 0, 1000,
3, resistances_rg, weights_rg, 0, 4700,
2, resistances_b, weights_b, 0, 4700,
0, 0, 0, 0, 0);
for (i = 0; i < 0x40; i++)