Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: juankamq on November 09, 2021, 07:39:51 PM

Title: Help with exit hotkey on nestopia and snes9x on old hardware
Post by: juankamq on November 09, 2021, 07:39:51 PM
Hi everyone, long story short

I'm building an arcade cabinet with a windows xp machine ( due to drivers incompat). I'm using attract 2.6.1 and I can use exit hotkeys for FBA and Project64, but snes9x and nestopia refuses to work.

When I launch both in windowed mode, works fine but not in fullscreen.

If anyone has any input, it will be very much appreciated
Title: Re: Help with exit hotkey on nestopia and snes9x on old hardware
Post by: akafox on November 11, 2021, 09:44:23 PM
not sure about nestopia...have you tried FCEUX for nes and see if that works?
as far as I can see there is no way to change the exit key naturally...

but seeing as how you are on a old 32 bit XP machine

you can try and old program wrapper called closemul (https://www.lustark.com/closemul) if you really want to use nestopia

this will work for snes9x as well
Title: Re: Help with exit hotkey on nestopia and snes9x on old hardware
Post by: Benoit33 on November 16, 2021, 02:04:42 AM
add

"exit_hotkey          Escape"

putin  the script (.cfg ) for the nestopia ad other.
Title: Re: Help with exit hotkey on nestopia and snes9x on old hardware
Post by: Def22Fire on February 13, 2022, 01:19:48 PM
Hey

im using the Programm AutoHotKey (https://www.autohotkey.com/docs/Program.htm)
with it i have an exe file compilet.

PgUp::
send !{f4}
send {esc}
PgDn::
send !{f4}
send {esc}

with this code

PgUp/PgDn you can change, if you press the key. AHK will send ALT F4 and next Escape. Most of the Emulators will shutdown. Works for me.