From a736dab1eb29220eedd1f8b3c42e97edf51a124e Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Sat, 13 Jun 2009 14:59:10 +0000 Subject: [PATCH] 03254: tubep, tubepb: Gameplay area not visible [Phil Bennett] --- src/mame/video/tubep.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mame/video/tubep.c b/src/mame/video/tubep.c index 8fcec323376..8382524aee7 100644 --- a/src/mame/video/tubep.c +++ b/src/mame/video/tubep.c @@ -255,12 +255,10 @@ PALETTE_INIT( tubep ) for (i=0; i<6; i++) active_resistors_b[ 6+i] = resistors_2[i]; /* calculate and store the scaler */ -/* - output_scaler = compute_resistor_weights(0, 255, -1.0, + /*output_scaler = */compute_resistor_weights(0, 255, -1.0, 3*6, active_resistors_r, weights_r, 470, 0, 3*6, active_resistors_g, weights_g, 470, 0, 2*6, active_resistors_b, weights_b, 470, 0); -*/ /* compute_resistor_weights(0, 255, output_scaler, 3*6, active_resistors_r, weights_r, 470, 0,