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

    Working Dreamcast games

    Scheduled Pinned Locked Moved General Discussion and Gaming
    dreamcastreicastgamingsetup
    354 Posts 38 Posters 164.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.
    • pjftP
      pjft
      last edited by pjft

      @quicksilver and all: do you confirm that the latest Reicast build (after updating RetroPie-Setup) works for you? I'm getting a black screen all over, and glGetError 0x500 (which is equivalent to "can't allocate VRAM"), regardless of whether it's the binary or from source.

      Doesn't bother me a lot (as I kept a separate copy of the old binary) but wanted to confirm. :)

      Thanks!

      quicksilverQ 1 Reply Last reply Reply Quote 0
      • quicksilverQ
        quicksilver @pjft
        last edited by

        @pjft I updated shortly after the binary was updated. I have not had the issue you describe. I wonder if something has changed since then.

        pjftP 1 Reply Last reply Reply Quote 0
        • pjftP
          pjft @quicksilver
          last edited by

          @quicksilver Thanks. Probably it's something with my setup, which is fine.

          Thanks!

          1 Reply Last reply Reply Quote 0
          • quicksilverQ
            quicksilver
            last edited by

            Just tested Capcom vs SNK2 runs really good overall. Performance wise it feels full-speed to me (I am overclocked). Minor visual glitches when a character stands in front of the windmill background but its not that distracting.

            On a side note, does anyone know how to adjust the analog sensitivity or deadzone for reicast?

            B 1 Reply Last reply Reply Quote 0
            • B
              backstander @quicksilver
              last edited by backstander

              @quicksilver

              On a side note, does anyone know how to adjust the analog sensitivity or deadzone for reicast?

              I'm wonder this as well. I think I'm having a slight drift to the left on my left analog stick on my Xbox 360 controller when using Reicast. The one I've been using most I got cheap from a pawn shop so I don't know what kind of abuse it has been through haha. I don't have any issues in any other emulator I've tried. I couldn't find words 'dead' or 'zone' in /home/pi/.reicast/emu.cfg.

              @barbudreadmon I like to do more testing before I report a bug to verify it's not something to do with my current setup so I don't waste people's time. I also having played much Reicast in over a year but wanted to give it a go after the update. Last night I got around to playing "Skies of Arcadia" and I was having the same issue of my character moving on his own so now I think it's probably a dead zone issue and not necessarily a bug.

              Deadzone Issues bug reported to Reicast devs back in May 26, 2017:
              https://github.com/reicast/reicast-emulator/issues/1027

              Another tread here about it:
              https://retropie.org.uk/forum/topic/10583/reicast-controller-deadzone-setting

              quicksilverQ hooperreH 2 Replies Last reply Reply Quote 0
              • quicksilverQ
                quicksilver @backstander
                last edited by

                @backstander problem is that a lot of issues we have with dreamcast, n64, psp and other demanding emulators is that they are unique problems to the raspberry pi. A lot of bug reports I have seen from rpi users are either ignored or you get the shoulder shrug and told to use something else.

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

                  @quicksilver @backstander you should consider switching to lr-reicast, i don't think performances are far apart as long as you properly set core options, and lr-reicast is a lot more active (afaik most improvements in standalone reicast are backports from lr-reicast).

                  FBNeo developer - github - forum

                  quicksilverQ 1 Reply Last reply Reply Quote 0
                  • quicksilverQ
                    quicksilver @barbudreadmon
                    last edited by quicksilver

                    @barbudreadmon lr-reicast is not available on raspberry pi last I heard

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

                      @quicksilver retropie needs to update its scripts then, the author of lr-reicast is testing the core on many platforms including the rpi.

                      FBNeo developer - github - forum

                      quicksilverQ 1 Reply Last reply Reply Quote 0
                      • quicksilverQ
                        quicksilver @barbudreadmon
                        last edited by

                        @barbudreadmon you yourself said in another thread that trying to run lr-reicast on an RPI is "crazy" because standalone reicast doesnt function well. Has something changed recently?

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

                          @quicksilver Maybe a long time ago when there was no arm dynarec, no threaded rendering, no frameskip, ... Or perhaps are you talking about the crazy question everyone asked, aka "The oit renderer will be available on raspberry ?".

                          Now that all of this is togglable in lr-reicast through core options, there is barely any reason for it to perform worse than standalone.

                          FBNeo developer - github - forum

                          quicksilverQ 1 Reply Last reply Reply Quote 0
                          • quicksilverQ
                            quicksilver @barbudreadmon
                            last edited by

                            @barbudreadmon thank you for your explanation. Is there a way to install lr-recaist manually? I would be happy to test it's performance on my pi.

                            B mituM 2 Replies Last reply Reply Quote 0
                            • B
                              BJRetro @quicksilver
                              last edited by

                              @quicksilver I would be willing to test too if easy to install lr-reicast. I have had good success with standalone and have two setups so could leave one with standalone so I could pretty easily check how different if at all lr-reicast is with whatever settings are deemed proper.

                              1 Reply Last reply Reply Quote 0
                              • hooperreH
                                hooperre @backstander
                                last edited by

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • mituM
                                  mitu Global Moderator @quicksilver
                                  last edited by mitu

                                  @quicksilver Since lr-reicast is already a scriptmodule, if you're willing to give it a try, this is what you need to modify

                                  • replace the rp_module_flags with
                                  rp_module_flags=""
                                  
                                  • in the build_lr-reicast function, replace the single make line with
                                  make platform=rpi3
                                  

                                  Try to install from source, the lr-reicast scriptmodule should be in the experimental section.

                                  At some point, I think the lr core was requiring GLES 3, so that's why it was excluded for the Pi, but maybe I'm mistaken.

                                  EDIT: forgot to say, you'll have to modify the $HOME/RetroPie-Setup/scripts/libretro/lr-reicast.sh file. With the modifications from before, the compilation works (GG NO RE), but I havent' got time to test it with a game.

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

                                    Btw, here are the settings that are good for speed :

                                    • Enable Threaded rendering
                                    • Set Alpha sorting to per-strip
                                    • Decrease resolution
                                    • Disable Texture Upscaling
                                    • Disable Modifier Volumes
                                    • Enable Div Matching
                                    • Disable DSP
                                    • Increase frameskip

                                    FBNeo developer - github - forum

                                    1 Reply Last reply Reply Quote 1
                                    • quicksilverQ
                                      quicksilver @mitu
                                      last edited by

                                      @mitu build was successful but any game I launch just sends me back to ES.

                                      @barbudreadmon is lr-recaist compatible with .chd files?

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

                                        @quicksilver said in Working Dreamcast games:

                                        build was successful but any game I launch just sends me back to ES.

                                        Looks like a BIOS issue. Launch with verbose logging and look at the log file (/dev/shm/runcommand.log) and see where it's looking for them.

                                        is lr-recaist compatible with .chd files?

                                        It should be - https://github.com/libretro/reicast-emulator/pull/367.

                                        1 Reply Last reply Reply Quote 0
                                        • pjftP
                                          pjft
                                          last edited by

                                          Even with a CDI file it doesn't run.

                                          https://pastebin.com/21U0SF8d

                                          The last few lines suggest

                                          [INFO] Environ UNSUPPORTED (#65585).
                                          /opt/retropie/supplementary/runcommand/runcommand.sh: line 1006:  5554 Segmentation fault     
                                          
                                          B 1 Reply Last reply Reply Quote 0
                                          • B
                                            barbudreadmon
                                            last edited by

                                            Yes it is compatible with chd, the bioses go into [system]/dc/, [system] being your bios folder for RA cores, same dc_flash.bin and dc_boot.bin as standalone. For naomi support, the bioses are naomi.zip, awbios.zip, f355bios.zip, f355dlx.zip, hod2bios.zip and airlbios.zip from mame romset.

                                            FBNeo developer - github - forum

                                            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.