richard-broadhurst

Results 26 comments of richard-broadhurst

The axis only moving half way seems to be a simple bug here: void adc_poll() { uint32_t val = (uint32_t)(joyaxes[adc_status & 3] * 32760.0) + 32760; . . . The...

Apologies again for not reading the WIKI properly for button mapping! Do you think that it would make sense with two joysticks attached to connect the buttons to the first...

Something else that I probably missed in the docs is that the b-em.cfg used isn't the one that shipped with it, but one in AppData/Roaming... which explains why I don't...

I still can't use the axis on the PS3 controller, despite them coming through fine in allegro and can't add a section for it as the name seems to include...

I don't think that it is a unicode string, that was just what the text viewer thought. It seems to be 60+ mostly negative values. So, please don't spend time...

What I do with my loader is have: ...do swram detection... 110 ON ERROR 130 120 GOTO 140 130 ON ERROR OFF 140 do disc op 150 ON ERROR OFF...