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

    Raspberry Pi 4B 4GB and the Sega Saturn

    Scheduled Pinned Locked Moved Ideas and Development
    saturnemulationimprovement
    234 Posts 43 Posters 84.7k 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.
    • A
      AdamBeGood @shavecat
      last edited by

      @shavecat said in Raspberry Pi 4B 4GB and the Sega Saturn:

      @adambegood

      ssh

      pi
      and password

      Okay, have a Google of logging on as Root.

      You should be logging on as Root and password, but there is some small set-up you need to do first.

      shavecatS 1 Reply Last reply Reply Quote 0
      • A
        AdamBeGood @barbudreadmon
        last edited by AdamBeGood

        @barbudreadmon Okay, I've got it installed now

        In emulators.cfg, I've got the line as:

        yabasanshiro = "/opt/retropie/emulators/yabause/yabasanshiro %ROM%"
        

        Yabanshiro is launching but not with a game launching at the same time. Is there something further I need to add to the above?

        Z B 2 Replies Last reply Reply Quote 0
        • shavecatS
          shavecat @AdamBeGood
          last edited by

          @adambegood
          check it out
          change it
          thanks
          still didnt help :\

          shavecatS 1 Reply Last reply Reply Quote 0
          • Z
            Zering @AdamBeGood
            last edited by

            @adambegood that happened to me the first time I started it, I had to manually insert a rom using the yabasanshiro menu. Now it loads automatically.

            A 1 Reply Last reply Reply Quote 1
            • shavecatS
              shavecat @shavecat
              last edited by

              im getting this
              dont thnik its ok right

              pi@retropie:~ $ sudo cmake ../yabause -DGIT_EXECUTABLE=/usr/bin/git -DYAB_PORTS=retro_arena -DYAB_WANT_DYNAREC_DEVMIYAX=ON -DYAB_WANT_ARM7=ON -DCMAKE_TOOLCHAIN_FILE=../yabause/src/retro_arena/pi4.cmake -DCMAKE_INSTALL_PREFIX=/opt/retropie/emulators/yabause/
              CMake Error: The source directory "/home/yabause" does not exist.
              Specify --help for usage, or press the help button on the CMake GUI.
              pi@retropie:~ $ cmake ../yabause -DGIT_EXECUTABLE=/usr/bin/git -DYAB_PORTS=retro_arena -DYAB_WANT_DYNAREC_DEVMIYAX=ON -DYAB_WANT_ARM7=ON -DCMAKE_TOOLCHAIN_FILE=../yabause/src/retro_arena/pi4.cmake -DCMAKE_INSTALL_PREFIX=/opt/retropie/emulators/yabause/
              CMake Error: The source directory "/home/yabause" does not exist.
              Specify --help for usage, or press the help button on the CMake GUI.
              pi@retropie:~ $ make
              make: *** No targets specified and no makefile found.  Stop.
              pi@retropie:~ $ sudo make install
              make: *** No rule to make target 'install'.  Stop.
              pi@retropie:~ $
              
              
              1 Reply Last reply Reply Quote 0
              • A
                AdamBeGood @Zering
                last edited by AdamBeGood

                @zering Using Open/Close CD Tray? I don't get any links there, there is nothing to choose apart from Cancel. So your Emulators file look the same as mine..? This is irritating, I'm so close!

                yabasanshiro = "/opt/retropie/emulators/yabause/yabasanshiro %ROM%"
                

                @shavecat

                You are still logged in as pi not root. If it says pi@retropie on the left of your screen, it isn't right.
                https://everythingwhat.com/how-do-i-log-into-root-retropie

                shavecatS 1 Reply Last reply Reply Quote 1
                • shavecatS
                  shavecat @AdamBeGood
                  last edited by shavecat

                  @adambegood
                  did that .
                  271c6a13-a911-4441-9602-c02a00e12019-image.png
                  and Cant login as root
                  as @mitu saying .

                  Dont get what im doing wrong yet

                  login as: root
                  root@retropie's password:
                  Access denied
                  root@retropie's password:
                  
                  

                  still after i change the password and rest the pi
                  no access with the password

                  1 Reply Last reply Reply Quote 0
                  • B
                    barbudreadmon @AdamBeGood
                    last edited by

                    @adambegood said in Raspberry Pi 4B 4GB and the Sega Saturn:

                    Yabanshiro is launching but not with a game launching at the same time. Is there something further I need to add to the above?

                    https://github.com/devmiyax/yabause/tree/pi4/yabause/src/retro_arena#setup mentions -i argument ?

                    FBNeo developer - github - forum

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      AdamBeGood @barbudreadmon
                      last edited by AdamBeGood

                      @barbudreadmon said in Raspberry Pi 4B 4GB and the Sega Saturn:

                      @adambegood said in Raspberry Pi 4B 4GB and the Sega Saturn:

                      Yabanshiro is launching but not with a game launching at the same time. Is there something further I need to add to the above?

                      https://github.com/devmiyax/yabause/tree/pi4/yabause/src/retro_arena#setup mentions -i argument ?

                      Good shout!

                      I have that in es_systems.cfg but not here.

                      Amended to the below but result seems the same.

                      yabasanshiro = "/opt/retropie/emulators/yabause/yabasanshiro -i %ROM_RAW%"
                      

                      Is that what everyone's else's Saturn emulators.cfg looks like? @Zering ?

                      My es_systems.cfg is this:

                      <system>
                        <name>saturn</name>
                        <fullname>Sega Saturn</fullname>
                        <path>/home/pi/RetroPie/roms/saturn</path>
                        <extension>.cue .CUE .chd .CHD </extension>
                        <command>/opt/retropie/emulators/yabause/yabasanshiro -i "%ROM_RAW%"</command>
                        <platform>saturn</platform>
                        <theme>saturn</theme>
                      </system>
                      
                      Z 1 Reply Last reply Reply Quote 1
                      • Z
                        Zering @AdamBeGood
                        last edited by

                        @adambegood Yes, that's right.

                        A 1 Reply Last reply Reply Quote 0
                        • A
                          AdamBeGood @Zering
                          last edited by

                          @zering said in Raspberry Pi 4B 4GB and the Sega Saturn:

                          @adambegood Yes, that's right.

                          Cool, thank you. I'm sure I'll suss it out. :)

                          shavecatS 1 Reply Last reply Reply Quote 0
                          • shavecatS
                            shavecat @AdamBeGood
                            last edited by shavecat

                            @zering
                            Hey follow u
                            and it did work !Thanks
                            but i only getting a black screen with the mouse on the side and the menu emulator when i click the mouse or so...
                            but the game not launch
                            es_system maybe not right ?

                            Z 1 Reply Last reply Reply Quote 1
                            • Z
                              Zering @shavecat
                              last edited by

                              @shavecat Try loading a game manually by opening and closing the CD tray.

                              shavecatS 1 Reply Last reply Reply Quote 1
                              • shavecatS
                                shavecat @Zering
                                last edited by shavecat

                                @zering
                                i have it like @AdamBeGood

                                Using Open/Close CD Tray? I don't get any links there, there is nothing to choose apart from Cancel. So your Emulators file look the same as mine..? This is irritating, I'm so close!
                                

                                so i cant ...
                                did u sort it out ? @AdamBeGood

                                Z 1 Reply Last reply Reply Quote 0
                                • Z
                                  Zering @shavecat
                                  last edited by

                                  @shavecat Sorry but I can't help mire than this, the only thing I can think might differ from your setup to mine is that I use chds exclusively.

                                  shavecatS 1 Reply Last reply Reply Quote 0
                                  • shavecatS
                                    shavecat @Zering
                                    last edited by shavecat

                                    @zering
                                    OKAY ITS WORKING !!!
                                    thanks a lot !!
                                    but its really slow like ASTAL...
                                    and sometimes i just getting a black screen with the mouse on the side:\

                                    Z A 2 Replies Last reply Reply Quote 0
                                    • Z
                                      Zering @shavecat
                                      last edited by

                                      @shavecat Set your resolution to original instead of native, it helps tremendously.

                                      shavecatS 1 Reply Last reply Reply Quote 1
                                      • shavecatS
                                        shavecat @Zering
                                        last edited by

                                        @zering
                                        Thanks!
                                        can i change it and save it ?
                                        cause its always come back ...

                                        Z 1 Reply Last reply Reply Quote 0
                                        • Z
                                          Zering @shavecat
                                          last edited by

                                          @shavecat I think it saves the settings for each individual game.

                                          shavecatS 1 Reply Last reply Reply Quote 1
                                          • shavecatS
                                            shavecat @Zering
                                            last edited by shavecat

                                            @zering
                                            clockwork knight always with black screen and thats it
                                            the clockwork knight 2 works fine.
                                            clockwork knight is working right ? :)
                                            Some games just giving my black screen yes :\

                                            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.