The Following 3 Users Say Thank You to ade For This Useful Post: | ||
![]() |
2011-12-20
, 05:39
|
Posts: 173 |
Thanked: 21 times |
Joined on Sep 2010
@ Rio de Janeiro
|
#272
|
![]() |
2011-12-20
, 06:25
|
Posts: 334 |
Thanked: 616 times |
Joined on Sep 2010
|
#273
|
![]() |
2011-12-20
, 09:09
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#274
|
The Following User Says Thank You to ade For This Useful Post: | ||
![]() |
2011-12-20
, 11:22
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#275
|
@ivgalvez, since you where the one asking for this, would you be so kind and test the joystick setup on your own phone ?
The Following User Says Thank You to ivgalvez For This Useful Post: | ||
![]() |
2011-12-20
, 11:37
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#276
|
Accessing Menus
---------------
The following codes should be used while the splash screen is showing or held during
system power up (splash disabled). Button codes will only work on player 1 controls.
A+B+C = Main UNIVERSE BIOS Menu
A+B+C+D = Memory Card Manager
B+C+D = Test mode (MVS only)
A+B+D = Hardware Test (AES only)
The following code can only be entered on player 2 control
A+B+C+D = Controller Test
The following codes are available in game only, they will not work if you have disabled the in game menu (general bios settings).
START+SELECT = In Game Menu
START+COIN = In Game Menu
START+A+B+C = In Game Menu
![]() |
2011-12-20
, 16:51
|
Posts: 334 |
Thanked: 616 times |
Joined on Sep 2010
|
#277
|
Matanus,
Are you talking about the config button from the main menu left from the about button? No issues here.
Could you try it again making sure you hit the button with a firm press. An maybe a reboot in advance.
It could also be caused by the gngeo config file not being as aspected. For that you can start by:
python /opt/gngeo-gui/gngeo-gui.py
from the xterminal and see what the output is when you choose config.
![]() |
2011-12-20
, 17:06
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#278
|
z80clock 0 68kclock 0
![]() |
2011-12-20
, 18:14
|
Posts: 334 |
Thanked: 616 times |
Joined on Sep 2010
|
#279
|
You are missing two settings which I expect to be set:
That you missed the settings was probably never a problem till I activated the options in the config screen.Code:z80clock 0 68kclock 0
Could you add the two lines to your gngeorc file and test again?
Perhaps a full check for missing parameters and auto correction by Gngeo-gui would be better.
![]() |
2011-12-21
, 05:38
|
Posts: 173 |
Thanked: 21 times |
Joined on Sep 2010
@ Rio de Janeiro
|
#280
|
This release I tried to add joystick setup support by pressing the related buttons on the USB joystick.
This feature will only be shown if /dev/input/js0 is found. This character devices will be there if a USB joystick is connected or has been connected. During a reboot, this character device will be erased.
When you choose to set a key by pressing a joystick button, Gngeo-gui will keep waiting for input. After the button is pressed, Gngeo-gui will respond again to other input.
The analog part of the joystick is not supported during config, only the digital part.
How the X-axis and Y-axis are defined in gngeo is not totally clear to me, but the keypad does respond well in my configuration.
Furthermore I added two buttons in the confuration screen: p1 and p2 joystick device. They define to what devices the joystick for this player is attached. "0" means /dev/input/js0, 1 means dev/input/js1 etc. I don't know if anyone has experience with multiple joysticks (USB hub connected to the N900?), but I have not tested it.
For now, the player 2 joystick config is done by reading /dev/input/js0, just like for player 1.
@ivgalvez, since you where the one asking for this, would you be so kind and test the joystick setup on your own phone ?