X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdebug.c;h=60dc387c5a1a5cebe878f54117beefe76fafa546;hb=5295fa573612c0b9c8c47c3dc42464f75639845b;hp=e0696ca2a46b8cd0b4a823dc10cff1d5d108ea56;hpb=fb94d0fa89684121874bb3a4b0cb51172cab4a90;p=gbajam21 diff --git a/src/debug.c b/src/debug.c index e0696ca..60dc387 100644 --- a/src/debug.c +++ b/src/debug.c @@ -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)