diff -urN psplink-2460-orig/psplink/decodeaddr.c psplink-2460/psplink/decodeaddr.c --- psplink-2460-orig/psplink/decodeaddr.c 2009-06-06 22:12:52 +0900 +++ psplink-2460/psplink/decodeaddr.c 2009-10-02 08:54:18 +0900 @@ -41,15 +41,12 @@ { 0x40010000, (16 * 1024), MEM_ATTRIB_ALL, "Scratchpad (uncached)", 0 }, { 0x04000000, (2 * 1024 * 1024), MEM_ATTRIB_ALL, "VRAM", 0 }, { 0x44000000, (2 * 1024 * 1024), MEM_ATTRIB_ALL, "VRAM (uncached)", 0 }, - { 0x08800000, (24 * 1024 * 1024), MEM_ATTRIB_ALL, "User memory", 0 }, - { 0x48800000, (24 * 1024 * 1024), MEM_ATTRIB_ALL, "User memory (uncached)", 0 }, - { 0x88000000, (4 * 1024 * 1024), MEM_ATTRIB_ALL, "Kernel memory (low)", 0 }, - { 0xA8000000, (4 * 1024 * 1024), MEM_ATTRIB_ALL, "Kernel memory (low uncached)", 0 }, - /* Don't use the following 2 on a 1.5, just crashes the psp */ - { 0x88400000, (4 * 1024 * 1024), MEM_ATTRIB_ALL, "Kernel memory (mid v1.0 only)", 1 }, - { 0xA8400000, (4 * 1024 * 1024), MEM_ATTRIB_ALL, "Kernel memory (mid v1.0 only uncached)", 1 }, - { 0x88800000, (24 * 1024 * 1024), MEM_ATTRIB_ALL, "Kernel memory (high)", 0 }, - { 0xA8800000, (24 * 1024 * 1024), MEM_ATTRIB_ALL, "Kernel memory (high uncached)", 0 }, + { 0x08800000, (56 * 1024 * 1024), MEM_ATTRIB_ALL, "User memory", 0 }, + { 0x48800000, (56 * 1024 * 1024), MEM_ATTRIB_ALL, "User memory (uncached)", 0 }, + { 0x88000000, (8 * 1024 * 1024), MEM_ATTRIB_ALL, "Kernel memory (low)", 0 }, + { 0xA8000000, (8 * 1024 * 1024), MEM_ATTRIB_ALL, "Kernel memory (low uncached)", 0 }, + { 0x88800000, (56 * 1024 * 1024), MEM_ATTRIB_ALL, "Kernel memory (high)", 0 }, + { 0xA8800000, (56 * 1024 * 1024), MEM_ATTRIB_ALL, "Kernel memory (high uncached)", 0 }, { 0xBFC00000, (1 * 1024 * 1024), MEM_ATTRIB_ALL, "Internal RAM", 0 }, { 0, 0, 0, NULL } };