svp compiler: few ops, bugfixes, code seems to work

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@375 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-03-08 16:26:21 +00:00
parent a12b1b29cc
commit 6e39239fb9
4 changed files with 121 additions and 77 deletions

View file

@ -721,10 +721,9 @@ static void write_PMC(u32 d)
// 15
static u32 read_AL(void)
{
if (*(PC-1) == 0x000f) {
if (*(PC-1) == 0x000f)
elprintf(EL_SVP, "ssp dummy PM assign %08x @ %04x", rPMC.v, GET_PPC_OFFS());
ssp->emu_status &= ~(SSP_PMC_SET|SSP_PMC_HAVE_ADDR); // ?
}
ssp->emu_status &= ~(SSP_PMC_SET|SSP_PMC_HAVE_ADDR); // ?
return rAL;
}