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

      Project - find working MAME romsets for a given emulator/Pi model

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development mame romsets compatibility lists
      13
      0 Votes
      13 Posts
      7k Views
      herb_fargusH

      @dankcushions >the docs are synced to the wiki... at some point.

      They should be synced automatically ish. At least much quicker than once a week. :)

    • C

      MAME2003 MAME2010 rom directory question

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame romsets 139 mame2003 mame2010
      7
      0 Votes
      7 Posts
      8k Views
      B

      @chunger I have the same doubt about this issue, what have you done?

    • G

      Best Emulator / ROM Set for saving high scores?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming high scores romsets
      9
      0 Votes
      9 Posts
      8k Views
      johne79J

      @Lyle_JP said in Best Emulator / ROM Set for saving high scores?:

      What 8/16 bit console ever kept high scores?

      I just died laughing just now.

      Why on earth did they ever even put a high score system into games like Contra and Black Belt if they weren't going to save it on battery backup? Man, some poor kid was probably almost on that "NES Achievers" on Nintendo Power and lost his high score to not having a camera or his mom tripped over the power cord. O_o

      Well, trying to figure things out for MAME now anyway. (EDIT: Got it now, figured out I had to put hiscore.dat into ~/BIOS/mame2003/)

    • K

      looking for info in regards to emulators on retropie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support romsets attract mode command line emulator emulationstatio
      4
      0 Votes
      4 Posts
      1k Views
      K

      @twd oh i forgot to mention that it was for mame. my roms work for other emulators like snes and genesis on ES but not on AM.

      also, not interested in using floobs image yet. I like to make it myself and know how to configure it manually. just seems like the right info isnt displayed anywhere online. i have a feeling i need to get floobs image tho, this shit is frustratingly difficult.

    • meleuM

      quick-and-dirty bash script to get only parent ROMs *from your existent romset*

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development mame roms romsets fba-next
      3
      3 Votes
      3 Posts
      4k Views
      F

      Port to macos
      Get the script with the following command:

      curl https://raw.githubusercontent.com/meleu/share/master/noclones_fba-next.sh --output noclones_fba-next.sh

      on script replace the line 47:

      if ! wget -O "$gamelist" "$gamelist_url"; then

      by:

      if ! curl "$gamelist_url" --output "$gamelist"; then
    • meleuM

      is there a way to detect if a MAME ROM is a clone?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame romsets
      7
      0 Votes
      7 Posts
      3k Views
      suprjamiS

      No, there is no metadata stored in the actual ROM zip, it's just a compressed file containing one or more files of binary ROM data.

      That binary data might be a valid parent ROM, a valid split child ROM, a valid non-merged child, a picture of your cat, or random garbage.

      The only way to check the contents of the zip against known ROM contents is to checksum the contents and compare them to known checksums. Those checksums are what a DAT file contains.

    • A

      Need Some Advice Please

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie help newuser romsets
      94
      0 Votes
      94 Posts
      49k Views
      mituM

      @perseides The new post dialog has an input where you can add tags, it's at the bottom, where it says Enter tags here :

      f5d3ae73-b54c-4b0d-b6b2-f2de82a9b255-image.png

    • P

      Introducing myself and MAME HELP REQUEST.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame problem sound romsets
      9
      0 Votes
      9 Posts
      3k Views
      J

      If you delete the joystick cfg files, it would probably recreate them after you go into the RetroPie menu and configure inputs again.

      After that, get to the terminal (press Esc on your keyboard), then type the following commands,

      cd /opt/retropie/configs/all/retroarch-joypads/ ls

      There should only be a couple of files in there, look for something with logitech or rumblepad in the name and:

      sudo nano YourFileNameHere.cfg

      Look for these lines:

      input_enable_hotkey_btn input_exit_emulator_btn

      If you don't have those lines, add them somewhere towards the bottom.

      Mine is listed as:

      input_enable_hotkey_btn = "6" input_exit_emulator_btn = "7"

      This means, my enable hotkey button (tells the Pi you're going to issue a command that isn't related to the game itself) is the "Select" key (or better yet the "Back" key because I'm using a Logitech F710)

      And the command button is the "Start" key. Now I can hold down "Back" and press "Start" to get back to the main menu.

      This page should be a little more descriptive if you need a hand: RetroPie Wiki -> Logitech controllers

    • FloobF

      How to use MAME with RetroPie - Help Guide

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming guide mame romsets
      57
      11 Votes
      57 Posts
      490k Views
      W

      @Floob Amazing post. Thank you so much for making this for everyone!! (Years later, thank you so much again!)