- Reverted to keep desmume compilable

This commit is contained in:
shashclp 2007-01-22 22:08:21 +00:00
parent 44fc626c41
commit 79bba402fd
1 changed files with 3 additions and 1 deletions

View File

@ -1700,12 +1700,14 @@ void FASTCALL MMU_write16(u32 proc, u32 adr, u16 val)
T1WriteLong(MMU.MMU_MEM[proc][0x40], 0, v);
}
return;
case REG_DISPA_DISPCAPCNT :
/*
case REG_DISPA_DISPCAPCNT :
if(proc == ARMCPU_ARM9)
{
GPU_set_DISPCAPCNT(MainScreen.gpu,val);
}
return;
*/
case REG_DISPB_DISPCNT+2 :
if(proc == ARMCPU_ARM9)
{