diff options
author | rekado <rekado@elephly.net> | 2014-09-20 13:52:36 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2014-09-20 13:52:36 +0200 |
commit | 16eafa24fa471987818b2d3b9f351a3bbd098deb (patch) | |
tree | 402287c616717190c080eb563f5ef8c0e908610a /SHARC | |
parent | 8f2247648dc9a4fcbcf59d2704dfbaf89296438b (diff) |
Diffstat (limited to 'SHARC')
-rw-r--r-- | SHARC/Types.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SHARC/Types.hs b/SHARC/Types.hs index 7d83eb5..57db88a 100644 --- a/SHARC/Types.hs +++ b/SHARC/Types.hs @@ -270,7 +270,6 @@ registerMemoryMap = fromList [ (0x30020,"EEMUIN") , (0x1823,"IIEP0") , (0x1824,"IMEP0") , (0x1825,"ICEP0") - , (0x1825,"CEP0") , (0x1826,"CPEP0") , (0x1827,"EBEP0") , (0x1828,"TPEP0") @@ -283,7 +282,6 @@ registerMemoryMap = fromList [ (0x30020,"EEMUIN") , (0x1833,"IIEP1") , (0x1834,"IMEP1") , (0x1835,"ICEP1") - , (0x1835,"CEP1") , (0x1836,"CPEP1") , (0x1837,"EBEP1") , (0x1838,"TPEP1") |