git-svn-id: file:///home/notaz/opt/svn/PicoDrive@775 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-09-14 10:41:58 +00:00
parent 5e49c3a88d
commit bdd6a009be

View file

@ -517,6 +517,7 @@ u32 PicoRead16_io(u32 a)
if ((a & 0xffe0) == 0x0000) { // I/O ports
d = io_ports_read(a);
d |= d << 8;
goto end;
}