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 169.3k 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.
    • shavecatS
      shavecat @barbudreadmon
      last edited by

      @barbudreadmon
      really nothing that is the problem ,
      even try to uninstall it and install from the stat.

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

        @shavecat what's the log in /dev/shm/runcommand.log when you run it?

        shavecatS EfriimE 2 Replies Last reply Reply Quote 0
        • shavecatS
          shavecat @pjft
          last edited by shavecat

          @pjft
          lr-reicast
          b5a05beb-363f-4ff7-969d-e0b060b0e983-image.png
          29db2631-f8be-46fe-9e06-3ffed2193a5d-image.png
          tried also to make a folder in the usb roms/dreamcast/dc/data , and its just give me black screnn and stck on it.
          but with the reicast omx works fine
          753e2f8a-c657-4050-b421-7b5cc497e1ae-image.png
          1d2dbad9-8e14-4097-9def-7bdbafb96b28-image.png

          B 1 Reply Last reply Reply Quote 0
          • EfriimE
            Efriim @pjft
            last edited by

            @pjft @quicksilver
            Thanks for the binary, that is exactly what I was asking for.

            1 Reply Last reply Reply Quote 0
            • EfriimE
              Efriim
              last edited by

              Is there an idea of a script for when your ps3 controller timesout in the middle of a dreamcast game and when you resync it to the pi, the control doesn't go back through to the emulator; to resync with reicast or anything?

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

                @shavecat A lot of issues here, again, if it worked previously, it's impossible it came to this without any action from you

                First issue :

                creating dir: /media/usb0/roms/dreamcast//dc/data
                mkdir(/media/usb0/roms/dreamcast//dc/data) error: No such file or directory
                

                The actual path it's trying to create is system_directory/dc/data, where system_directory is your RA bios folder, since it thinks your bios folder is your rom folder, it means system_directory is not defined in your retroarch.cfg, which is pretty bad because it'll also search for your bioses in /media/usb0/roms/dreamcast/dc/

                Second issue :

                find blahblahblah: No such file or directory
                again
                again
                

                It's failing on spaces in names, so something isn't set right in your retropie setup and i've no idea what it is. Are you sure you copied the hack in /opt/retropie/configs/dreamcast/emulators.cfg properly ? A quick fix would be to remove all spaces from the name of your dreamcast isos.

                FBNeo developer - github - forum

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

                  @barbudreadmon
                  this is really wired i guess, cause the lr emulator works just fine :\

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

                    @shavecat Let me guess, you didn't modify anything and it started working ?

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

                      @mitu
                      what do u mean ?
                      i did everything by the intersections couple of times...
                      the reicast just quit the games..
                      the lr-reicast works just fine before and still now.

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

                        @shavecat said in Working Dreamcast games:

                        the reicast just quit the games..
                        the lr-reicast works just fine before and still now.

                        ?

                        FBNeo developer - github - forum

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

                          @barbudreadmon
                          the reicast dont work ... just quit the game .
                          the lr-reicast works fine.

                          for the new install reicast dont work for me for some reason .

                          H 1 Reply Last reply Reply Quote 0
                          • H
                            hermit @shavecat
                            last edited by hermit

                            @shavecat said in Working Dreamcast games:

                            for the new install reicast dont work for me for some reason .

                            hypothesis: with the latest updates the path for the bios has changed from /bios/ to /bios/dc/ ;
                            is not that the dc_boot.bin and dc_flash.bin files are in the bios folder?

                            p.s. in the wiki someone has modified the path :(

                            shavecatS mituM 2 Replies Last reply Reply Quote 0
                            • shavecatS
                              shavecat @hermit
                              last edited by

                              @hermit
                              yes also notice it , yes its there.
                              if it wasnt the dreamcast (lr) also will not work ... :\

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

                                @hermit Actually the path is ok, the standalone Reicast uses that path, the Libretro core uses bios/dc. The wiki is correct, it only covers the standalone Reicast.

                                H 1 Reply Last reply Reply Quote 0
                                • H
                                  hermit @mitu
                                  last edited by

                                  @mitu said in Working Dreamcast games:

                                  @hermit Actually the path is ok, the standalone Reicast uses that path, the Libretro core uses bios/dc. The wiki is correct, it only covers the standalone Reicast.

                                  I have a February 8 version and it works with the bios files under the DC folder
                                  I know little about these scripts, but in the reicast.sh file it is written:

                                  # symlink bios
                                      mkUserDir "$biosdir/dc"
                                  ln -sf "$biosdir/dc/"{dc_boot.bin,dc_flash.bin} "$md_conf_root/dreamcast/data"
                                  

                                  https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/emulators/reicast.sh

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

                                    @hermit You're right, although that only symlinks the BIOS files found under BIOS/dc. The help text for the module mentions the new location, but it's not updated in the Wiki - it was updated (at the same time as the symlink code) - when lr-reicast was added.

                                    1 Reply Last reply Reply Quote 0
                                    • George SpiggottG
                                      George Spiggott
                                      last edited by

                                      Does anyone know how to change the Bios language in LR-Reicast? I am soft reset to get to the Bios screen and change the language but it does not save. I assume it does this when you exit back to the game but when I do this it goes back to a blank screen.

                                      Currently running:
                                      Retropie 4.8.9 on a Pi Zero 2W (Overclock Settings: CPU 1400Mhz)
                                      ES-DE on a GMKtec K6 (Windows 11, 32GB RAM)

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

                                        @George-Spiggott core options

                                        FBNeo developer - github - forum

                                        George SpiggottG 1 Reply Last reply Reply Quote 0
                                        • Stuart2773S
                                          Stuart2773
                                          last edited by

                                          ABSOLUTELY loving this core for ATOMISWAVE & NAOMI arcade games....

                                          But....

                                          Does anyone know how to navigate the service menu in LR-REICAST Naomi arcade games?

                                          i can activate the menu by holding down the "start" button on my xbox360 game pad but cant select or change anything !! any help would be much appreciated

                                          sl2007-190306-161105.jpg

                                          sl2007-190306-161023.jpg

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

                                            @Stuart2773 core options

                                            Ok i'll go into details for this one : there is a core option to enable service buttons (Service and Test), one is to enter the menu, the other is to navigate, iirc i assigned those 2 buttons to L3/R3 by default (use quick menu > controls to confirm).
                                            As to why they are disabled by default in core options : they would be always accessible otherwise, meaning if you press the service button by mistake while playing, your game is screwed.

                                            FBNeo developer - github - forum

                                            Stuart2773S 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.