I reverted my last commit 6508. I was wrong, sorry about that. It is 3am maybe need to rest of the FIFO for while. My Apologies.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6509 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ad8248cedd
commit
08a3b60f8c
|
@ -185,8 +185,7 @@ void Read16(u16& _rReturnValue, const u32 _Address)
|
|||
m_CPStatusReg.Breakpoint = fifo.bFF_Breakpoint;
|
||||
m_CPStatusReg.ReadIdle = !fifo.CPReadWriteDistance || !fifo.bFF_GPReadEnable;
|
||||
m_CPStatusReg.CommandIdle = fifo.CPCmdIdle;
|
||||
m_CPStatusReg.UnderflowLoWatermark = (fifo.CPReadWriteDistance <= fifo.CPLoWatermark);
|
||||
m_CPStatusReg.OverflowHiWatermark = (fifo.CPReadWriteDistance >= fifo.CPHiWatermark);
|
||||
m_CPStatusReg.UnderflowLoWatermark = fifo.CPReadIdle;
|
||||
|
||||
// hack: CPU will always believe fifo is empty and on idle
|
||||
//m_CPStatusReg.ReadIdle = 1;
|
||||
|
|
Loading…
Reference in New Issue