mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
more wip SVP code
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@318 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
f53f286a8b
commit
f8ef8ff710
13 changed files with 399 additions and 24 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue