RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Games recommended to be used with lr-mame 2010.

    Scheduled Pinned Locked Moved General Discussion and Gaming
    libretroretroarchmameromscompatibility
    23 Posts 8 Posters 14.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • UDb23U
      UDb23 @edmaul69
      last edited by

      @edmaul69 said in Games recommended to be used with lr-mame 2010.:

      it works on the old emulator but not the updated one?

      Using 4.2 latest lr-mame 2010 seem to work fine; but I only use a few roms.
      Do you have issues with all .139 roms ?

      edmaul69E 1 Reply Last reply Reply Quote 0
      • edmaul69E
        edmaul69 @UDb23
        last edited by

        @UDb23 yes. All of them i have tried work fine on the slightly older lr-mame-2010. None of the work on the very latest update. I even updated retropie setup a few minutes ago and reinstalled lr-mame2010. Nothing works.

        UDb23U 1 Reply Last reply Reply Quote 0
        • edmaul69E
          edmaul69
          last edited by edmaul69

          1.5.0 - MAME 2010 0.139 works fine. It is what is on my last update of retropie 4.1.17. I have no idea what version the new one is because no games boot. Do you have retropie 4.2.2 installed?

          UDb23U 1 Reply Last reply Reply Quote 0
          • UDb23U
            UDb23 @edmaul69
            last edited by

            @edmaul69 Will check with other roms and let you know.

            edmaul69E 1 Reply Last reply Reply Quote 0
            • edmaul69E
              edmaul69 @UDb23
              last edited by

              @UDb23 i edited my last post. What version exactly is your retropie and what version is the working mame 2010 you have?

              1 Reply Last reply Reply Quote 0
              • UDb23U
                UDb23
                last edited by

                Spiders overlay for lr-mame 2010 ready ;-)
                It is setup to force correct aspect ratio.

                1 Reply Last reply Reply Quote 0
                • UDb23U
                  UDb23 @edmaul69
                  last edited by

                  @edmaul69 said in Games recommended to be used with lr-mame 2010.:

                  1.5.0 - MAME 2010 0.139 works fine

                  Retropie 4.2; RGUI says I have the same 2010 version as you "1.5.0 - MAME 2010 0.139 b9c98d0"
                  Means I should not update !

                  Maybe @buzz knows what's new in the current lr-mame2010 that may generate problems.

                  edmaul69E 2 Replies Last reply Reply Quote 0
                  • edmaul69E
                    edmaul69 @UDb23
                    last edited by edmaul69

                    @UDb23 if you do update backup the mame 2010 libretro.

                    1 Reply Last reply Reply Quote 0
                    • edmaul69E
                      edmaul69 @UDb23
                      last edited by

                      @UDb23 i accidently posted my last post while testing. Please ignore it. I edited it. All mames and lr-fbalpha run fine so it is only lr-mame-2010 that is not working. I will start a new topic to try to get it fixed.

                      1 Reply Last reply Reply Quote 0
                      • W
                        windale
                        last edited by windale

                        I think a good majority of games work better in lr-mame2010. It just needs a bit more love like saving the directories in the proper place instead of the retropie root, some games have the wrong aspect ratio and you can't use the mouse for gun games. A few notable games which are better in lr-mame2010 :-

                        Escape from the planet of the robot monsters (continually runs forward in lr-mame2003)
                        Super sprint (continually accelerates in 2003)
                        Tapper (doesn't work in 2003)

                        And a lot more which I can't think of at the moment (not at home). (Also has auto frameskip for those games that don't quite hit the magic 60hz). @pjft Outrun runs like crap on lr-mame2010.

                        edmaul69E 1 Reply Last reply Reply Quote 0
                        • edmaul69E
                          edmaul69 @windale
                          last edited by edmaul69

                          @windale Escape from the planet of the robot monsters and super sprint arent actually an issue. They are analog controls. If you setup your system to use analog controls it works perfect and better than if you were using digital controls.

                          W 1 Reply Last reply Reply Quote 0
                          • caver01C
                            caver01 @edmaul69
                            last edited by

                            @edmaul69 said in Games recommended to be used with lr-mame 2010.:

                            Golden tee (all of them) but 2k and classic only work on mame 2010.

                            Actually, the GT series works fine on AdvanceMAME (Pi3).

                            My 4-player cocktail style cabinet built as a custom "roadcase"

                            edmaul69E 1 Reply Last reply Reply Quote 0
                            • edmaul69E
                              edmaul69 @caver01
                              last edited by

                              @caver01 yes. I should have specified better. I was referring the difference between 2010 and 2003. I actually need to try it out in advmame personally to see if there is any improvement.

                              1 Reply Last reply Reply Quote 0
                              • W
                                windale @edmaul69
                                last edited by

                                @edmaul69 said in Games recommended to be used with lr-mame 2010.:

                                @windale Escape from the planet of the robot monsters and super sprint arent actually an issue. They are analog controls. If you setup your system to use analog controls it works perfect and better than if you were using digital controls.

                                Have you tried changing the controls on those games in lr-mame2003 ? I couldn't get them to work properly. It's a lot of hassle that isn't needed on lr-mame2010.

                                edmaul69E 2 Replies Last reply Reply Quote 0
                                • edmaul69E
                                  edmaul69 @windale
                                  last edited by edmaul69

                                  @windale by default the right analog works in games like super sprint. super sprints steering wheel is a spinner. so by default it steers with a mouse. games like outrun automatically work on the left analog. i put this in all my retroarch.cfg files except for psp and psx as they have seperate controls for dpad and analog. this makes the dpad and left analog both work in everything. add this above the #include.... line in the retroarch files

                                  input_player1_up_axis = "-1"
                                  input_player1_down_axis = "+1"
                                  input_player1_left_axis = "-0"
                                  input_player1_right_axis = "+0"
                                  
                                  input_player2_up_axis = "-1"
                                  input_player2_down_axis = "+1"
                                  input_player2_left_axis = "-0"
                                  input_player2_right_axis = "+0"
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • edmaul69E
                                    edmaul69 @windale
                                    last edited by

                                    @windale i forgot to tell you this part to make stuff on the right analog like super sprints gas, brake to work on buttons, you want to add this to the retroarch files they can co exist with the existing settings. you need to add the button numbers you want to switch them to.

                                    input_player1_r_x_plus_btn = " "
                                    input_player1_r_x_minus_btn = " "
                                    input_player1_r_y_plus_btn = " "
                                    input_player1_r_y_minus_btn = " "
                                    
                                    input_player2_r_x_plus_btn = " "
                                    input_player2_r_x_minus_btn = " "
                                    input_player2_r_y_plus_btn = " "
                                    input_player2_r_y_minus_btn = " "
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post

                                    Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                    Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.