mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Revert R21634 -nw-
This commit is contained in:
parent
5d06892a1b
commit
7382c49b76
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user