summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo.h')
-rw-r--r--src/devices/video/voodoo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/video/voodoo.h b/src/devices/video/voodoo.h
index 87a3127b98d..0856d9640f6 100644
--- a/src/devices/video/voodoo.h
+++ b/src/devices/video/voodoo.h
@@ -1021,10 +1021,10 @@ static const uint8_t dither_matrix_4x4[16] =
//static const uint8_t dither_matrix_2x2[16] =
//{
-// 2, 10, 2, 10,
-// 14, 6, 14, 6,
-// 2, 10, 2, 10,
-// 14, 6, 14, 6
+// 2, 10, 2, 10,
+// 14, 6, 14, 6,
+// 2, 10, 2, 10,
+// 14, 6, 14, 6
//};
// Using this matrix allows iteagle video memory tests to pass
static const uint8_t dither_matrix_2x2[16] =