RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    How does MSX & ColecoVision Co-Exist in BlueMSX?

    Scheduled Pinned Locked Moved Help and Support
    bluemsxcolecovisionmsx
    35 Posts 6 Posters 4.5k 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.
    • TPRT
      TPR @Folly
      last edited by

      @folly In my /opt/retropie/configs/coleco here is the retroarch.cfg:
      #Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

      input_remapping_directory = "/opt/retropie/configs/coleco/"

      quit_press_twice = "false"

      core_options_path = "/opt/retropie/configs/coleco/retroarch-core-options.cfg"
      #include "/opt/retropie/configs/all/retroarch.cfg"

      and my retroarch-core-options.cfg in /opt/retropie/configs/coleco
      bluemsx_auto_rewind_cas = "ON"
      bluemsx_cartmapper = "Auto"
      bluemsx_msxtype = "ColecoVision"
      bluemsx_nospritelimits = "ON"
      bluemsx_overscan = "disabled"
      bluemsx_vdp_synctype = "Auto"
      bluemsx_ym2413_enable = "enabled"

      I cannot figure out why it keeps loading as an MSX machine.

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

        The only way I can see to get around this right now is to make an .opt file for every single ColecoVision ROM I have that specifically calls out the system type as ColecoVision.

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

          @tpr

          I checked mine and your log.

          mine does this instead :
          [INFO] [Core Options]: Saved core options file to "/opt/retropie/configs/coleco/retroarch-core-options.cfg"

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

            @folly Yes, this is what is contained in that .cfg file in that folder:

            #Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

            input_remapping_directory = "/opt/retropie/configs/coleco/"

            quit_press_twice = "false"

            core_options_path = "/opt/retropie/configs/coleco/retroarch-core-options.cfg"
            #include "/opt/retropie/configs/all/retroarch.cfg"

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

              @tpr

              Indeed, very strange.

              Don't have a solution right now.

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

                @folly Just for fun I removed that "press_quit_twice" thing and I'm still getting this in my runcommand log:
                [INFO] [Core Options]: Saved core options file to "/home/pi/.config/retroarch/config/blueMSX/blueMSX.opt"

                I can't figure it out either. I don't think I've ever run into an issue like this before.

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

                  @folly Thanks for at least looking into it. I think at this point I'm just going to make a separate game options file for every single ColecoVision ROM. That's the only fix I can think of at the moment that will at least get this working.

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

                    @tpr

                    Yes, that is the only option for now.

                    Perhaps someone else has an idea how to fix this.

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

                      @tpr Do you have a file in this folder?

                      [INFO] [Remaps]: core-specific remap found at /opt/retropie/configs/coleco/blueMSX/blueMSX.rmp.

                      saw that in your verbose log.

                      If so, delete it and see if that fixes it.

                      TPRT 3 Replies Last reply Reply Quote 0
                      • TPRT
                        TPR @dmmarti
                        last edited by

                        @dmmarti Let me go look...

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

                          @dmmarti Damn... I do. Let me rename that now and see if it helps.

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

                            @tpr

                            Indeed my log doesn't refer to a remap file.

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

                              @dmmarti Nope. Didn't fix it. It also removed the ColecoVision specific remap for controls I had made. So I don't think that's the culprit.

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

                                Here's what's also interesting. Some of my ColecoVision ROMs boot with FBNeo and even when I look at the runcommand log for those it's also pulling the config from the FBNeo config folder and not the coleco folder:

                                [INFO] [Core Options]: Saved core options file to "/home/pi/.config/retroarch/config/FinalBurn Neo/FinalBurn Neo.opt"

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

                                  @tpr

                                  Do you perhaps have wrong settings in /opt/retropie/configs/all/retroarch.cfg ?

                                  Above is just a guess, seems we are on a dead end.

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

                                    @folly I can check....

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

                                      @folly Here's the retroarch.cfg in /all/
                                      https://www.dropbox.com/s/h4j6yhod2z92sin/retroarch_main.cfg?dl=0

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

                                        @tpr

                                        The config looks good.

                                        Perhaps it's an idea to update RetroArch.

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

                                          @folly Ha! Updating RA is actually where all these problems started! :P I just updated last night.

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

                                            @tpr

                                            Ok, then it could be an issue in the RetroPie-Setup.

                                            To be continued......

                                            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.