Previous 199869 Revisions Next

r20771 Wednesday 6th February, 2013 at 16:26:42 UTC by Angelo Salese
Fixed linezoom in VDP2, don't laugh
[src/mame/video]stvvdp2.c

trunk/src/mame/video/stvvdp2.c
r20770r20771
42644264      {
42654265         prev_scroll_values[i] &= 0x0007ff00;
42664266         if ( prev_scroll_values[i] & 0x00040000 ) prev_scroll_values[i] |= 0xfff80000;
4267//          incx = prev_scroll_values[i];
4267         stv2_current_tilemap.incx = prev_scroll_values[i];
42684268         i++;
42694269      }
42704270

Previous 199869 Revisions Next


© 1997-2024 The MAME Team