darthcloud / cube64-dx

GameCube controllers adaptor for N64
GNU General Public License v2.0
69 stars 4 forks source link

Wavebird calibration not done correcly #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Normally Gamecube games does calibration of the joystick when you power on your 
Wavebird.

The adapter does only this on power up and we might in some case endup with the 
controller being not calibrated correctly.

Also Wavebird send different response to 0x00 command under some condition.

Like receiver only (wavebird power off) will send a response different than 
while the Wavebird is power on.

Need to modify Wavebird implementation to support all Wavebird status 
correctly. And need to periodically check controller identity to know if the 
Controller has been power off and redo calibration once it's on again.

Original issue reported on code.google.com by DarthCloud@gmail.com on 4 Apr 2011 at 4:53

GoogleCodeExporter commented 9 years ago
-Status send by Wavebird receiver:

No comm. with WB and not initiated: 0xA80000
No Comm. with WB and initiated: 0xABD0C0
Comm with WB and not initiated: 0xE9E0C0
Comm with WB and initiated: 0xEBF0C0

Original comment by DarthCloud@gmail.com on 7 Apr 2011 at 6:31

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r31.

Original comment by DarthCloud@gmail.com on 13 Apr 2011 at 3:57