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

      question ClrMAMEPro

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support clrmamepro
      12
      0 Votes
      12 Posts
      851 Views
      mituM

      @carlosff2 The website I mentioned earlier has exactly the filters you asked in the advanced search, right on the 1st tab:

      4e5a7181-3513-4942-b1e8-6d558a59b6ea-image.png

    • B

      Some feedback for this DOC page - https://retropie.org.uk/docs/Validating%2C-Rebuilding%2C-and-Filtering-ROM-Collections/

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming mame clrmamepro rebuild
      1
      0 Votes
      1 Posts
      280 Views
      No one has replied
    • T

      lr-fbneo Romset validation with clrmamepro

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support lr-fbneo clrmamepro romset
      9
      0 Votes
      9 Posts
      3k Views
      T

      OK I managed to find a 1.0.0 FB Neo romset, updated FB Neo from source in retropie. As you said my romset is not 100% exact match with the current DAT from github but a lot of the missing or incorrect roms are Hacks, or homebrews etc. I don't really care about them. Works very well for now :)

    • D

      Mame2003 game runs on 4.3 but not 4.7

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support clrmamepro mame2003
      41
      0 Votes
      41 Posts
      8k Views
      M

      @dankcushions yeah that theory makes sense. Good enough for me. Lol.

    • ?

      Can I combine the results of dat files?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support arcade clrmamepro datfile romset fbneo
      2
      0 Votes
      2 Posts
      506 Views
      mituM

      In RetroPie, the NeoGeo system is separate, so you can copy the NeoGeo romset collection to the neogeo folder and the arcade only romset to arcade.
      You can combine them if you want, but you might want to keep neogeo separate just in case you'd want a different configuration applied to it (see this post for an example of why you'd want that).

    • F

      How to create/filter a romset without rom clones

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming romset clrmamepro
      3
      0 Votes
      3 Posts
      1k Views
      dankcushionsD

      https://github.com/RetroPie/RetroPie-Setup/wiki/Validating,-Rebuilding,-and-Filtering-ROM-Collections#filtering-rom-collections

    • chubstaC

      Does CLRMamePro works on Mac?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support clrmamepro mac
      21
      0 Votes
      21 Posts
      6k Views
      ohmycommodoreO

      @hiulit Just getting into this finally. Have you built an up to date version since this post?

    • cousinsfanC

      Issues Making AdvanceMame Rom set...

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support roms clrmamepro advancemame
      4
      0 Votes
      4 Posts
      645 Views
      mediamogulM

      @cousinsfan said in Issues Making AdvanceMame Rom set...:

      You said "it's corresponding" rollback set...not any old older one?

      I've always only used a ROM set's corresponding rollback set when building. What's more, I always use the absolute most recent available at any time when doing so. I can't speak to the results of any other method, but I've never had an issue using that work flow.

      Uhm..."simply obtain .106".....I have a question. :)

      ...A question that is not allowed here in any way. Please read the forum rules.

    • X

      Convert fba roms from v0.2.96.71 to v0.2.97.43

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pifba lr-fbalpha clrmamepro romset fba
      5
      0 Votes
      5 Posts
      3k Views
      dankcushionsD

      @dazzzzleart rule 1: https://retropie.org.uk/forum/topic/2/forum-rules

    • R

      cant rebuild roms with clrmamepro

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame validateroms clrmamepro
      22
      0 Votes
      22 Posts
      7k Views
      dankcushionsD

      @ruicunha
      there's no need to rebuild anything. mame 0.78 set is trivial to obtain. what's more, it's a non-merged set so if you don't want all the clones, you can just delete them manually without breaking any of the ones you want to keep.

      if it's only 400 roms you want it'll be quicker to just cut and paste those from the 0.78 set than to read our documentation ;)

    • stooS

      Improved XML DAT files for lr-fbalpha v0.2.97.42 NEOGEO romsets

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support neogeo roms fbalpha clrmamepro xml
      4
      5 Votes
      4 Posts
      5k Views
      FlightRiskF

      @stoo Looking forward to it. Great job. Exactly what I needed and so easy to validate my set with clrmamepro.

    • markwkiddM

      Doc update: Validating, Rebuilding, and Filtering ROM Collections

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development docs filtering rom management clrmamepro
      2
      0 Votes
      2 Posts
      737 Views
      herb_fargusH

      @markwkidd thanks for your updates, one of these days I'd like to delve into romlister to filter out game types. I know floob had done some in the past but for the few people who filter Mame rom lists might be a useful tool.

    • P

      Mame .078 romset with custom dat file

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame clrmamepro
      3
      0 Votes
      3 Posts
      3k Views
      ClydeC

      Here's a solution for the Linux command line of Retropie. You get to the command line by quitting Emulation Station or by connecting over the network with ssh. After logging in, you will be in the home folder of the user pi with the full directory path /home/pi/ or in short ~.

      I've extracted all rom names from the 0.78u5 DAT file. You can get the list here. Save it into a file called lr-lite.list to use it with the following commands.

      In the example below, your full romset is in folder romset_full and the custom romset will be in folder romset_lr-lite, both located in your home folder ~. The file lr-lite.list is also in your home folder ~.

      You'll then have to execute one these commands:

      Either copy the files (needs more space, the full set remains intact)

      while read file; do cp "romset_full/$file".zip romset_lr-lite/; done < lr-lite.list

      or move the files (same space as before, filtered files are removed from the full set)

      while read file; do mv "romset_full/$file".zip romset_lr-lite/; done < lr-lite.list

      Now, you have a custom romset matching the 0.78u5 DAT file in the folder romset_lr-lite. Copy the roms into the rom folder of your choice (e.g. mame-libretro) and then scrape them to generate a new gamelist.xml.

      You can delete the file lr-lite.list after checking that everything worked as planned.

      Bonus for advanced users: I extracted the rom names from the 0.78u5 DAT file by using this command.

      xmlstarlet sel -T -t -m /datafile/game/@name -v . -n mame2003-lr-lite.xml >lr-lite.list
    • xadoxX

      Neo Geo Bios files not separated in provided DAT

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support neo geo bios dat neo geo bios clrmamepro
      4
      0 Votes
      4 Posts
      1k Views
      dankcushionsD

      fair enough. please edit the wiki if you can find a nice way of including that information.

      for me those customized .dats probably shouldn't be used by beginners at all. the beginner approach should always be to put the right romset in the right folder and not mess about with dats or clrmamepro at all :)

    • W

      Rebuild fba/mame romset to remove clones

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support fbalpha romsets clrmamepro mame
      9
      0 Votes
      9 Posts
      6k Views
      W

      @meleu said in Rebuild fba/mame romset to remove clones:

      Where are you planning to get the mame gamelist txt file from?

      Well, actually that was my question :-). I'm not so familiar with arcade romsets let alone how to rebuild them..
      Guess I'll stick with clrmamepro for my mame romset. If i've found a solution, a certainly will post this into this topic!

      Much thanks for your help!

    • D

      No MAME on ES

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support dat clrmamepro mame
      17
      0 Votes
      17 Posts
      4k Views
      columboscoatC

      @dankcushions Not picking a fight, not in the slightest. As far as I am concerned I have done nothing wrong. I see people being referred to search engines all the time. If I had posted a direct link I would apologise and move on. Archivedotorg is nothing more than a repository. Referring people to it breaks none of the forum's rules as far as I, and others, are concerned.
      Where is the dotuk link in any of my "non-conforming" posts?

    • S

      Mame Roms

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame roms clrmamepro dat files
      3
      0 Votes
      3 Posts
      2k Views
      S

      @allenpie that's great I will send you a message at the weekend. If the Vm is Windows then it will run as for samba as long as you have read write permissions for set the directory as a network drive it will be fine. Hoping that you will be able to help fine tune the program as at the moment it's all done from my point of view! Thanks!