diff options
author | archshift <admin@archshift.com> | 2014-10-12 22:40:26 -0700 |
---|---|---|
committer | archshift <admin@archshift.com> | 2015-03-09 15:51:41 -0700 |
commit | 041e99b6132775ff52822060512b8384b735e582 (patch) | |
tree | cd8dee92a0b578e512a188cd7e70239b627a5341 /src/core/hw/hw.h | |
parent | 47010fea3126bfe0b675810ea9471a25191d548f (diff) |
Added LCD registers, and implementation for color filling in OGL code.
Diffstat (limited to 'src/core/hw/hw.h')
-rw-r--r-- | src/core/hw/hw.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/core/hw/hw.h b/src/core/hw/hw.h index 6feeba08c6..d656089105 100644 --- a/src/core/hw/hw.h +++ b/src/core/hw/hw.h @@ -8,8 +8,8 @@ namespace HW { -enum { - VADDR_IO = 0x1EC00000, +/// Beginnings of IO register regions, in the user VA space. +enum : u32 { VADDR_HASH = 0x1EC01000, VADDR_CSND = 0x1EC03000, VADDR_DSP = 0x1EC40000, @@ -25,9 +25,7 @@ enum { VADDR_SPI_3 = 0x1EC60000, VADDR_I2C_3 = 0x1EC61000, VADDR_MIC = 0x1EC62000, - VADDR_PXI = 0x1EC63000, // 0xFFFD2000 - //VADDR_NTRCARD - VADDR_CDMA = 0xFFFDA000, // CoreLink DMA-330? Info + VADDR_PXI = 0x1EC63000, VADDR_LCD = 0x1ED02000, VADDR_DSP_2 = 0x1ED03000, VADDR_HASH_2 = 0x1EE01000, |