From bdd6a009be599f5e49ac97b34ed93d0bb7af137d Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 14 Sep 2009 10:41:58 +0000 Subject: [PATCH] bugfix git-svn-id: file:///home/notaz/opt/svn/PicoDrive@775 be3aeb3a-fb24-0410-a615-afba39da0efa --- pico/memory.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pico/memory.c b/pico/memory.c index 5160df1..6bb79d5 100644 --- a/pico/memory.c +++ b/pico/memory.c @@ -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; } -- 2.39.2