trunk/src/emu/cpu/tms34010/34010gfx.c
| r32325 | r32326 | |
| 1428 | 1428 | dstword = (dstword & ~dstmask) | pixel; |
| 1429 | 1429 | |
| 1430 | 1430 | /* update the source */ |
| 1431 | | srcmask >>= BITS_PER_PIXEL; |
| 1431 | srcmask = srcmask >> BITS_PER_PIXEL; |
| 1432 | 1432 | |
| 1433 | 1433 | /* update the destination */ |
| 1434 | | dstmask >>= BITS_PER_PIXEL; |
| 1434 | dstmask = dstmask >> BITS_PER_PIXEL; |
| 1435 | 1435 | } |
| 1436 | 1436 | |
| 1437 | 1437 | /* write the result */ |
| r32325 | r32326 | |
| 1470 | 1470 | dstword = (dstword & ~dstmask) | pixel; |
| 1471 | 1471 | |
| 1472 | 1472 | /* update the source */ |
| 1473 | | srcmask >>= BITS_PER_PIXEL; |
| 1473 | srcmask = srcmask >> BITS_PER_PIXEL; |
| 1474 | 1474 | |
| 1475 | 1475 | /* update the destination */ |
| 1476 | | dstmask >>= BITS_PER_PIXEL; |
| 1476 | dstmask = dstmask >> BITS_PER_PIXEL; |
| 1477 | 1477 | } |
| 1478 | 1478 | |
| 1479 | 1479 | /* write the result */ |
| r32325 | r32326 | |
| 1508 | 1508 | dstword = (dstword & ~dstmask) | pixel; |
| 1509 | 1509 | |
| 1510 | 1510 | /* update the source */ |
| 1511 | | srcmask >>= BITS_PER_PIXEL; |
| 1511 | srcmask = srcmask >> BITS_PER_PIXEL; |
| 1512 | 1512 | |
| 1513 | 1513 | /* update the destination */ |
| 1514 | | dstmask >>= BITS_PER_PIXEL; |
| 1514 | dstmask = dstmask >> BITS_PER_PIXEL; |
| 1515 | 1515 | } |
| 1516 | 1516 | |
| 1517 | 1517 | /* write the result */ |
| r32325 | r32326 | |
| 1669 | 1669 | } |
| 1670 | 1670 | |
| 1671 | 1671 | /* update the destination */ |
| 1672 | | dstmask <<= BITS_PER_PIXEL; |
| 1672 | dstmask = dstmask << BITS_PER_PIXEL; |
| 1673 | 1673 | } |
| 1674 | 1674 | |
| 1675 | 1675 | /* write the result */ |
| r32325 | r32326 | |
| 1705 | 1705 | } |
| 1706 | 1706 | |
| 1707 | 1707 | /* update the destination */ |
| 1708 | | dstmask <<= BITS_PER_PIXEL; |
| 1708 | dstmask = dstmask << BITS_PER_PIXEL; |
| 1709 | 1709 | } |
| 1710 | 1710 | |
| 1711 | 1711 | /* write the result */ |
| r32325 | r32326 | |
| 1738 | 1738 | } |
| 1739 | 1739 | |
| 1740 | 1740 | /* update the destination */ |
| 1741 | | dstmask <<= BITS_PER_PIXEL; |
| 1741 | dstmask = dstmask << BITS_PER_PIXEL; |
| 1742 | 1742 | } |
| 1743 | 1743 | |
| 1744 | 1744 | /* write the result */ |
| r32325 | r32326 | |
| 1869 | 1869 | dstword = (dstword & ~dstmask) | pixel; |
| 1870 | 1870 | |
| 1871 | 1871 | /* update the destination */ |
| 1872 | | dstmask <<= BITS_PER_PIXEL; |
| 1872 | dstmask = dstmask << BITS_PER_PIXEL; |
| 1873 | 1873 | } |
| 1874 | 1874 | |
| 1875 | 1875 | /* write the result */ |
| r32325 | r32326 | |
| 1896 | 1896 | dstword = (dstword & ~dstmask) | pixel; |
| 1897 | 1897 | |
| 1898 | 1898 | /* update the destination */ |
| 1899 | | dstmask <<= BITS_PER_PIXEL; |
| 1899 | dstmask = dstmask << BITS_PER_PIXEL; |
| 1900 | 1900 | } |
| 1901 | 1901 | |
| 1902 | 1902 | /* write the result */ |
| r32325 | r32326 | |
| 1920 | 1920 | dstword = (dstword & ~dstmask) | pixel; |
| 1921 | 1921 | |
| 1922 | 1922 | /* update the destination */ |
| 1923 | | dstmask <<= BITS_PER_PIXEL; |
| 1923 | dstmask = dstmask << BITS_PER_PIXEL; |
| 1924 | 1924 | } |
| 1925 | 1925 | |
| 1926 | 1926 | /* write the result */ |