Page 2 of 3

Re: F355 and steering wheel.

Posted: Fri Feb 19, 2021 2:59 pm
by Cass
Treamcaster wrote:Someone created a microcontroller circuit that fixes the official Dreamcast Race Controller's dead zone, check it out:
https://www.youtube.com/watch?v=TK_JNReFxIg
That's really interesting. Love the way he was able to turn the mod on and off.

Re: F355 and steering wheel.

Posted: Fri Feb 19, 2021 3:04 pm
by megavolt85
something tells me that there is no dead zone at the helm, the dead zone is set in the code of the game itself

Re: F355 and steering wheel.

Posted: Fri Feb 19, 2021 3:19 pm
by Sakuragi
I think it set near all the same in all the games, I have tested many games and I have to turn my wheel at the same angle before it starts to turn in the game. But if you modify the game you have to remove the dead zone and to change how the game reacts to the new values that were ignored before by default.

Re: F355 and steering wheel.

Posted: Fri Feb 19, 2021 3:22 pm
by Cass
We're well and truly down the rabbit hole now, it's a mine field of configuration, hacked hardware, expensive periferals and code. My sincere apologies for starting this thread :p

Re: F355 and steering wheel.

Posted: Fri Feb 19, 2021 3:29 pm
by Alex_DC
megavolt85 wrote:
Alex_DC wrote:Personally, I'd love mouse support for light gun games, I wonder if that's somehow doable with the Wingman?
wondering how to play without the cursor on the screen?
I was more thinking of the mouse replacing the analogue stick on the controller, rather than the lightgun - as far as I remember the cursor stays on screen when using a pad. My post didn't say that though! But there is more chance the Wingman could use a mouse in place of analogue stick for those few games, if they built that into the firmware. Of course I'm sure there is more to it than that...

Re: F355 and steering wheel.

Posted: Fri Feb 19, 2021 3:42 pm
by Sakuragi
Cass wrote:We're well and truly down the rabbit hole now, it's a mine field of configuration, hacked hardware, expensive periferals and code. My sincere apologies for starting this thread :p
Don't worry it is interesting and I was wondering about a solution lately. I took back my Ferrari Wheel after 15 years and I was disappointed when I connected it again to my Dreamcast for some Daytona Usa because of the dead zone.

Re: F355 and steering wheel.

Posted: Fri Feb 19, 2021 4:17 pm
by megavolt85
Alex_DC wrote:I was more thinking of the mouse replacing the analogue stick on the controller, rather than the lightgun
this is a very easy task even for STM32C8T6

Re: F355 and steering wheel.

Posted: Fri Feb 19, 2021 5:31 pm
by Impacto
megavolt85 wrote:something tells me that there is no dead zone at the helm, the dead zone is set in the code of the game itself
Have anyone tried eliminate the dead zone via codebreaker or hex edit?

Re: F355 and steering wheel.

Posted: Fri Feb 19, 2021 5:51 pm
by megavolt85
Impacto wrote:Have anyone tried eliminate the dead zone via codebreaker or hex edit?
while this is just my guess based on the fact that Tokio High way challenge has no dead zone
but I'm 99% sure that my assumption is correct, otherwise it is impossible to explain the lack of a dead zone in THWC
I need to finish all my current projects after which I can disassemble one game to check my assumptions

Re: F355 and steering wheel.

Posted: Fri Feb 19, 2021 6:42 pm
by Sakuragi
Tokyo 1 has no dead zone on the right but one on the left with my Ferrari wheel. No need to look into the game to understand that the dead zone is in software, the wheels just use mechanical potentiometers so technically it is impossible that it come from this part.