Build Your Own Arcade Controls Forum
Main => Main Forum => Topic started by: ghost377 on September 23, 2024, 10:09:05 pm
-
Heya all, I've got a Space Ace cabinet running Daphne and an I-PAC.
I've been having problems that when I press a specific combination of 3 buttons, it will send the keycodes 174 and 173 (volume down/up). For some reason, Daphne crashes upon hitting these buttons.
Ultimately I can remove the buttons (they're for difficulty selection) - but would like to keep them if at all possible. Any suggestions?
The buttons in question are the difficulty select buttons and the fire buttons.
-
The buttons in question are the difficulty select buttons and the fire buttons.
Since P1 Start isn't one of those buttons, that probably rules out IPac shifted functions.
According to the Daphne wiki Input page (https://www.daphne-emu.com:9443/mediawiki/index.php/Input), the keystrokes for the functions that are causing the problem are probably "L.Ctrl" for fire, "/ (keypad)" for Cadet skill level, "* (keypad)" for Captain skill level, and "- (keypad)" for Space Ace skill level.
Assuming that the fire buttons are both connected to IPac port 1SW1 which outputs the default "L.Ctrl", that raises the possibility that you're loking at some obscure (customized?) Windows hotkey combo, a program called 3RVX, or an AutoHotKey script.
https://www.alphr.com/adjust-audio-hotkeys-windows/ (https://www.alphr.com/adjust-audio-hotkeys-windows/)
Try moving the fire button input wires from input 1SW1 (L.Ctrl) to 1SW3 (Space Bar) or reprogramming your fire button 1SW1 input from "L.Ctrl" to "Space Bar" since that is mentioned as an alternate control in the wiki.
- With any luck, you won't even need to make any changes in DaphneLoader or edit the dapinput.ini file.
https://www.daphne-emu.com:9443/mediawiki/index.php/Input (https://www.daphne-emu.com:9443/mediawiki/index.php/Input)
Scott