- Reverted to keep desmume compilable

This commit is contained in:
shashclp 2007-01-22 22:08:21 +00:00
parent 19fd89af8f
commit 28ac0acea8
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); T1WriteLong(MMU.MMU_MEM[proc][0x40], 0, v);
} }
return; return;
case REG_DISPA_DISPCAPCNT : /*
case REG_DISPA_DISPCAPCNT :
if(proc == ARMCPU_ARM9) if(proc == ARMCPU_ARM9)
{ {
GPU_set_DISPCAPCNT(MainScreen.gpu,val); GPU_set_DISPCAPCNT(MainScreen.gpu,val);
} }
return; return;
*/
case REG_DISPB_DISPCNT+2 : case REG_DISPB_DISPCNT+2 :
if(proc == ARMCPU_ARM9) if(proc == ARMCPU_ARM9)
{ {