Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › NeoGeo not working in 3.0
- This topic has 10 replies, 4 voices, and was last updated 10 years, 7 months ago by
chdez77076.
-
AuthorPosts
-
03/31/2015 at 10:26 #93228
evangeliz
ParticipantHi guys,
First of all, thanks for creating Retropie and all the hard work.
I did search a lot but couldn’t find anything about this.
I’m having an issue with neogeo games. They don’t work anymore.
Before saying it’s due to the rom set, they worked fine in Retropie 2.6 but in 3.0 they simply don’t work, FBA gives black screen, lib writes a few lines and quits
gngeo was the one that worked best before, but here also he starts decrypting and quits after that.
I prefered gngeo as Metal slug roms seem to work best there.If somebody could help me out that would be fantastic. :)
03/31/2015 at 13:23 #93235nagelfar
ParticipantDid you put the bios file called NeoGeo.zip into the neogeo rom folder?
03/31/2015 at 14:08 #93238evangeliz
Participantuhm, ok, I learned something extra today :shame:
Got another question though.
Where do we config the Neogeo buttons?
In 2.6 it was in /.gngeo/gngeorc, but this file doesn’t exist on my 3.0 system.
03/31/2015 at 14:12 #93239chdez77076
ParticipantIts in opt/retropie/configs/neogeo
03/31/2015 at 14:20 #93241evangeliz
ParticipantNot on my system though.
And I opened the other files, nothing key related can be found.
I did find this though in emulator.cfg
/opt/retropie/configs/neogeo/retroarch.cfg
but this file doesn’t exist in the folder
03/31/2015 at 22:46 #93308chdez77076
ParticipantUpdate the retropie setup script then do a binary update.
Maybe that will solve the problem?
I have it on mine!03/31/2015 at 23:06 #93310Floob
MemberYou can just create it – by default its not there in 3.0.0 – or gngeo will create it if you save some settings via the GUI.
You can create it with
“sudo nano /opt/retropie/configs/neogeo/gngeorc”03/31/2015 at 23:11 #93311chdez77076
Participantyeah you can create it and use this as a template to what you need to put in the actual file itself.
https://github.com/ssilverm/PiMAME/blob/master/.gngeo/gngeorc
04/01/2015 at 16:00 #93358evangeliz
ParticipantSuper,
That worked out great, but unable to get the joypad to work, all buttons work though.
Anyway, I’m giving libretro fba a chance, and they seem to work, I just can’t seem to find where the key config is.
In FBA it’s rather easy (fba2x.cfg under FBA folder).
Any chance of a hint on that?
04/01/2015 at 17:28 #93368Floob
MemberExample line (it goes in “gngeorc”):
p1control A=J0B0,B=J0B1,C=J0B2,D=J0B3,START=J0B6,COIN=J0B10,UP=J0a1,DOWN=J0a1,LEFT=J0A0,RIGHT=J0A0,MENU=J0B7# Meaning of the code:
# Kxxx : keyboad key number xxx
# JxByy : Joystick number x Button
# JxAyy : Joystick number x Axe yy (use a lowercase ‘a’ if you need to invert the axis)
# JxHyy : Joystick number x Hat yy
#
# by the way, you can define a button multiple time, for example A=J0B0,A=K123,etc..You can get your button codes by using “jstest”
04/01/2015 at 19:32 #93381chdez77076
ParticipantThe key config for FBA-LB is the retroarch.cfg one in the fba directory.
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.