mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
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:
parent
a12b1b29cc
commit
6e39239fb9
4 changed files with 121 additions and 77 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue