![EmuCR: Cen64 EmuCR: Cen64](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0yzo6_H68o8tMO-h7VFKisBgK0bXwzROZ9JMMkOOgo7RZSgMC7ahDWxgqlppqZSEsizeH_Vd7zvhhaTHpxuM2_Df6HGdoDUWGmxopsGq2xtEJT6JTE33owJpgmDiWgvV1c6V2Mx3Tn8GG/s320/55.png)
Cen64 Git Changelog:
* Merge pull request #26 from mikeryan/si-fixes
Minor fixes to SI
* transfer pak: send correct buffer to GB read function
* si: clear top bit of status byte without blowing it away
* si: do not fail PIF commands when controller is not present
* ai: Channels were backwards, swap them.
krom noticed that the channels were swapped. Good ear.
Data comes off the RSP as:
LH LL RH RL
bswap 32 results in:
RL RH LL LH
Need to flip again to get:
LL LH RL RH
* Merge pull request #25 from mikeryan/flashram-save
FlashRAM saves
* flashram: implement FlashRAM in PI, with mapped reads
* flashram: take command line option and pass into PI
Download: Cen64 Git (2016/01/26)
Source: Here
0 Comments
Post a Comment