Fix default FB addresses

This commit is contained in:
TuxSH 2017-08-13 16:00:35 +02:00 committed by GitHub
parent cd194fa5b2
commit 9344a7b434

View File

@ -70,14 +70,14 @@ static void initScreens(u32 brightnessLevel)
*(vu32 *)0x1040045C = 0x00f00190;
*(vu32 *)0x10400460 = 0x01c100d1;
*(vu32 *)0x10400464 = 0x01920002;
*(vu32 *)0x10400468 = 0x18000000;
*(vu32 *)0x1040046C = 0x18000000;
*(vu32 *)0x10400468 = 0x18300000;
*(vu32 *)0x1040046C = 0x18400000;
*(vu32 *)0x10400470 = 0x80341;
*(vu32 *)0x10400474 = 0x00010501;
*(vu32 *)0x10400478 = 0;
*(vu32 *)0x10400490 = 0x000002D0;
*(vu32 *)0x10400494 = 0x18100000;
*(vu32 *)0x10400498 = 0x18100000;
*(vu32 *)0x10400494 = 0x18300000;
*(vu32 *)0x10400498 = 0x18400000;
*(vu32 *)0x1040049C = 0x00000000;
//Disco register
@ -107,8 +107,8 @@ static void initScreens(u32 brightnessLevel)
*(vu32 *)0x1040055C = 0x00f00140;
*(vu32 *)0x10400560 = 0x01c100d1;
*(vu32 *)0x10400564 = 0x01920052;
*(vu32 *)0x10400568 = 0x18046500;
*(vu32 *)0x1040056c = 0x18046500;
*(vu32 *)0x10400568 = 0x18346500;
*(vu32 *)0x1040056c = 0x18446500;
*(vu32 *)0x10400570 = 0x80301;
*(vu32 *)0x10400574 = 0x00010501;
*(vu32 *)0x10400578 = 0;