Previous 199869 Revisions Next

r20777 Wednesday 6th February, 2013 at 19:46:55 UTC by Angelo Salese
Fix compile
[src/mame/video]stvvdp2.c

trunk/src/mame/video/stvvdp2.c
r20776r20777
68116811                     /*shadow - in reality, we should check from what layer pixel beneath comes...*/
68126812                     if ( STV_VDP2_SDCTL & 0x3f )
68136813                     {
6814                        UINT32 p;// = bitmap_line[x];
6814                        UINT32 p = bitmap_line[x];
68156815                        if(double_x)
68166816                        {
68176817                           p = bitmap_line[x*2];
r20776r20777
68846884               {
68856885                  if ( pix & ~sprite_shadow )
68866886                  {
6887                     UINT32 p; //= bitmap_line[x];
6887                     UINT32 p = bitmap_line[x];
68886888                     if(double_x)
68896889                     {
68906890                        p = bitmap_line[x*2];

Previous 199869 Revisions Next


© 1997-2024 The MAME Team