Housekeeping (Mach64, nw).
This commit is contained in:
@@ -1421,7 +1421,6 @@ void mach64_blit(uint32_t cpu_dat, int count, mach64_t *mach64)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
if (!cmp_clr) {
|
if (!cmp_clr) {
|
||||||
old_dest_dat = dest_dat;
|
old_dest_dat = dest_dat;
|
||||||
MIX
|
MIX
|
||||||
@@ -1431,7 +1430,6 @@ void mach64_blit(uint32_t cpu_dat, int count, mach64_t *mach64)
|
|||||||
WRITE(mach64->accel.dst_offset + (dst_y * mach64->accel.dst_pitch) + dst_x, mach64->accel.dst_size);
|
WRITE(mach64->accel.dst_offset + (dst_y * mach64->accel.dst_pitch) + dst_x, mach64->accel.dst_size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (((mach64->crtc_gen_cntl >> 8) & 7) == BPP_24) {
|
if (((mach64->crtc_gen_cntl >> 8) & 7) == BPP_24) {
|
||||||
if ((mach64->dst_cntl & (DST_LAST_PEL | DST_X_DIR | DST_Y_DIR | DST_24_ROT_EN)) != (DST_LAST_PEL | DST_X_DIR | DST_Y_DIR | DST_24_ROT_EN)) {
|
if ((mach64->dst_cntl & (DST_LAST_PEL | DST_X_DIR | DST_Y_DIR | DST_24_ROT_EN)) != (DST_LAST_PEL | DST_X_DIR | DST_Y_DIR | DST_24_ROT_EN)) {
|
||||||
|
Reference in New Issue
Block a user