notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e49c3a
)
bugfix
author
notaz
<notasas@gmail.com>
Mon, 14 Sep 2009 10:41:58 +0000
(10:41 +0000)
committer
notaz
<notasas@gmail.com>
Mon, 14 Sep 2009 10:41:58 +0000
(10:41 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@775
be3aeb3a
-fb24-0410-a615-
afba39da0efa
pico/memory.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/memory.c
b/pico/memory.c
index
5160df1
..
6bb79d5
100644
(file)
--- a/
pico/memory.c
+++ b/
pico/memory.c
@@
-517,6
+517,7
@@
u32 PicoRead16_io(u32 a)
\r
if ((a & 0xffe0) == 0x0000) { // I/O ports
\r
d = io_ports_read(a);
\r
+ d |= d << 8;
\r
goto end;
\r
}
\r
\r