mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
svp compiler: minor update, just to not forget
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@378 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
ede7220f67
commit
0336d6438a
1 changed files with 2 additions and 1 deletions
|
@ -1056,10 +1056,11 @@ static int tr_PM4_to_r0(void)
|
|||
{
|
||||
known_regs.pmac_read[reg] = known_regs.pmc;
|
||||
known_regs.emu_status &= ~SSP_PMC_SET;
|
||||
known_regb |= 1 << (20+reg);
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (known_regb & (1 << (20+4)))
|
||||
if (known_regb & (1 << (20+reg)))
|
||||
{
|
||||
int mode = known_regs.pmac_read[reg]>>16;
|
||||
if ((mode & 0xfff0) == 0x0800)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue