Hi guys again. I have an arcade joystick and buttons connected through the GPIO to my raspberry pi 2. Everything works fine except some games in MAME for some reason don't respond to the coin button (wich is suposed to be select) but do respond to the key 5 in a keyboard. It doesn't happen with all the games, only a few of them, but it is quite annoying since it is a bartop and I don't want to have a keyboard connected. Is there any solution for this?
Posts made by misato
-
MAME coin button sometimes doesn't work
-
RE: How to setup Very Low Resolution monitor?
THANK YOU SO MUCH! So here is how I solved it in case somebody else has the same problem: In the recalbox.conf I setted global.videomode=default. In /boot/config.txt I have this: hdmi_group=2 (DMT) hdmi_mode=9 (mode 9 800x600 4:3) hdmi_drive=1 (I'm using an HDMI converter). To know your mode you can do from the terminal tvservice -m CEA or tvservice -m DMT (in my case I needed the second) and it will show you which one is the preferred mode (in my case mode 9 but also mode 4 was supported).
-
RE: How to setup Very Low Resolution monitor?
I setted the global.videomode to default but I still have the same problem. During booting everything is fine but the moment the frontend loads I can see very annoying flickering and the games don't show properly. I have checked in the terminal which mode is the preferred for my screen (it is 800x600 I though it was 640x480 sorry) and it sais it is DMT mode 9 (800x600 4:3). I tried as well setting that as global.videomode=DMT 9 HDMI with no difference. It looks like it doesn't really respect the config that I set in recalbox.conf or there is something else going on that I have no idea.
-
RE: How to setup Very Low Resolution monitor?
Oh thanks a ton. I understood that mode was for CRTs but I'm using HDMI so I wasn't sure if that was also the way to go. I'll give it a try in a bit.
-
How to setup Very Low Resolution monitor?
Hi all, I have my raspberry pi with Recalbox connected to an old monitor 4:3 640x480. I have seen some options to change the HDMI mode but it seems the minimum I can put is 720p. Can somebody point me out how to specify my low resolution? Recalbox seems to load fine but I get flickering on the screen and whenever I load a game it goes to gray/black lines. Thanks in advance and sorry if this was answered but I couldn't find anything for such a low res.