summaryrefslogtreecommitdiff
path: root/hw/sh7750_regnames.c
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-07 15:18:14 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-07 15:18:14 +0000
commitc2432a42fe13c3c6774f5443ac8f6f7261fe91d1 (patch)
treedc2546455f0f9f0751aca0e407ce7929996ce627 /hw/sh7750_regnames.c
parent68af3f249157f2538fea806622c45f537d65c9bc (diff)
downloadqemu-c2432a42fe13c3c6774f5443ac8f6f7261fe91d1.tar.gz
SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 and fix BCR2 support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6548 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sh7750_regnames.c')
-rw-r--r--hw/sh7750_regnames.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sh7750_regnames.c b/hw/sh7750_regnames.c
index 3ee5c7f15b..d4b519da9e 100644
--- a/hw/sh7750_regnames.c
+++ b/hw/sh7750_regnames.c
@@ -80,8 +80,8 @@ static regname_t regnames[] = {
REGNAME(SH7750_ICR_A7)
REGNAME(SH7750_BCR3_A7)
REGNAME(SH7750_BCR4_A7)
- REGNAME(SH7750_PRECHARGE0_A7)
- REGNAME(SH7750_PRECHARGE1_A7) {(uint32_t) - 1, 0}
+ REGNAME(SH7750_SDMR2_A7)
+ REGNAME(SH7750_SDMR3_A7) {(uint32_t) - 1, 0}
};
const char *regname(uint32_t addr)