trunk/src/emu/cpu/tms34010/34010gfx.c
| r21829 | r21830 | |
| 1460 | 1460 | for (y = 0; y < dy; y++) |
| 1461 | 1461 | { |
| 1462 | 1462 | 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; |
| 1465 | 1464 | UINT32 swordaddr, dwordaddr; |
| 1466 | 1465 | |
| 1467 | 1466 | /* determine the bit shift to get from source to dest */ |
| r21829 | r21830 | |
| 1720 | 1719 | /* loop over rows */ |
| 1721 | 1720 | for (y = 0; y < dy; y++) |
| 1722 | 1721 | { |
| 1723 | | UINT16 srcword, dstword, pixel; |
| 1724 | | UINT32 srcmask, dstmask; |
| 1722 | UINT16 srcword, srcmask, dstword, dstmask, pixel; |
| 1725 | 1723 | UINT32 swordaddr, dwordaddr; |
| 1726 | 1724 | |
| 1727 | 1725 | /* use byte addresses each row */ |