summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Phil Bennett <philipjbennett@users.noreply.github.com>2009-06-13 14:59:10 +0000
committer Phil Bennett <philipjbennett@users.noreply.github.com>2009-06-13 14:59:10 +0000
commita736dab1eb29220eedd1f8b3c42e97edf51a124e (patch)
tree33ad2e715ca8a549754ab004590d96e49ef0125a /src/mame
parent3d74944c412252df9f5f4acb0411e65f891c0e5e (diff)
03254: tubep, tubepb: Gameplay area not visible [Phil Bennett]
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/video/tubep.c4
1 files changed, 1 insertions, 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,