From cae24690155f38fc075e3cea5838a227292270e5 Mon Sep 17 00:00:00 2001 From: yosiokat Date: Wed, 25 Jun 2008 01:12:48 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E3=81=8C=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E3=81=95=E3=82=8C=E3=82=8BWRAM=E3=83=90=E3=83=B3?= =?UTF-8?q?=E3=82=AF=E3=82=92=E3=83=AD=E3=83=83=E3=82=AF=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E5=A4=89=E6=9B=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1684 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/components/jackal.TWL/wram_regs/wram_regs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/components/jackal.TWL/wram_regs/wram_regs.c b/build/components/jackal.TWL/wram_regs/wram_regs.c index 882e0644..31adc841 100644 --- a/build/components/jackal.TWL/wram_regs/wram_regs.c +++ b/build/components/jackal.TWL/wram_regs/wram_regs.c @@ -105,9 +105,9 @@ u32 HYENA_WramReg[0x30/sizeof(u32)] = // WRAM Lock (u32)( - (0x00 << 0) | - (0x00 << 8) | - (0x00 << 16) | + (0x0F << 0) | + (0xFF << 8) | + (0xF8 << 16) | // WRAM-0/1 (0 << 24) |