more wip SVP code

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@318 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-12-22 20:53:09 +00:00
parent f53f286a8b
commit f8ef8ff710
13 changed files with 399 additions and 24 deletions

View file

@ -229,8 +229,6 @@ void OtherWrite16(u32 a,u32 d)
}
#endif
PicoWrite8Hook(a, d>>8, 16);
PicoWrite8Hook(a+1,d&0xff, 16);
PicoWrite16Hook(a, d, 16);
}