Previous 199869 Revisions Next

r21830 Wednesday 13th March, 2013 at 10:58:09 UTC by Phil Bennett
Revert R21634 -nw-
[src/emu/cpu/tms34010]34010gfx.c

trunk/src/emu/cpu/tms34010/34010gfx.c
r21829r21830
14601460      for (y = 0; y < dy; y++)
14611461      {
14621462         int left_partials, right_partials, full_words, bitshift, bitshift_alt;
1463         UINT16 srcword, dstword, pixel;
1464         UINT32 srcmask, dstmask;
1463         UINT16 srcword, srcmask, dstword, dstmask, pixel;
14651464         UINT32 swordaddr, dwordaddr;
14661465
14671466         /* determine the bit shift to get from source to dest */
r21829r21830
17201719      /* loop over rows */
17211720      for (y = 0; y < dy; y++)
17221721      {
1723         UINT16 srcword, dstword, pixel;
1724         UINT32 srcmask, dstmask;
1722         UINT16 srcword, srcmask, dstword, dstmask, pixel;
17251723         UINT32 swordaddr, dwordaddr;
17261724
17271725         /* use byte addresses each row */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team