Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advance Mame #28

Open
vernonjvs opened this issue Jan 22, 2019 · 5 comments
Open

Advance Mame #28

vernonjvs opened this issue Jan 22, 2019 · 5 comments

Comments

@vernonjvs
Copy link

Doesn't work with console Advance Mame on Raspberry Pi. I'm not sure why but key press/release event may be happening too quickly and is being missed by console Advance Mame (No X or SDL) entirely. Works fines with other Raspberry Pu console programs.

@IceBearZero
Copy link

having the same issue, can see them in console, but not in any emulator. Trying to send and EXIT key combo

@IceBearZero
Copy link

@vernonjvs Im in a rabbit hole thinking that there is a virtual keyboard layer via SDL
https://wiki.libsdl.org/SDL_Keycode

I could be very wrong here

@IceBearZero
Copy link

@vernonjvs wait .. I just digested this more ..
Works fines with other Raspberry Pu console programs.

You are able to push mock keystrokes to emulators? Are you using retropi/emulation station? This is what Im trying to do, I can not get an emulator to respond to a a virtual keypress, but if I go into a console, they do appear ... Do you mind posting any code snippets?

@IceBearZero
Copy link

@vernonjvs if any of this convo helps you threebrooks/UniversalController#3

@IceBearZero
Copy link

@vernonjvs I have it working in emulation station, I needed to add a short delay between the device call and the emit call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants