trunk/src/mame/video/stvvdp2.c
| r20776 | r20777 | |
| 6811 | 6811 | /*shadow - in reality, we should check from what layer pixel beneath comes...*/ |
| 6812 | 6812 | if ( STV_VDP2_SDCTL & 0x3f ) |
| 6813 | 6813 | { |
| 6814 | | UINT32 p;// = bitmap_line[x]; |
| 6814 | UINT32 p = bitmap_line[x]; |
| 6815 | 6815 | if(double_x) |
| 6816 | 6816 | { |
| 6817 | 6817 | p = bitmap_line[x*2]; |
| r20776 | r20777 | |
| 6884 | 6884 | { |
| 6885 | 6885 | if ( pix & ~sprite_shadow ) |
| 6886 | 6886 | { |
| 6887 | | UINT32 p; //= bitmap_line[x]; |
| 6887 | UINT32 p = bitmap_line[x]; |
| 6888 | 6888 | if(double_x) |
| 6889 | 6889 | { |
| 6890 | 6890 | p = bitmap_line[x*2]; |