void Write16(const u16 _iValue, const u32 _iAddress) { // LOG(GPFIFO, "GPFIFO #%x: 0x%04x",ProcessorInterface::Fifo_CPUWritePointer+m_gatherPipeCount, _iValue); FastWrite16(_iValue); CheckGatherPipe(); }
void Write16(const u16 value) { FastWrite16(value); CheckGatherPipe(); }