diff options
-rw-r--r-- | src/devices/video/stvvdp1.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |