Revert R21634 -nw-

This commit is contained in:
Phil Bennett 2013-03-13 10:58:09 +00:00
parent 5d06892a1b
commit 7382c49b76

View File

@ -1460,8 +1460,7 @@ if ((daddr & (BITS_PER_PIXEL - 1)) != 0) mame_printf_debug("PIXBLT_R%d with odd
for (y = 0; y < dy; y++)
{
int left_partials, right_partials, full_words, bitshift, bitshift_alt;
UINT16 srcword, dstword, pixel;
UINT32 srcmask, dstmask;
UINT16 srcword, srcmask, dstword, dstmask, pixel;
UINT32 swordaddr, dwordaddr;
/* determine the bit shift to get from source to dest */
@ -1720,8 +1719,7 @@ static void FUNCTION_NAME(pixblt_b)(tms34010_state *tms, int dst_is_linear)
/* loop over rows */
for (y = 0; y < dy; y++)
{
UINT16 srcword, dstword, pixel;
UINT32 srcmask, dstmask;
UINT16 srcword, srcmask, dstword, dstmask, pixel;
UINT32 swordaddr, dwordaddr;
/* use byte addresses each row */