projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3464c58
)
Add FRQCR read support, by Magnus Damm.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 29 Sep 2007 19:51:40 +0000
(19:51 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 29 Sep 2007 19:51:40 +0000
(19:51 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3272
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/sh7750.c
patch
|
blob
|
history
diff --git
a/hw/sh7750.c
b/hw/sh7750.c
index 8ff6ca19465c78664e4f9c0c9d596bffeea71c6e..bd3d31e361733c1d90ebee2b2b75af07156c0692 100644
(file)
--- a/
hw/sh7750.c
+++ b/
hw/sh7750.c
@@
-207,6
+207,8
@@
static uint32_t sh7750_mem_readw(void *opaque, target_phys_addr_t addr)
SH7750State *s = opaque;
switch (addr) {
+ case SH7750_FRQCR_A7:
+ return 0;
case SH7750_RFCR_A7:
fprintf(stderr,
"Read access to refresh count register, incrementing\n");