RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. rom
    Log in to post
    • All categories
    • F

      Connecting to PC and installing new emulators and ROMS on a Raspberry Pi 3 model B.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pc connection rom emulators
      2
      0 Votes
      2 Posts
      332 Views
      mituM

      The documentation - https://retropie.org.uk/docs/ - has the information you need.

    • J

      Import ROMs into Mame

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame rom raspberry pi4 retropie
      41
      0 Votes
      41 Posts
      9k Views
      J

      @abj said in Import ROMs into Mame:

      @jak75

      This message is the runcommand launch menu, it's not an error message. It's appearing every time you start a game. More info here : https://retropie.org.uk/docs/Runcommand/.

      Ok regarding the message I saw, but I can't get the audio, I reset the audio to default settings but nothing to do, it works well with other operating systems, any advice?

    • S

      Hacked Roms not loading

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support hacked roms load rom hack
      9
      0 Votes
      9 Posts
      2k Views
      S

      @mitu

      Thank you all for this information, it is most appriciated.

    • C

      [b] suffix for ROMs

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming suffix electron rom
      1
      0 Votes
      1 Posts
      432 Views
      No one has replied
    • N

      ScummVM Games crashe immediately

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scummvm binary rom crash emulationstaton
      2
      0 Votes
      2 Posts
      464 Views
      windgW

      With what games do you have this issue ? Can you try with lr-scummvm (experimental packages) to see if the games are working here ? I suggest also to update your system if you haven't done it.

      Edit: I just remember something from the day that was using RPi3. Can you change the Graphic mode to OpenGL in the ScummVM gui and try again the games that don't run?

    • duglorD

      OPENMSX Standalone with new v9990 .rom. How do I run it? -Openmsx retropie experts wanted!

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support openmsx experts opl4 v9990 vdp rom
      3
      0 Votes
      3 Posts
      367 Views
      duglorD

      @windg thank you very much

    • R

      Game pad to buy

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming game pad rom model
      26
      0 Votes
      26 Posts
      11k Views
      R

      You shouldn't feel bad. It is just my first time with RPi and gaming.
      I am pretty sure the game pad is very good. If there is timeout, then it must be the reason I could not complete the configuration.
      Both my game pads are working now. Now it is time for me to learn how to play various games.
      Thanks. :)

    • B

      Using SRM File for a different country ROM (N64)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support srm rom transfer usa europe
      2
      0 Votes
      2 Posts
      643 Views
      retropieuser555R

      @berlinhimmel Unfortunately not, quite a lot of games on consoles have different memory processes for the NTSC and PAL versions, so the saves aren't swappable.

    • redbaron85R

      SNES ROMs stopped working

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ken griffey jr rom snes
      10
      0 Votes
      10 Posts
      1k Views
      redbaron85R

      @mitu sorry I’m not sure, I switched to bsnes core for K Griffey in the launch menu and that’s when the issue started. I assumed that if KGJr didn’t launch, it wasn’t compatible with the core so I switched back to SNES9X. However I decided to re-image retropie, everything is working now, including KGJr in bsnes (MLB season now works). This was after I removed and reinstalled the core packages to no avail.

    • B

      ROM Request

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rom arcade games development retropie
      2
      0 Votes
      2 Posts
      547 Views
      mituM

      Your post breaks the 1st rule of the forums - https://retropie.org.uk/forum/topic/2/forum-rules.

    • J

      Can you download ROMs directly to the SD card?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rom raspberry pi. 0
      3
      0 Votes
      3 Posts
      2k Views
      ClydeC

      If the Pi has internet access, you can use wget on RetroPie's command line to download files directly to the sd card. See here for one of the countless wget guides on the web.

      To go to the command line, pressF4 in Emulation Station. To go back to Emulation Station, enter exitor press Ctrl+d.
    • K

      doom wads not working

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support doom help wad rom emulatorhelp
      3
      0 Votes
      3 Posts
      738 Views
      S
      [libretro ERROR] retro_load_game: couldn't read WAD header from '/home/pi/RetroPie/roms/ports/doom/doom2/DOOM2.WAD' [INFO] [Environ]: SET_MESSAGE: ROM loading failed... [ERROR] Failed to load content

      Looks like it doesn't like your WAD. Try using another source. I've found one that works; I can't tell you where to get it but I can probably get away with sharing the crc32 and md5sum to help you determine if you've found the right one:

      pi@retropie:~/RetroPie/roms/ports/doom/doom2 $ crc32 DOOM2.WAD ec8725db pi@retropie:~/RetroPie/roms/ports/doom/doom2 $ md5sum DOOM2.WAD 25e1459ca71d321525f84628f45ca8cd DOOM2.WAD
    • T

      User Menu > Entry is not saved

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rom startup user menu
      5
      0 Votes
      5 Posts
      451 Views
      T

      @mitu
      I have now managed to get the test script to read the following data.

      mame-libretro lr-mame2016 /home/pi/RetroPie/roms/mame-libretro/galaga.zip /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2016/mamearcade2016_libretro.so --config /opt/retropie/configs/mame-libretro/retroarch.cfg "/home/pi/RetroPie/roms/mame-libretro/galaga.zip"

      Test script:

      system=$1 emulator=$2 path=$3 commandline=$4 echo $system > /home/pi/test.txt echo $emulator >> /home/pi/test.txt echo $path >> /home/pi/test.txt echo $commandline >> /home/pi/test.txt

      Where do I enter the option Y for the game and how do I read this option into my script?

      E.g:
      if type = Y then ./script1.sh
      if type = X then ./script2.sh

      Edit:
      Now I have a solution.
      My script:

      ############################################################### # 4 oder 8 Wege Joystick von runcommand-onstart.sh aufgerufen # # (C) 2021 treki # ############################################################### # Namen der 4-Wege Games in /home/pi/4way.games eintragen #system=$1 #emulator=$2 #path=$3 commandline=$4 echo $commandline > /home/pi/game.name.txt #Name des 4-Wege ROMs in diesem File, welches in 4way.games geschrieben werden muss var=$(echo $commandline | grep -o -f /home/pi/4way.games) if [ -z "$var" ] then echo "8-Wege Joystick" > /home/pi/test.txt else echo "4-Wege Joystick" > /home/pi/test.txt fi

      In the file /home/pi/4way.games are the names (.zip) of 4-way games.
      My 4way.games file looks like this:

      asteroid1 astdelux bzonec pbobble2u dkong dkong3b dkongjrb fantsia2 galaga galaxian mspacman pacman pengo phoenixt popeyebl qbert qixb spacedx supertnk tankfrce atetrisa tetrisp tron4 uniwars

      Entry in /opt/retropie/configs/all/runcommand-onstart.sh :

      bash "/home/pi/4or8way.sh" "$@"
    • J

      Running a Rom from terminal Issues

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rom management external rom starting game
      6
      0 Votes
      6 Posts
      805 Views
      mituM

      @jason ES backgrounds itself during game launch and disables the video output during this time.

    • F

      please help

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie-setup rom reset error
      2
      0 Votes
      2 Posts
      394 Views
      mituM

      Please add a better title for your post and some details about your setup, as asked in https://retropie.org.uk/forum/topic/3/read-this-first.

    • R

      Super Sprint rom vMAME 0.37b5 - No engine sounds, why?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie super sprint rom sounds missing audio
      1
      0 Votes
      1 Posts
      399 Views
      No one has replied
    • N

      [DISCUSSION] Neo Geo CD (Official name in retropie/retroarch emulation)

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming neogeo cd neogeo rom folder question
      18
      0 Votes
      18 Posts
      2k Views
      shavecatS

      @Zering
      yep
      asked help there
      thanks :)

    • B

      1 ROM consistently crashing

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support goldeneye crashing rom retropie n64
      7
      0 Votes
      7 Posts
      739 Views
      B

      @dankcushions I just played through the entire first mission without it crashing. This definitely fixed the problem. Thanks a lot!

    • C

      Launching Specific ROMs/EMUs from dedicated buttons

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support dedicated rom button launch retropie
      8
      0 Votes
      8 Posts
      774 Views
      Thorr69T

      I just want to say grats and I am a little jealous of your bartop. I am a Campbell, too.

    • E

      Configuration is the only option in EmulationStation carousel

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rom games menus
      2
      0 Votes
      2 Posts
      386 Views
      mituM

      Can you add more details about your system - as explained in https://retropie.org.uk/forum/topic/3/read-this-first ?

      Did you follow https://retropie.org.uk/docs/Transferring-Roms/#usb-stick to transfer your ROM file(s) ?