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

    Old Computer Appreciation Thread

    Scheduled Pinned Locked Moved General Discussion and Gaming
    msxmsx2pc88pc98x68000
    1.4k Posts 19 Posters 4.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.
    • F
      Folly @TPR
      last edited by Folly

      @TPR

      How did you install / what module-script did you use ?

      You should add code tags around the log in you last post so special chars are displayed properly.

      Looking at the log I think you should add -ui_active to the runcommand.
      EDIT :
      Try to add it before -cass1 and see if that works.

      My advice is now to stick with the old mess_libretro.so because the newest has a different name mamemess_libretro.so.
      Updating it will break everything.

      It's probably best to keep your old image without updating and make a new one later which is totally up to date and using this project :
      https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-lr-mame-and-mame-standalone

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

        @Folly Yep. I read that about the newer version of Mess, which is why I stuck to the older one.

        I'm using your retropie-setup fork which I have saved in it's own folder on my build and if I need to grab any of the MESS cores, I can easily rename the folder and grab them if I need them.

        IMG_8103 2.jpg IMG_8102 2.jpg

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

          @TPR

          Looks like you are using the @valerino fork.

          Had a look at my runcommands again.
          You should add -ui_active before -cass1 and see if that works.

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

            @Folly Awesome. I will try that tonight! Thank you again for the always helpful support!

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

              @Folly YOU. ARE. A. STAR!!!
              F1A7752A-AC94-427B-A3D1-6D717122F8F3.JPEG

              Works great!

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

                @Folly You wouldn't happen to know how to hide the tape counter would you?
                F13F5F60-9438-499C-A9F1-E20F14831777.JPEG

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

                  @TPR

                  Nice to hear it's working !

                  Tape-counter should go away if it's ready loading, or just try to press the "tab" key again.

                  TPRT 2 Replies Last reply Reply Quote 0
                  • TPRT
                    TPR @Folly
                    last edited by TPR

                    @Folly It does go away once the tape is done loading, I just didn't know if there was a way to make it not appear at all. I tried every display option I could find in the machine and UI settings. If not, it's fine. I can live with it. Happy it is all working!

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

                      @Folly Another question - How can I tell MESS to turn off the UI inputs and only use the original keyboard? For example, in MESS F3 is mapped to both "system reset" and the "III" key on the ADAM keyboard, which you need to press for some games, but then that resets the system.

                      I tried turning on/off the "Game Focus" mode and that didn't do anything, and I also switched between "Emulated" and "Natural" keyboard mode in MESS and tht didn't seem to work either.

                      I then tried to re-map the "System Reset" to something like LSHIFT+F3 but then that didn't save on exit.

                      Any ideas on what to do here?

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

                        @TPR

                        Ok,

                        Good question, not sure either.
                        If I have time I can look at it.
                        Can you give an example game where you have to press that "|||" key ?

                        Saving configs is probably working though the runcommands for that time did not have all options yet.
                        Probably that's the reason why the config isn't loaded.

                        So when you make a new image and use my project the runcommands are better and will load the saved configs.

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

                          @TPR

                          For your "new" image you should be able to change the UI controls so F3 isn't going to interfere with the "|||" key.

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

                            @Folly 2010 is one of the games that uses the Smart Keys:
                            90172345-3EE3-4AE9-BC59-200516CC160B.jpeg

                            I can get the keys re-mapped while I’m playing the game but as soon as I exit out, it reverts back to the original setting.

                            What path is the settings file in and I can make sure my permissions on that file is set correctly.

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

                              @TPR

                              Here is the created runcommand of my script that uses the valerino run_mes.sh script.
                              My script detects adam as coleco so it's installed as coleco not as adam.
                              So the directories are different (BIOS and config) and the lr-mess core has the new name.
                              I suggest you convert it to your needs and try to see if that is a solution for you :

                              lr-run_mess-adam-cass1-autoframeskip = "/home/pi/RetroPie-Setup/scriptmodules/run_mess.sh /opt/retropie/emulators/retroarch/bin/retroarch /opt/retropie/libretrocores/lr-mess/mamemess_libretro.so /opt/retropie/configs/coleco/retroarch.cfg \adam /home/pi/RetroPie/BIOS/mame\;/home/pi/RetroPie/roms/coleco  -autoframeskip -cfg_directory /opt/retropie/configs/coleco/lr-mess -ui_active  -cass1 %ROM%"
                              

                              You should also look at this post, could be relevant :
                              https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-lr-mame-and-mame-standalone/246

                              You can find the new run_mess.sh in my repository :
                              https://github.com/FollyMaddy/RetroPie-Share/tree/main/00-scriptmodules-00

                              TPRT duglorD 4 Replies Last reply Reply Quote 0
                              • TPRT
                                TPR @Folly
                                last edited by

                                @Folly Thanks! I’ll give that a try.

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

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • duglorD
                                    duglor @Folly
                                    last edited by duglor

                                    @Folly For the lr-mess-apple2gs..to get the mame menu to show up, what file must i edit and add in -ui_active? I don't see the option to enable it as in other emulators.

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

                                      @duglor

                                      I assume you use my project already then the -ui_active is already there.

                                      If somehow you also installed some old module-script of valerino then you can find and edit the runcommands in :
                                      /opt/retropie/configs/apple2gs/emulators.cfg

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

                                        @Folly Thanks

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

                                          @Folly

                                          It has this in there
                                          /lr-mess -c -ui_active

                                          is this correct? or should the -c not be there?

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

                                            @duglor

                                            Can you post the whole line ?

                                            (with code tags, like this)
                                            
                                            duglorD 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.