diff options
author | 2018-11-15 22:45:47 +0100 | |
---|---|---|
committer | 2018-11-15 22:45:47 +0100 | |
commit | e7f93e5af7e713c6ea4a854202c376388ccb7fc4 (patch) | |
tree | 4e504c4f97e556a373e8e388f5c855af1631113c | |
parent | d14efd5e7222db043a5303725b2bc33e14d183c4 (diff) |
Note (nw)
-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 |