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

    Development of module-script generator for lr-mess, lr-mame and mame standalone

    Scheduled Pinned Locked Moved Ideas and Development
    developmentlr-messmamelr-mamescripts
    2.2k Posts 36 Posters 6.7m 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.
    • F
      Folly
      last edited by Folly

      Here is the commit for the drivers that will use separate audio samples :
      https://github.com/FollyMaddy/RetroPie-Share/commit/0250f4d4f0822f49c1b33506fc8e8054472b10d7

      When I update the mamedev.sh script to 274 it will be possible to download these files from within the script.
      And it should then also be possible to install the category "samples" and "dynarec" so all these drivers can be placed in 1 romfolder to test.

      1 Reply Last reply Reply Quote 1
      • F
        Folly
        last edited by

        The script and database have been updated to 274.

        1 Reply Last reply Reply Quote 1
        • F
          Folly @DTEAM
          last edited by

          @DTEAM

          I have not added any help yet,
          Can you let me know if you understand how the samples are downloaded and if you can detect the difference in running the games with or without?

          DTEAMD 1 Reply Last reply Reply Quote 0
          • DTEAMD
            DTEAM @Folly
            last edited by

            @Folly

            I reinstalled MAME with your new mamedev.sh, but what's the next step? Do I need to install a new system or reinstalled one?

            F 1 Reply Last reply Reply Quote 0
            • F
              Folly @DTEAM
              last edited by Folly

              @DTEAM

              I added the tags samples to the database.
              These categories can also be installed now.
              You have to use :
              ►Choose and install HANDHELD/PLUG&PLAY/CATEGORIES
              ►Show all arcade categories from database and install one
              Category => samples
              For linking the roms then use :
              ►Link roms from folder ~/RetroPie/BIOS/mame
              ►Show all arcade categories from database and link roms
              Category => samples

              Now you will be able to run the roms from that category but they still don't have the audio samples installed.

              If you want to install the audio samples then go to :
              ►ARTWORK/CHEATS/GAMELISTS/JOYSTICKS/OVERLAYS/PATCHES/SAMPLES
              Download/update mame audio samples

              Now you you should be able to notice the difference.
              Run 005 and you will see.

              Speaking of drivers with audio samples, it seems that these non-arcade handheld use them too :
              kst25 ktmnt2 ktopgun2
              If you have installed the sample files then you should be able to notice the difference when loading them from your own konamih categorie.
              (did not test is myself yet, will have a look later)

              I think you know how to install the arcade dynarec catergory now to test only the drivers that use dynarec.

              DTEAMD 1 Reply Last reply Reply Quote 1
              • DTEAMD
                DTEAM @Folly
                last edited by

                @Folly said in Development of module-script generator for lr-mess, lr-mame and mame standalone:

                I think you know how to install the arcade dynarec catergory now to test only the drivers that use dynarec.

                So I do what you wrote above and Dynarec works automatically, right?

                DTEAMD F 2 Replies Last reply Reply Quote 0
                • DTEAMD
                  DTEAM @DTEAM
                  last edited by DTEAM

                  @Folly
                  It works !!! I tested ktmnt2 and now we can heard the Ninja Turtle voice. That's great! It's very good for game with voices. For 005 the sound is better and different when shooting.
                  Comment: maybe you should add .7z with the .zip in the Link roms from folder ~/RetroPie/BIOS/mame by default. Now it's only .zip . Thank you for your hard work!

                  F 2 Replies Last reply Reply Quote 1
                  • F
                    Folly @DTEAM
                    last edited by

                    @DTEAM said in Development of module-script generator for lr-mess, lr-mame and mame standalone:

                    @Folly said in Development of module-script generator for lr-mess, lr-mame and mame standalone:

                    I think you know how to install the arcade dynarec catergory now to test only the drivers that use dynarec.

                    So I do what you wrote above and Dynarec works automatically, right?

                    Yes

                    1 Reply Last reply Reply Quote 0
                    • F
                      Folly @DTEAM
                      last edited by

                      @DTEAM said in Development of module-script generator for lr-mess, lr-mame and mame standalone:

                      @Folly
                      It works !!! I tested ktmnt2 and now we can heard the Ninja Turtle voice. That's great! It's very good for game with voices. For 005 the sound is better and different when shooting.
                      Comment: maybe you should add .7z with the .zip in the Link roms from folder ~/RetroPie/BIOS/mame by default. Now it's only .zip . Thank you for your hard work!

                      Good to hear that you have worked it out.
                      Will have a look at that 7z idea so you can choose between .zip or 7z.

                      1 Reply Last reply Reply Quote 1
                      • F
                        Folly @DTEAM
                        last edited by

                        @DTEAM

                        I had the idea to make a sophisticated change but it seemed too difficult so I added a quick possibility to link .7z files.

                        Let me know if this solution is good enough.
                        (update 274.01)

                        DTEAMD 1 Reply Last reply Reply Quote 0
                        • DTEAMD
                          DTEAM @Folly
                          last edited by DTEAM

                          @Folly
                          Hi Folly

                          Have you work on runcommand.sh in your scritp? Since I did the installation, I have this message in my log when I try to load Xinit-wmc for any other emulators

                          /opt/retropie/supplementary/runcommand/runcommand.sh: line 1330: XINIT-WMC:: command not found
                          

                          Maybe it's not linked. I’ll reinstall the original one.
                          New edit: fixed , I reinstalled runcommand. Maybe double check on your side

                          F 1 Reply Last reply Reply Quote 0
                          • F
                            Folly @DTEAM
                            last edited by Folly

                            @DTEAM

                            I did not work on the runcommand.sh.
                            I think it's something else.

                            DTEAMD 1 Reply Last reply Reply Quote 1
                            • DTEAMD
                              DTEAM @Folly
                              last edited by DTEAM

                              @Folly
                              Recently I played with MESA and Vulkan to install an emulator in developement at an early stage for Nintendo 3DS. Probably that.

                              F 1 Reply Last reply Reply Quote 1
                              • F
                                Folly @DTEAM
                                last edited by

                                @DTEAM

                                Ok.
                                Thanks for letting me know.

                                Btw
                                Good initiative !

                                1 Reply Last reply Reply Quote 0
                                • F
                                  Folly
                                  last edited by

                                  I dropped the new aarch64 275 mame binary for rpi3,4,5.

                                  DTEAMD 1 Reply Last reply Reply Quote 2
                                  • DTEAMD
                                    DTEAM @Folly
                                    last edited by DTEAM

                                    @Folly
                                    MAME 0.275 (new games)

                                    The Block Kuzushi - tblkkuzug All_in_one (not sure if it's arcade or handheld, it's not Nintendo's)
                                    Elektronika Basketbol - elbaskb Classich
                                    Tronica Space Adventure trspacadv Classich
                                    Konami Chequered Flag kchqflag Konamih

                                    F 1 Reply Last reply Reply Quote 2
                                    • F
                                      Folly @DTEAM
                                      last edited by Folly

                                      I have added them to the ini files for the future.

                                      1 Reply Last reply Reply Quote 0
                                      • F
                                        Folly
                                        last edited by Folly

                                        @DTEAM

                                        Updated to 275.

                                        These 4 classich drivers were somehow removed :
                                        epo_tetr
                                        gigapets
                                        stackch
                                        venusdm

                                        Not sure why.
                                        Perhaps they don't even belong there in the first place.
                                        We might need to check it.

                                        Edit :
                                        I checked earlier commits and files and above drivers were not in earlier classich.ini's.
                                        Somehow github presents a wrong diff over here.
                                        Conclusion, all should be good.

                                        Edit 2 :
                                        Altered the databases with the info from here :
                                        Tutorial: Handheld and Plug & Play systems with MAME
                                        Should be fixed now for data 274 and 275.

                                        1 Reply Last reply Reply Quote 0
                                        • DTEAMD DTEAM referenced this topic on
                                        • F
                                          Folly
                                          last edited by

                                          To get the latest things :
                                          - Update the script in order to get the latest good database !
                                          - Update the artwork as new ones are added by @DTEAM !
                                          - Create ovelays again to get the latest added backgrounds !

                                          1 Reply Last reply Reply Quote 1
                                          • F
                                            Folly
                                            last edited by Folly

                                            New versions of 275 lr-mess and lr-mame binaries have been added.

                                            1 Reply Last reply Reply Quote 1
                                            • 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.