srcclean in preparation for 0.240
This commit is contained in:
parent
66443340c8
commit
e43a6fa535
@ -230,7 +230,8 @@ void mcd212_device::set_register(uint8_t reg, uint32_t value)
|
||||
const uint8_t clut_index = m_clut_bank[Channel] * 0x40 + (reg - 0x80);
|
||||
LOGMASKED(LOG_CLUT, "%s: Channel %d: CLUT[%d] = %08x\n", machine().describe_context(), Channel, clut_index, value);
|
||||
m_clut[clut_index] = value & 0x00fcfcfc;
|
||||
} break;
|
||||
}
|
||||
break;
|
||||
case 0xc0: // Image Coding Method
|
||||
if (Channel == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user