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.4m 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.
    • J
      JimmyFromTheBay @dmmarti
      last edited by

      @dmmarti Yeah, DIR just gets me what appears to be the MULTIDOS disk contents. Have tried a bunch of other disks, both DSK and DMK, but so far they all give me the granule-allocation error.

      Raspberry Pi 3b and 8GB Raspberry Pi 4, both running Retropie 4.7.1 installed from scratch using Raspberry Pi Imager, with wired keyboard, wireless mouse and double arcade joystick attached.

      J 1 Reply Last reply Reply Quote 0
      • J
        JimmyFromTheBay @JimmyFromTheBay
        last edited by JimmyFromTheBay

        PS you may want to add "-ramsize 32k" to the advised commandline for the Colour Genie, as some games require the extra memory.

        EDIT: Oh, you did :D Got to learn to scroll horizontally :D

        Raspberry Pi 3b and 8GB Raspberry Pi 4, both running Retropie 4.7.1 installed from scratch using Raspberry Pi Imager, with wired keyboard, wireless mouse and double arcade joystick attached.

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

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

          @DTEAM @dmmarti @Folly @valerino
          Great news for Super Acan Funtech
          The lastest official MAME 0.233 can emulate sound already.
          Check the youtube video

          MAME 0.233 is now available

          For Super A'Can:

          -Super A'Can: DMA sample support and corrected sample length (#8160) [Ryan Holtz, Ian Karlsson]

          -schick.cpp - fix sound hookup, note some protection checks, attempt to improve graphics (#8153) [David Haywood]

          • schick.cpp - fix sound hookup
          • force a different default palette so that we can see the details on the letter tiles (should make finding the banking easier)
          • protection reads are probably here
          • further protection notes
          • other protection(?) observations
          • remove no longer needed hack
          • more nonsense checks
          F 1 Reply Last reply Reply Quote 1
          • F
            Folly @DTEAM
            last edited by

            @dteam

            Can we already compile it on the rpi ?

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

              @folly
              Yes, but from source

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

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

                @folly
                Yes, but from source

                Checked the module-script for mame.
                Indeed, it will check for the latest something like the next line and outputs 0.233 :

                curl https://api.github.com/repos/mamedev/mame/releases/latest | grep -m 1 tag_name | cut -d\" -f4
                

                NICE !

                I will try it tomorrow, if I have time.

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

                  @dteam

                  Are you able to compile mame on the rpi4 ?
                  I managed on an x86 but my pi seems to fail.

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

                    @folly
                    Yesterday I had downloading issues with MAME. I deleted my /home/pi/RetroPie-Setup/tmp/build/mame folder and restarted the process. Now I cross my fingers.

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

                      @dteam

                      I had 3 crashes already.

                      Now I am trying to complete the build with the retropie_packages.sh.
                      So it will skip the parts that are already done.
                      Hopefully it will work.

                      On the *x86 I had sound with supracan but it wasn't running very fast and had some hick-ups.
                      *(2,66Ghz x quad core + 8Gb ram with 32bit debian)
                      Compiling on this computer takes about 2 hours.

                      There is still an issue with extracting all data from mame.
                      It still gives : drc_cache: Error allocating virtual memory

                      On a 64bit install this issue wasn't there with mame0231.
                      I had that running on my old Imac27`` (2x3GHz core + 4Gb ram).
                      Trouble is, compiling took more than 14 hours, back then :-(

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

                        @folly
                        This time, It doesn't work for me from source. I'm gonna wait for the binary one. Is It a script problem?

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

                          @dteam

                          Don't know.

                          It should work as it also works on my quad core.
                          Btw I am compiling on a RPI4 with 8Gb.
                          I think that should work.

                          Basically we could increase the swap memory, but I don't know if that is a solution.

                          Mine is still busy.
                          So perhaps it will work.

                          Edit :
                          Still busy after 14 hours, I lost hope :-(

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

                            @folly @mitu
                            Recurrent problem when I download and install MAME 0.233 from source.I still have these error messages. Am I the only one. It's the first time I have problem to update MAME.
                            1.jpg
                            2.jpg

                            mituM 1 Reply Last reply Reply Quote 0
                            • mituM
                              mitu Global Moderator @DTEAM
                              last edited by

                              @dteam Not enough memory - MAME releases have varying requirements for compilation, see also https://retropie.org.uk/forum/topic/30898.

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

                                @mitu

                                Thanks.

                                Looking at your link we will need even more than 8gb swap.
                                Because I tried on RPI4 32 bit OS with 8Gb ram + 8GB swap which failed.

                                Will try again later.

                                D 1 Reply Last reply Reply Quote 0
                                • D
                                  dmmarti @Folly
                                  last edited by dmmarti

                                  I've been testing some more MESS based systems and I've updated the online Google sheet.

                                  One of the new systems I've been testing are the older Macintosh Classic games.

                                  Using the following system from the script generator:

                                  maclc-flop

                                  I found several *.dsk games for the old Macintosh computers and so far I've been having some success.

                                  The MacOS boots up -- then autoloads the game *.dsk file. From there, just follow the onscreen prompts (make sure you have mouse enabled).

                                  Been having some fun playing Centipede and Star Wars on this system. I have never used an older Macintosh computer and it's been fun finding some games for it.

                                  I'm still testing the various different Mac systems to see which games require which system. For instance the game Thexder. The *.dsk I found doesn't work with maclc-flop so I need to test the other Macintosh variants to see which one supports the game.

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

                                    @dmmarti

                                    Great to hear you have some fun with the old mac's.
                                    Can you post some pictures ?
                                    That would be nice.

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

                                      @dteam @mitu

                                      I compiled mame0233 succesfully in 6 hours on the rpi4 with 8Gb with 32bit buster.
                                      I increased the swap to rpSwap on 51200 in the mame module-script.
                                      I booted the RPI4 with a big USB3.0 harddrive :

                                      • to have enough room for the swap
                                      • to have no wear and tear on sd cards
                                      • for speed
                                      DTEAMD 2 Replies Last reply Reply Quote 0
                                      • DTEAMD
                                        DTEAM @Folly
                                        last edited by DTEAM

                                        @folly
                                        No success for me. I have a rpi4 with 4Gb and I had 9.25 Gb (free space) on my SD Card. I'll wait for the pre-compiled binary option.

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

                                          @folly
                                          Other systems to try : benesse pocket challenge MAME name: POCKCHAL

                                          alt text

                                          Tiger Gizmondo : MAME name GIZMONDO
                                          alt text

                                          Zeebo (Brasil) : MAME name: ZEEBO
                                          alt text

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

                                            @dteam

                                            Haha

                                            Yes great, we should do that !

                                            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.