1
General / Re: How to change the emulator order
« on: February 06, 2017, 01:20:19 PM »
Boy, do i feel stupid now... Thanks progets!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Yes Final Burn Alpha (FBA) works better IMHO. FBA is a multi system emulator. It does neogeo just fine (and better than the arcade emulators). One thing though you'll need to have the neogeo bios in with your roms (not in the default bios folder) for some strange reason. I use the retroarch/libretro core (lr-fbalpha) https://github.com/retropie/RetroPie-Setup/wiki/Neo-Geo
Yes Final Burn Alpha (FBA) works better IMHO. FBA is a multi system emulator. It does neogeo just fine (and better than the arcade emulators). One thing though you'll need to have the neogeo bios in with your roms (not in the default bios folder) for some strange reason. I use the retroarch/libretro core (lr-fbalpha) https://github.com/retropie/RetroPie-Setup/wiki/Neo-Geo
https://github.com/retropie/RetroPie-Setup/wiki/Neo-Geo
do you have a pi3? why are you using gn-geo-pi? Just asking.
https://www.youtube.com/watch?v=pE6vRv6GuKo
You want to make a new emulator in attract mode for each system.
For sega32x:
1. press TAB
2. Once in the configuration screen go to emulators
3. Go to the bottom and add emulator
4. Name it sega32x
5. in the executable line put thisCode: [Select]/opt/retropie/supplementary/runcommand/runcommand.sh
6. in the args line put thisCode: [Select]0 _SYS_ sega32x "[romfilename]"
7. in your rom path(s) put thisCode: [Select]/home/pi/RetroPie/roms/sega32x
8. in your Rom extensions put thisCode: [Select].32x .smd .bin .md .zip .32X .SMD .BIN .MD .ZIP
9. in the system identifier put thisCode: [Select]sega32x
10. generate rom list
11. press escape (esc)
for game gear
a. repeat steps 2 and 3 above
b. Create a new emulator
c. name it gamegear
d. in the executable line put thisCode: [Select]/opt/retropie/supplementary/runcommand/runcommand.sh
e. in the args line put thisCode: [Select]0 _SYS_ gamegear "[romfilename]"
f. in your rom path(s) put thisCode: [Select]/home/pi/RetroPie/roms/gamegear
g. in your Rom extensions put thisCode: [Select].gg .bin .sms .zip .GG .BIN .SMS .ZIP
h. in the system identifier put thisCode: [Select]gamegear
i. generate rom list
press escape (esc) twice to go back to the main screen....they should be there.
I Added this to /home/pi/.attract/emulators change /media/usb0/roms/ to your roms location map!
Sega Gamegear.cfg
# Generated by Attract-Mode v2.2.1
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ gamegear "[romfilename]"
rompath /media/usb0/roms/gamegear
romext .gg;.bin;.sms;.zip;.GG;.BIN;.SMS;.ZIP
system Sega Gamegear
info_source thegamesdb.net
artwork flyer /media/usb0/roms/gamegear/boxart
artwork marquee /media/usb0/roms/gamegear/marquee
artwork snap /media/usb0/roms/gamegear/snap
artwork wheel /media/usb0/roms/gamegear/wheel
Sega 32X.cfg
# Generated by Attract-Mode v2.2.1
#
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ sega32x "[romfilename]"
rompath /media/usb0/roms/sega32x
romext .32x;.smd;.bin;.md;.zip;.32X;.SMD;.BIN;.MD;.ZIP
system Sega 32X
info_source thegamesdb.net
artwork flyer /media/usb0/roms/sega32x/boxart
artwork marquee /media/usb0/roms/sega32x/marquee
artwork snap /media/usb0/roms/sega32x/snap
artwork wheel /media/usb0/roms/sega32x/wheel
Now i can collect games inside attract mode and they work if you have the right emulator installed hope this helped
I'm using retropie 4.2. Where should enter this information? Create a new emulator? So many questions...sorry. I tried the other solution above and the issue remains. Strange that it works in Emulationstation.For PC and pi without retropie:
# Generated by Attract-Mode v2.2.1
#
executable retroarch
args -L /usr/lib/x86_64-linux-gnu/libretro/picodrive_libretro.so "[romfilename]"
rompath
romext .gg;.zip;.GG;.ZIP
system Sega Gamegear
# Generated by Attract-Mode v2.2.1
#
executable retroarch
args -L /usr/lib/x86_64-linux-gnu/libretro/picodrive_libretro.so "[romfilename]"
rompath
romext .32x;.zip;.ZIP;.32X
system Sega 32X
ghostfur is correct if it is the retropie image...almost...
remember your path and hers/his will be different..
the default paths for retropie are
32XCode: [Select]/home/pi/RetroPie/roms/sega32x
Game GearCode: [Select]/home/pi/RetroPie/roms/gamegear
What problems are you having..the retropie image should not need any configuration.
The emulators appear in Emulationstation but not as choices in Attract Mode.
I will try both suggestions. Thanks guys. I will let you know the results.
For PC and pi without retropie:
# Generated by Attract-Mode v2.2.1
#
executable retroarch
args -L /usr/lib/x86_64-linux-gnu/libretro/picodrive_libretro.so "[romfilename]"
rompath
romext .gg;.zip;.GG;.ZIP
system Sega Gamegear
# Generated by Attract-Mode v2.2.1
#
executable retroarch
args -L /usr/lib/x86_64-linux-gnu/libretro/picodrive_libretro.so "[romfilename]"
rompath
romext .32x;.zip;.ZIP;.32X
system Sega 32X
ghostfur is correct if it is the retropie image...almost...
remember your path and hers/his will be different..
the default paths for retropie are
32XCode: [Select]/home/pi/RetroPie/roms/sega32x
Game GearCode: [Select]/home/pi/RetroPie/roms/gamegear
What problems are you having..the retropie image should not need any configuration.