• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

Is Yabasanshiro emulator coming on retropie?

Scheduled Pinned Locked Moved Help and Support
sega saturnemulator
362 Posts 37 Posters 388.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.
  • R
    roslof
    last edited by roslof 30 May 2020, 23:41

    While most games run with both RLE and official BIOS, some games run exclusively with RLE BIOS enabled (eg. Astal), but some other some games require saturn_bios.rom (eg. Rayman).

    I'm now using two (2) emulators in /opt/retropie/configs/saturn/ for yabasanshiro. The command-line option --nobios sets RLE bios (but won't override the .ini setting)*

    My emulators.cfg file:

    default = "yabasanshiro-rle-bios"
    yabasanshiro-saturn-bios = "sudo xinit /opt/retropie/emulators/yabasanshiro/yabasanshiro --autoframeskip=1 --bios=/home/pi/RetroPie/BIOS/saturn_bios.bin -a -f -i %ROM%"
    yabasanshiro-rle-bios = "sudo xinit /opt/retropie/emulators/yabasanshiro/yabasanshiro --autoframeskip=1 --no-bios -a -f -i %ROM%"
    

    *For this to work, I believe General\EnableEmulatedBios= must be blank. Setting true or false seems to override the command-line option (bass-ackwards)...

    Side note: I also stumbled upon a legacy controller issue that's been plaguing yabause since at least 2016... If you map the left analog trigger to the Saturn L button, the emulator sees it as being depressed at boot and will enter the Saturn Memory Manager, and keep you there until you ESC out... To work around this, I'm not mapping anything to the L-Trigger, but instead temporarily sharing my physical L-Button with virtual L and Button 6. Not ideal, but I can use all the buttons and properly boot through the saturn bios.

    1 Reply Last reply Reply Quote 1
    • D
      Darksavior @pjft
      last edited by Darksavior 31 May 2020, 02:02

      @pjft So I tried this 3.2.4 release: https://mega.nz/file/6t8xCDzL#WNdDaBFPvpDkzFHtWzfltPD6wu4z3MT0QjMNEf2vFak
      and I got similar speeds to lr-yabasanshiro in my retropie setup. Sega rally. 30-40fps. Unless I'm doing something wrong, I don't see a benefit in using this. Same oc 1950Mhz, 480p full screen, original internal res. I tried this on the pi os 32bit desktop.

      My previous test with the prebuilt binary of 0.9.14 64bit version was on the pi os 64bit desktop. There's probably more differences since they're different builds.

      If someone else can verify these speeds with the 32bit and 64bit versions, then there should be some benefit with 64bit.

      B G M 3 Replies Last reply 31 May 2020, 05:39 Reply Quote 1
      • B
        barbudreadmon @Darksavior
        last edited by 31 May 2020, 05:39

        @Darksavior said in Is Yabasanshiro emulator coming on retropie?:

        I got similar speeds to lr-yabasanshiro in my retropie setup. Sega rally. 30-40fps. Unless I'm doing something wrong, I don't see a benefit in using this. Same oc 1950Mhz, 480p full screen, original internal res. I tried this on the pi os 32bit desktop.

        Meaning the gpu is probably the bottleneck then, standalone is faster than lr on low-end devices because it makes better use of multi-thread for cpu tasks, your overclock probably outperform that difference, be aware though that some games might have spike of cpu usage.

        FBNeo developer - github - forum

        1 Reply Last reply Reply Quote 0
        • G
          grant2258 Banned @Darksavior
          last edited by grant2258 31 May 2020, 05:52

          @Darksavior said in Is Yabasanshiro emulator coming on retropie?:

          @pjft So I tried this 3.2.4 release: https://mega.nz/file/6t8xCDzL#WNdDaBFPvpDkzFHtWzfltPD6wu4z3MT0QjMNEf2vFak
          and I got similar speeds to lr-yabasanshiro in my retropie setup. Sega rally. 30-40fps. Unless I'm doing something wrong, I don't see a benefit in using this. Same oc 1950Mhz, 480p full screen, original internal res. I tried this on the pi os 32bit desktop.

          My previous test with the prebuilt binary of 0.9.14 64bit version was on the pi os 64bit desktop. There's probably more differences since they're different builds.

          If someone else can verify these speeds with the 32bit and 64bit versions, then there should be some benefit with 64bit.

          Well to be honest to test this you would be better compiling the pi os version with the same flags on 32bit and 64 bit and run with the same settings to get a speed comparison. Youll get a better baseline that way. I think a working frameskip will make a world of difference too.

          D 1 Reply Last reply 31 May 2020, 06:17 Reply Quote 0
          • D
            Darksavior @grant2258
            last edited by Darksavior 31 May 2020, 06:17

            @grant2258 If someone can compile the same version 3.2.4 64bit for a proper test comparison, that would be great.

            B 1 Reply Last reply 31 May 2020, 06:49 Reply Quote 0
            • B
              barbudreadmon @Darksavior
              last edited by 31 May 2020, 06:49

              @Darksavior as mentioned in another topic, the fact that aarch64 is faster is already known : http://www.uoyabause.org/blogs/51

              FBNeo developer - github - forum

              D 1 Reply Last reply 31 May 2020, 07:54 Reply Quote 0
              • D
                Darksavior @barbudreadmon
                last edited by Darksavior 31 May 2020, 07:54

                @barbudreadmon I just want to rule out a difference in versions. The prebuilt 64bit build that's available from the 64bit pi os, I got around 10fps more. It is buggier and probably an older build or branch. 0.9.1.4 .
                I would love to test a 64bit lr-yabasanshiro since that's the version I'm mainly going with since I have no interest in using the pi desktop.

                B 1 Reply Last reply 31 May 2020, 08:09 Reply Quote 0
                • B
                  barbudreadmon @Darksavior
                  last edited by barbudreadmon 31 May 2020, 08:09

                  @Darksavior said in Is Yabasanshiro emulator coming on retropie?:

                  0.9.1.14

                  Looks like yabause versioning to me, maybe the QT port doesn't have its version number updated because it's not supposed to be still in use ?

                  For the lr port, as long as you keep in mind i stopped providing support, and that devmiyax won't provide support either, suit yourself.

                  FBNeo developer - github - forum

                  D 1 Reply Last reply 31 May 2020, 09:03 Reply Quote 0
                  • D
                    Darksavior @barbudreadmon
                    last edited by 31 May 2020, 09:03

                    @barbudreadmon The libretro port will have to do if a future mesa driver fixes the graphic issues.

                    1 Reply Last reply Reply Quote 0
                    • M
                      myzar @Darksavior
                      last edited by myzar 31 May 2020, 12:24

                      @Darksavior said in Is Yabasanshiro emulator coming on retropie?:

                      @pjft So I tried this 3.2.4 release: https://mega.nz/file/6t8xCDzL#WNdDaBFPvpDkzFHtWzfltPD6wu4z3MT0QjMNEf2vFak
                      and I got similar speeds to lr-yabasanshiro in my retropie setup. Sega rally. 30-40fps. Unless I'm doing something wrong, I don't see a benefit in using this. Same oc 1950Mhz, 480p full screen, original internal res. I tried this on the pi os 32bit desktop.

                      My previous test with the prebuilt binary of 0.9.14 64bit version was on the pi os 64bit desktop. There's probably more differences since they're different builds.

                      If someone else can verify these speeds with the 32bit and 64bit versions, then there should be some benefit with 64bit.

                      Well looks like you are doing something wrong, did you turn autoframeskip on and switched to dynarec from interpreter ? on my pi4 oc to 2ghz , 50mhz is a negligible diff, i get 43/60 in the intro and in game doesn't go never below 45 i can say the average is around 50fps

                      R D 2 Replies Last reply 31 May 2020, 14:18 Reply Quote 0
                      • R
                        roslof @myzar
                        last edited by roslof 31 May 2020, 14:18

                        @myzar I am unable to view FPS with the 3.2.4 binary that was provided in the earlier post. Did you change something and recompile in order to view FPS?

                        Also, @pjft I've been having some issues with the START button with the libretro version EDIT: After posting this, I tried some remapping, and set the controller to Saturn Pad from Saturn 3D Pad. :/

                        1 Reply Last reply Reply Quote 0
                        • D
                          Darksavior @myzar
                          last edited by 31 May 2020, 20:21

                          @myzar It was set to interpreter by default. I changed it to dynarec and speed now matches the 64bit version.

                          B 1 Reply Last reply 1 Jun 2020, 04:54 Reply Quote 2
                          • M
                            myzar @pjft
                            last edited by 31 May 2020, 20:52

                            @pjft said in Is Yabasanshiro emulator coming on retropie?:

                            @myzar Thanks so much for sending this over! For the sake of repeatability, could you share your build script? Meaning, from getting the sources to applying the patch and other fixes, to compilation?

                            Will test it out during the coming days.

                            EDIT: Works well, Virtua Racing works again.

                            all grant2258 instructions , i don't remember all the qt deps it was a painfull trial error and find the right dev package process , this is my CMakeCache with all the options

                            https://pastebin.com/SJfTSa3J

                            1 Reply Last reply Reply Quote 1
                            • B
                              barbudreadmon @Darksavior
                              last edited by barbudreadmon 6 Jan 2020, 06:01 1 Jun 2020, 04:54

                              @Darksavior said in Is Yabasanshiro emulator coming on retropie?:

                              @myzar It was set to interpreter by default. I changed it to dynarec and speed now matches the 64bit version.

                              Yeah, as i previously said, the gpu is probably the bottleneck here, yabasanshiro shouldn't be cpu-limited on a72@2Ghz (it runs fine on a57@1.43Ghz), it might be a different story at stock clock though (?). Did you overclock your gpu already ?

                              FBNeo developer - github - forum

                              D 1 Reply Last reply 2 Jun 2020, 22:06 Reply Quote 0
                              • G
                                grant2258 Banned @roslof
                                last edited by 1 Jun 2020, 08:03

                                @roslof said in Is Yabasanshiro emulator coming on retropie?:

                                By not providing "FindQt5WebEngineWidgets.cmake" in CMAKE_MODULE_PATH this
                                project has asked CMake to find a package configuration file provided by
                                "Qt5WebEngineWidgets", but CMake did not find one.

                                sudo apt install qtwebengine5-dev

                                R 1 Reply Last reply 3 Jun 2020, 02:25 Reply Quote 1
                                • D
                                  Darksavior @barbudreadmon
                                  last edited by 2 Jun 2020, 22:06

                                  @barbudreadmon No, this was just a brief test. I just wanted to see if there was a significant difference between the 32bit and 64bit versions of the non-libretro version. I really needed to test a game with a constant fps to know for sure, but the difference in sega rally was unnoticeable.

                                  B 1 Reply Last reply 3 Jun 2020, 09:03 Reply Quote 0
                                  • R
                                    roslof @grant2258
                                    last edited by 3 Jun 2020, 02:25

                                    @grant2258 said in Is Yabasanshiro emulator coming on retropie?:

                                    @roslof said in Is Yabasanshiro emulator coming on retropie?:

                                    By not providing "FindQt5WebEngineWidgets.cmake" in CMAKE_MODULE_PATH this
                                    project has asked CMake to find a package configuration file provided by
                                    "Qt5WebEngineWidgets", but CMake did not find one.

                                    sudo apt install qtwebengine5-dev

                                    Appreciated man, as always. Probably not going to work for me on the Pi4:

                                    pi@retropie:~/build $ sudo apt install qtwebengine5-dev
                                    Reading package lists... Done
                                    Building dependency tree
                                    Reading state information... Done
                                    E: Unable to locate package qtwebengine5-dev
                                    

                                    But seriously, appreciated. Thanks for tryin'! Using the compiled version posted earlier.
                                    -Ros

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      barbudreadmon @Darksavior
                                      last edited by 3 Jun 2020, 09:03

                                      @Darksavior said in Is Yabasanshiro emulator coming on retropie?:

                                      I just wanted to see if there was a significant difference between the 32bit and 64bit versions of the non-libretro version

                                      Apart from load and temp which might be slightly higher on 32bits, there shouldn't be a difference with the cpu at 2Ghz. Also, fwiw, on the libretro port there is a bottleneck if you have vsync enabled in RA config (as a matter of fact standalone disable it).

                                      FBNeo developer - github - forum

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        shavecat
                                        last edited by 6 Jun 2020, 21:49

                                        Hey,
                                        Is it Worth the install ?
                                        if so how do i do that :)? thanks

                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          NecFan
                                          last edited by NecFan 6 Jul 2020, 01:04 7 Jun 2020, 00:01

                                          Not sure that's really the right topic, but I just read the 247 messages and it looks having a decent Saturn emulation interest many people there : p
                                          2, maybe 3 months ago, Shima, SSF's autor, bought a Raspberry Pi 4 to try to port his emulator himself.

                                          Please, look at this message and others around:

                                          https://twitter.com/FessX/status/1242075475414937600?s=20

                                          Maybe Shima could be successful with some help from this board ?
                                          SSF is notoriously the best Saturn emulator.

                                          B 1 Reply Last reply 7 Jun 2020, 07:03 Reply Quote 1
                                          248 out of 362
                                          • First post
                                            248/362
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received