Housekeeping (Mach64, nw).

This commit is contained in:
TC1995
2022-03-18 21:28:17 +01:00
parent 9b0f04d4a9
commit a1404cf340

View File

@@ -1421,7 +1421,6 @@ void mach64_blit(uint32_t cpu_dat, int count, mach64_t *mach64)
break;
}
{
if (!cmp_clr) {
old_dest_dat = dest_dat;
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);
}
}
}
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)) {