示例#1
0
void Write8(const u8 _iValue, const u32 _iAddress)
{
//	LOG(GPFIFO, "GPFIFO #%x: 0x%02x",ProcessorInterface::Fifo_CPUWritePointer+m_gatherPipeCount, _iValue);
	FastWrite8(_iValue);
	CheckGatherPipe();
}
示例#2
0
void Write8(const u8 value)
{
  FastWrite8(value);
  CheckGatherPipe();
}