mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
bugfix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@775 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
5e49c3a88d
commit
bdd6a009be
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue