mirroring tunnel vertically improves performance
[gbajam21] / src / debug.c
index e0696ca..60dc387 100644 (file)
@@ -7,9 +7,9 @@
 #include "util.h"
 
 uint16_t vblperf_color[] = {
-       /* grn  cyan  yellow  orng    red    purple ... */
-       /* 60    30     20     15     12      10 ... */
-       0x3e0, 0xffc0, 0x3ff, 0x1ff, 0x001f, 0xf81f, 0xf81f, 0xf81f, 0xf81f, 0xf81f
+       /* grn  blue   cyan  yellow  orng    red     purple  d.green purple ... */
+       /* 60    30     20     15     12      10      8.5     7.5    ... */
+       0x3e0, 0xf863, 0xffc0, 0x3ff, 0x1ff, 0x001f, 0xf81f, 0x1e0, 0xf81f, 0xf81f, 0xf81f
 };
 
 static void vblperf_intr(void)