Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › GBA emulator from image missing BIOS
- This topic has 7 replies, 6 voices, and was last updated 9 years, 8 months ago by jusdontcarebear.
-
AuthorPosts
-
10/05/2014 at 23:22 #81527makndavParticipant
Hello everyone! :)
I cannot get the Gameboy Advance Emulator that came with the RetroPie v2.3 and EmulationStation image to run a game. It keeps telling me it needs “gba_BIOS.bin” in the same directory as gpSP. I opened up Startx, found the file online that matched the size and name exactly, and started hunting for the emulator directory. Problem is, I don’t see much in the way of any of the emulator files. Where are those located, exactly?
I’m using an image file downloaded from EmulationStation’s main site. I’ve gotten everything installed, configured, and running; it’s a little laggy on audio with minor distortion, but actual gameplay doesn’t seem to be affected much, if at all. <– I think I’ve read something here about this, so I’ll keep looking for that. I think it had to do with overclocking of the Pi beyond the 800Mhz.Edit: I was following this page: https://github.com/retropie/RetroPie-Setup/wiki/The-gpSP-Emulator
but the address it gave wasn’t matching mine.
/home/pi/retropie there is no folder named emulators. This is what I am talking about, I cannot seem to find anything directly related to the emulators, and yet they function within Emulationstation (except the Game Boy Advance)Editedit: Yes, I do have show hidden enabled.
Thanks in advance! I’m willing to donate for support on this, as it’s important to me that this runs NES, SNES, and GBA.
Please help!Makndav
10/06/2014 at 02:46 #81534jamlprParticipantThe location is:
/opt/retropie/emulators/gpsp/raspberrypi
Just place the bios in there and boom. GBA works.
10/06/2014 at 04:07 #81535makndavParticipantnm. Thanks very much!
02/20/2015 at 23:54 #88383AnonymousInactiveI tried copying the bios to such folder but it would not let me do so.
/opt/retropie/emulators/gpsp/raspberrypi
02/21/2015 at 03:03 #88410whywilsonParticipantIs there a way to configure your controller for the GBA, as I cannot find a cfg file anywhere.
Never-mind, figured it out.
Run the emulator. press F10 to configure controller. Can even open the menu via controller after configuration which is very handy.03/09/2015 at 23:47 #90810jusdontcarebearParticipantOk total noob here so hopefully someone can break it down to me. When I look I don’t have any opt file its pi. When I go into that file I only have bios and roms. I know I’m a knucklehead but hopefully someone can help.
03/10/2015 at 08:56 #90867cortexParticipant@jusdoncarebear by Default your in your home-folder. so if you type
ls -lah
you can see the files and the Folders in your home Folder.
you can Change the Directory via
cd
(Change Directory + foldername or path to folder)
as the opt-folder is not in your home directory but in the root-directory you could Change to the root-directory via
cd /
if you type
ls -lah
again, you can see all the Folders in your root-directory (also opt).
to go to the opt Folder just type
cd opt
then you could type ls again to see the files and Directorys in there.
alternativly try to type
cd opt
and hit the tab-button on your Keyboard multiple times. it will Show you the Folders in opt, so you can go quickly to a subfolder.
Hope this makes it more clearly03/10/2015 at 23:29 #90920jusdontcarebearParticipantI finally got it thank you so much cortex
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.