mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 13:38:51 +01:00
linux compile fixed
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@235 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
e5503e2f4f
commit
fb9bec948e
5 changed files with 9 additions and 16 deletions
|
|
@ -643,7 +643,7 @@ static void PicoWriteM68k8(u32 a,u8 d)
|
|||
return;
|
||||
}
|
||||
|
||||
OtherWrite8(a,d,8);
|
||||
OtherWrite8(a,d);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue