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.3m 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.
    • DTEAMD
      DTEAM @Folly
      last edited by DTEAM

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

      @DTEAM

      I came up with a few drivers,
      I filtered the database on :

      • non-arcade (grep non-)
      • multigame (grep multigame)
      • not all_in1 (grep -v all_in1)

      Full command to test the drivers one by one :
      cat /opt/retropie/emulators/mame/mame0271_systems_sorted_info |grep non-|grep multigame|grep -v all_in1|cut -d " " -f2|while read driver;do /opt/retropie/emulators/mame/mame -ui_active $driver;done

      Found that next drivers seem to work ok and could potentially be added to the list all_in1 :
      cham24
      smssgame
      smssgamea
      vgtablet

      What do you think ?

      P.s.
      Added marc101 to all_in1.ini and 271/272 database.

      All systems are for arcade games excepted vgtablet

      New edit: vgtablet has been added to "All in one" gamelist.xml

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

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

        cham24
        smssgame
        smssgamea

        My database states that these system drivers are non-arcade and the don't use a coin to play.
        Besides "Sega Master Systems" on itself, isn't arcade either.

        If these are really arcade, as you stated, then my database isn't correct and has to be improved somehow.

        Where did you find the info of these being arcade ?
        Can you share your source ?


        I have added vgtablet to the database 271/272 and ini file.

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

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

          cham24
          smssgame
          smssgamea

          For cham24, here's where I got my info. [site 1] (https://bootleggames.fandom.com/wiki/Chameleon_24) , site 2 (at the bottom in the history section) .
          Maybe it's a token-free home arcade. If yes, it could be in the list, but it's not easy to know.
          It's a "pay for time" arcade like PlayChoice10. See here

          For smssgame and smssgamea, see site 1 (at the bottom in the history section and also the picture where we can see the game time credits)
          They put those games in "bootleg" but they are Arcade "multi games" bootlegs. Maybe they put those games in the wrong category. I don't think they are token-free home arcades.

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

            @DTEAM

            Thanks for the info.
            Indeed if they are arcade then we should not add them.

            Will have a second look at these drivers if I can find the proper info about coin/pay usage in the driver xml info.
            Then I can, possibly, split arcade and non-arcade better in the future.

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

              @DTEAM

              For cham24 and smssgame I tried to find coin/pay/time info but there is nothing to be found inside the xml driver info.
              There is also no coin input key inside the input settings.

              If these drivers are really arcade then the mame drivers and driver infos are incomplete for these drivers.

              Seems they just work without "paying" but that could mean that this is the incompleteness which is also a reason not to add them to all_in1.

              For now I will keep them in the non-arcade section as I can't properly detect whether they are arcade or not.

              1 Reply Last reply Reply Quote 1
              • TPRT
                TPR @Folly
                last edited by

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

                @TPR

                Tried elite and elitea from bbcb_flop.
                Saw these graphic glitches also.
                Mame warns for "graphic issues".
                I think there is noting you can do about it.

                Gotcha. If I end up coming up with some sort of solution or work around I'll post it!

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

                  @Folly

                  MAME 0.274 is release

                  Many new games (JAKKS, and more)

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

                    @DTEAM

                    Great !, Indeed I saw some stuff on the bannister forum.
                    Will have a look if I can update this month if the time allows.

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

                      @DTEAM

                      The mame 274 binary has been added to the gdrive.

                      I added the new 274 ini files.
                      Can you check these here ?

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

                        @Folly

                        Here's the list (0.274):

                        03c19e50-decd-456b-bb80-6cb88cb31d4b-image.png

                        The others from your list are Arcades, Slot machines or other.

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

                          @DTEAM

                          Thanks for checking and adding some that are not automatically found by my script.

                          I have committed the ones for all_in1 here.
                          For classich I did the same here.
                          For classich I will try to add automatic detection for the new ones later.
                          I believe :

                          • your list misses tama and trclchick
                          • epo_tetris must be epo_tetr
                            Right ?

                          Can you check a second time ?
                          After that I think we are good to go and use the inis for updating the database.

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

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

                            The mame 274 binary has been added to the gdrive.

                            I added the new 274 ini files.
                            Can you check these here ?

                            It works well

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

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

                              @DTEAM

                              Thanks for checking and adding some that are not automatically found by my script.

                              I have committed the ones for all_in1 here.
                              For classich I did the same here.
                              For classich I will try to add automatic detection for the new ones later.
                              I believe :

                              your list misses tama and trclchick

                              tama is there (last one) and yes trclchick (classich) is missing , thanks

                              epo_tetris must be epo_tetr
                              Right ?

                              Yes

                              Can you check a second time ?
                              After that I think we are good to go and use the inis for updating the database.

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

                                @DTEAM

                                Thanks.
                                Seems we have all our new data for 274.
                                I will wait for the new data from progettosnaps and then create the new database.

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

                                  Read this post.
                                  Looks like many systems will work much better now on arm with mame 274.

                                  duglorD 1 Reply Last reply Reply Quote 2
                                  • duglorD
                                    duglor @Folly
                                    last edited by

                                    @Folly EXCELLENT!

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

                                      Here is the commit for the drivers that, most likely, will benefit from the arm dynarec improvement :
                                      https://github.com/FollyMaddy/RetroPie-Share/commit/d3b18e080a9182e6aaf48cf06b53278c4d5a95b7

                                      Btw.
                                      Rumours, on the internet, are that arm64 will do a better job than intel64, we will see !

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