Fix two bugs

This commit is contained in:
TuxSH
2017-05-23 21:47:20 +02:00
parent 68d9674ca3
commit 90b54581b0
2 changed files with 8 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
static const u32 brightness[4] = {0x5F, 0x4C, 0x39, 0x26};
static volatile Arm11Operation *operation = (volatile Arm11Operation *)0x1FFFFFF0;
static volatile Arm11Operation *operation = (volatile Arm11Operation *)0x1FF80004;
struct fb fbs[2];