From e7f93e5af7e713c6ea4a854202c376388ccb7fc4 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Thu, 15 Nov 2018 22:45:47 +0100 Subject: Note (nw) --- src/devices/video/stvvdp1.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/devices/video/stvvdp1.cpp b/src/devices/video/stvvdp1.cpp index 9cc412b3999..013f29454e4 100644 --- a/src/devices/video/stvvdp1.cpp +++ b/src/devices/video/stvvdp1.cpp @@ -1072,6 +1072,9 @@ void saturn_state::drawpixel_generic(int x, int y, int patterndata, int offsetcn case 4: /* Gouraud shading */ m_vdp1.framebuffer_draw_lines[y][x] = stv_vdp1_apply_gouraud_shading( x, y, pix ); break; + // TODO: Pro Yakyuu Team mo Tsukurou (during team creation, on PR girl select) + //case 6: + // break; case 7: /* Gouraud-shading + half-transparent */ // Lupin the 3rd Pyramid no Kenja enemy shadows // Death Crimson lives indicators -- cgit v1.2.3