mirror of https://github.com/PCSX2/pcsx2.git
mirror, mirror
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5924 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
9d41fe251b
commit
141c5e60c5
|
@ -26,16 +26,6 @@ void sifInit()
|
||||||
memzero(sif1);
|
memzero(sif1);
|
||||||
}
|
}
|
||||||
|
|
||||||
__fi void dmaSIF2()
|
|
||||||
{
|
|
||||||
SIF_LOG(wxString(L"dmaSIF2" + sif2dma.cmq_to_str()).To8BitData());
|
|
||||||
|
|
||||||
sif2dma.chcr.STR = false;
|
|
||||||
hwDmacIrq(DMAC_SIF2);
|
|
||||||
Console.WriteLn("*PCSX2*: dmaSIF2");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void SaveStateBase::sifFreeze()
|
void SaveStateBase::sifFreeze()
|
||||||
{
|
{
|
||||||
FreezeTag("SIFdma");
|
FreezeTag("SIFdma");
|
||||||
|
|
|
@ -367,7 +367,7 @@ __fi void EEsif2Interrupt()
|
||||||
sif2dma.chcr.STR = false;
|
sif2dma.chcr.STR = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
__fi void _dmaSIF2()
|
__fi void dmaSIF2()
|
||||||
{
|
{
|
||||||
DevCon.Warning("SIF2 EE CHCR %x", sif2dma.chcr._u32);
|
DevCon.Warning("SIF2 EE CHCR %x", sif2dma.chcr._u32);
|
||||||
SIF_LOG(wxString(L"dmaSIF2" + sif2dma.cmqt_to_str()).To8BitData());
|
SIF_LOG(wxString(L"dmaSIF2" + sif2dma.cmqt_to_str()).To8BitData());
|
||||||
|
|
Loading…
Reference in New Issue