Increase the I/O memory area to 0xc20000.

This commit is contained in:
rpaulo 2012-10-22 03:44:12 +00:00
parent 24cc54b983
commit ce402469a1

View File

@ -32,6 +32,6 @@
#define WIIIPC_REG_ADDR 0x0d000000
#define WIIIPC_REG_LEN 0x40
#define WIIIPC_IOH_ADDR 0x133e0000
#define WIIIPC_IOH_LEN 0x20000
#define WIIIPC_IOH_LEN 0xc20000
#endif /* _POWERPC_WII_WII_IPCREG_H */