budude2 / openfpga-GBC

229 stars 7 forks source link

Regard assigned Fastforward button #40

Open hallmeier opened 7 months ago

hallmeier commented 7 months ago

It seems, by checking cont1_key_s instead of cont1_key, Fastforward is always on R, regardless of the button assigned in the controls menu. This small change fixes that.

SegaSnatcher commented 7 months ago

I don't have any issue reassigning the FF button in Bud's current code.

hallmeier commented 7 months ago

Now that I tested again, I also couldn't reproduce it. I definitely had issues with reassignments not working, but then maybe they were due to experimental edits to json files I did and didn't fully reverse. As I don't know anything about FPGA programming, I can't tell from the code what the value and purpose of cont1_key_s is, so maybe they really function the same for this case.