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

    [DOSBox] official thread

    Scheduled Pinned Locked Moved Help and Support
    dosdosboxdosbox-stagingdosbox-xdosbox-pure
    234 Posts 27 Posters 92.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.
    • jamrom2J
      jamrom2 @VictimRLSH
      last edited by

      @victimrlsh from what I know, A800 and C64 only. I always check mobygames.com to look for any crazy variants.

      Those were great games. Spent hours playing them both.

      1 Reply Last reply Reply Quote 0
      • jamrom2J
        jamrom2 @ecto
        last edited by

        @ecto hi. I ran into an odd video problem I thought I'd run by you to see of you ever experienced this.

        I was using lr-dosbox-pure. All was good, but I was having issues with getting the joystick to be recognized on a few games. I jumped into the Retroarch menu and fiddle with the options for the controllers. Closed the menu with no auto save. Reopened, and now I get a massive black box covering 3/4 of my screen that I can't remove.

        I tried a few other games, same thing. I dumped the retroarch.cfg and rebuilt it. It worked for a few games then it came back.

        Deleted everything and reloaded the emulator, same thing.

        Any thoughts.

        Rhanns6

        1 Reply Last reply Reply Quote 0
        • ectoE
          ecto
          last edited by

          No, sorry. I've not tried dosbox-pure so I can't comment on that. :(
          Have you looked at the github page of pure? Maybe someone else had the same issue?
          I've had some strange behaviour with other lr cores when AI translation was triggered when I entered the RA menu. But your description soumds different then that. Sorry

          jamrom2J 1 Reply Last reply Reply Quote 0
          • N
            nemo93 @jamrom2
            last edited by

            @jamrom2 congrats for finding the issue and for fixing it!! Nicely done and I hope you'll get plenty of fun actually playing the games rather than configuring the emulators :-) I'm afraid I'm not a flight sim or ww2 kind of guy but feel free to report performance or anything related to the DOSbox "cores" you're testing/playing with. That would be of much help for everyone. Thanks!

            jamrom2J 1 Reply Last reply Reply Quote 1
            • jamrom2J
              jamrom2 @nemo93
              last edited by

              @nemo93 Everything is working good. Sure, there is some tweaking for the games to work with the joystick, but for the most part, everythinghas been plug'n play.

              The only issue I am still having i sgetting the shader to display, Is it only for a Pi4? I have a Pi3b+. Here is my runcommand.log with the non-essential stuff edited out.

              The shader I am using is from that list you posted. It's zfast_crt.glsl. I've played with a ton of the settings, but still cannot get the shader to display as you can see in the log.

              pc
              dosbox-staging
              /home/pi/RetroPie/roms/pc/aoe.conf
              Not an lr-atari800 system.
              Parameters:
              Executing: bash /home/pi/RetroPie/roms/pc/+Start\ DOSBox-Staging.sh "/home/pi/RetroPie/roms/pc/aoe.conf"
              dosbox-staging version 0.77.0

              CONFIG: Loading primary file /home/pi/.config/dosbox/dosbox-staging.conf
              CONFIG: Loading additional file /home/pi/RetroPie/roms/pc/aoe.conf
              MAIN: Disabling resizable window, because it's not compatible with selected render.glshader
              MAIN: Use 'sharp' or 'none' to keep resizable window.
              OPENGL: Pixel buffer object extension: missing
              MAIN: Draw resolution: 640x480, pixel aspect ratio: 1.00
              SDL:OPENGL: No support for texturesize of 1024, falling back to surface
              MOUNT: Path '/home/pi/RetroPie/roms/dos' found
              MAIN: Draw resolution: 640x400, pixel aspect ratio: 1.20
              SDL:OPENGL: No support for texturesize of 1024, falling back to surface
              MAIN: Draw resolution: 320x200, double-width, double-height, pixel aspect ratio: 1.20
              SDL:OPENGL: No support for texturesize of 512, falling back to surface
              MAIN: Draw resolution: 320x200, double-width, double-height, pixel aspect ratio: 1.20
              SDL:OPENGL: No support for texturesize of 512, falling back to surface
              SDL: released the mouse

              Here is the section of my "aoe.conf" file for Aces Over Europe. All I keep getting are business card sized boxes no matter what I set "output=" to other than texturenb.

              [sdl]
              fullscreen = true
              display = 0
              fullresolution = desktop
              windowresolution = original
              output = opengl

              [dosbox]
              machine = vesa_nolfb
              memsize = 16

              [render]
              frameskip = 0
              aspect = true
              monochrome_palette = white
              scaler = none
              glshader = /opt/retropie/configs.hdmi/pc/shaders/crt/zfast_crt.glsl

              Thanks again for the help. If I can't get it to work, I can live without... or wait till I get a Pi4.

              JamR

              N 1 Reply Last reply Reply Quote 0
              • N
                nemo93 @jamrom2
                last edited by

                @jamrom2 OpenGL support on Pi3 is partial. Could be the reason why shaders can't be properly rendered on that device. I don't like to say that but could be better to wait to get your hands on a Pi4 (+ it will also give you a boost in performance). The only output properly working on Pis whenever you run from a console/frontend (not with XINIT or desktop) is output = texture indeed - or anything with texture in it.

                Have fun and if you got anything about performance, tweaks or tricks on best way to configure a game or emulator (not only Staging) please share.

                jamrom2J 1 Reply Last reply Reply Quote 0
                • jamrom2J
                  jamrom2 @ecto
                  last edited by

                  @ecto I posted the issue on the github, so hopefully it can be found and sorted.

                  We'll see what happens. Thanks!

                  1 Reply Last reply Reply Quote 0
                  • jamrom2J
                    jamrom2 @nemo93
                    last edited by

                    @nemo93 after much trial and error, I agree... it's more about the Pi3b+. I know the builds for Retropie are different, so maybe something in the Pi3 build is turned off that would allow the use of the shaders.

                    Thanks for the help. I'll post issues and resolutions as I come across them.

                    Mostly it's the controller settings in the lr-pure fork that I'm having issues with. It's a lot of trial and error to get it right.

                    JamR

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

                      @jamrom2 said in [DOSbox] official thread:

                      @nemo93 after much trial and error, I agree... it's more about the Pi3b+. I know the builds for Retropie are different, so maybe something in the Pi3 build is turned off that would allow the use of the shaders.

                      There's nothing disabled, it's just that the Pi3 doesn't support OpenGL without an experimental driver. Have you tried setting your texture renderer to OpenGLES ?

                      jamrom2J 1 Reply Last reply Reply Quote 0
                      • jamrom2J
                        jamrom2 @mitu
                        last edited by

                        @mitu Hi. Yes, I tried that as well. The only way to run DosBox Staging at full-screen is to keep it at texture or texturenb. I tried all the rest, and the result is a business card size display box.

                        I also added "XINIT:bash /home/pi/RetroPie/roms/pc/+Start\ DOSBox-Staging.sh %ROM%" to my emulators.cfg to see if that would give me the full screen, but it knocks out the keyboard and runs Staging as a slide show.

                        I'm ok with how it is. I'm going to eventually upgrade to a Pi4. I'm happy just being able to play all these old DOS games again! I had my setup all wrong and now it's completely sorted.

                        Best,

                        JamR

                        1 Reply Last reply Reply Quote 0
                        • ectoE
                          ecto
                          last edited by

                          @nemo93 I have just stubled upon a potetially intersting thing:

                          I found that I have the DOS version of MDK buried in the MacOS installer of the GOG version. (Thanks to Aoyama Blue Mountain of the GOG forums).

                          I have installed MDK on my Retropie and it has an interesting benchmark test build-in:
                          It claims that benchmark values of 44 are on par with a Pentium 90 and a value of 65 relate to a Pentium 166.

                          Now I have tried Dosbox_SVN and - of course - Staging with that. Mind, that I'm using full KMS and Dosbox runs with XINIT and cycles=auto.

                          Here are some results:

                          • Without XINIT, I can't get it to run with Staging, as it claims that I have a 486 which is supposedly too slow.

                          • With Staging running with XINIT I get a value of 35-39 depending of the setting of outputand texture_renderer.

                          • Dosbox_SVN gets a whooping 57(!)

                          That means that I can emulate something like a P60 with Staging, while Dosbox_SVN can get better than a P90. This matches with my observations, I suppose. Sadly SVN still looks washed out (due to no pixel perfect scaling) and has no support for shaders (that don't have any great impact on the Benchmark of Staging).

                          At some point in the near future I will try some fixed cycles with Staging, and see if I can get anything out of that.

                          N 1 Reply Last reply Reply Quote 0
                          • N
                            nemo93 @ecto
                            last edited by

                            @ecto thanks again for testing further. Indeed MDK is a quite fantastic benchmark given it comes with a perf analysis tool (at the start and then in the Options/Settings menu). I've used extensively that game to test and measure performance. It's a CPU intensive game which doesn't run fullspeed even when using the "special" Staging branch. With it I'm able to get close to a P90 and even above as it's possible to add more cycles but then game won't be playable at all. Below my specific settings for that game (everything else is default/standard):

                            [dosbox]
                            machine = svga_s3
                            [cpu]
                            cycles  = 100000
                            

                            Feel free to report any further finding. Very helpful.

                            1 Reply Last reply Reply Quote 0
                            • N
                              nemo93
                              last edited by nemo93

                              Dosbox Staging is now part of the Retropie Project!

                              Thanks to Retropie maintainers and to the "Staging" developers which are constantly improving the emulator as well as the community around it.

                              If you're unsure of which version of Dosbox to pick I'd say give each version a try starting with "SVN" (to have a basis for comparison). Then if you prefer the comfort of Retroarch then "Pure" and/or "Core" might be interesting for you. If you're looking for plenty of features and functionalities "X" is a good option. "Staging" is a bit a mix of everything with focus on gaming, code cleaning to modern standard and features like pixel-perfect, very accurate sound emulation (ie Gravis Ultrasound), etc.

                              Please feel free to test, report and do not hesitate to participate. We'll all benefit from the exchanges. This in order to (re)play some good oldies which - for some - haven't aged at all :-)

                              Also Dosbox Staging 0.77 (stable) has now been released. Please see the full changelog here.

                              LolonoisL 1 Reply Last reply Reply Quote 1
                              • LolonoisL
                                Lolonois @nemo93
                                last edited by

                                @nemo93 awesome. Thanks to everyone and for merging it upstream.

                                For my set of games (for example: Dungeon Keeper, The Last Express) dosbox-staging is the right fit plus I did not have to redo all config as my configuration could be reused from the dosbox-svn. (I had even to remove config switches and stick to the defaults of dosbox-staging as dosbox-staging performs much better on my build).

                                jamrom2J 1 Reply Last reply Reply Quote 1
                                • jamrom2J
                                  jamrom2 @Lolonois
                                  last edited by jamrom2

                                  @nemo93 said in [DOSbox] official thread:

                                  Dosbox Staging is now part of the Retropie Project!

                                  Thanks to Retropie maintainers and to the "Staging" developers which are constantly improving the emulator as well as the community around it.

                                  If you're unsure of which version of Dosbox to pick I'd say give each version a try starting with "SVN" (to have a basis for comparison). Then if you prefer the comfort of Retroarch then "Pure" and/or "Core" might be interesting for you. If you're looking for plenty of features and functionalities "X" is a good option. "Staging" is a bit a mix of everything with focus on gaming, cleaning-up the code to modern standard and features like pixel-perfect and very accurate sound emulation (ie Gravis Ultrasound).

                                  Please feel free to test, report and do not hesitate to participate. We'll all benefit from the exchanges. This in order to (re)play some good oldies which - for some - haven't aged at all :-)

                                  Sounds great! Quick question on this...

                                  Are these changes meant to take advantage of the Pi4 or will they be usable on a 3? Apparently the Pixel Perfect shader option is disabled in the Pi3 build because of performance.

                                  I'm using a combo of Staging and -pure with very good results on a Pi3, but I do have that feeling that it's time to upgrade to a 4.

                                  Thanks

                                  JamR

                                  1 Reply Last reply Reply Quote 0
                                  • N
                                    niculinux
                                    last edited by niculinux

                                    Super!! Now if ever a gui would be implement i will drop dosbox pure at once!

                                    See: https://github.com/dosbox-staging/dosbox-staging/issues/315

                                    see also dobox-x for comparison:

                                    https://github.com/joncampbell123/dosbox-x/issues/1847

                                    or even better having a dosbox-x package on retropie would be paradise!!

                                    N 1 Reply Last reply Reply Quote 0
                                    • N
                                      nemo93 @niculinux
                                      last edited by

                                      @jamrom2 said:

                                      Are these changes meant to take advantage of the Pi4 or will they be usable on a 3? Apparently the Pixel Perfect shader option is disabled in the Pi3 build because of performance.

                                      They are usable on pi3 as well. For enabling shaders you'll need an "opengl" type as output. Also if you select ie. output = texturepp you should get Pixel Perfect mode. Hopefully aarch64+kms will (soon?) provide extra performance improvement on pi4!

                                      jamrom2J 1 Reply Last reply Reply Quote 0
                                      • jamrom2J
                                        jamrom2 @nemo93
                                        last edited by

                                        @nemo93 Great news! Thanks...

                                        I'm loving the -pure and Staging version. They are fantastic and run everything pre mid-90s I throw at it!

                                        Obviously restricted on a Pi3, but hopeful a 3dVoodoo wrapper is eventually built in. Wishful thinking... lol.

                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          nemo93
                                          last edited by nemo93

                                          All, over the past few weeks Dosbox Staging team has been busy adding more and more performance improvements to the code. To the point that I'm able to play any games I could think of, fullspeed. On a stock pi4/Retropie it's now possible to enjoy your DOS games in all their glory without running through complex setup or tweaks.

                                          To give you an idea of such achievement, Quake is now running fullspeed (I need to get some accurate data but we're talking 30fps there and higher resolutions), same goes with Wing Commander 4, Destruction Derby's, Screamer's, Dark Forces, Crusader no Remorse/Regret, Duke3D, Blood or Doom/2. I consider removing the "ports" versions of those games from my pi.

                                          It's quite exciting to be honest. Further improvements and features are still planned hence it's only the beginning :-) If you have some time to spare or in need to play a DOS gem at fullspeed, you'd better give it a try. I'm especially interested by any feedback for pi3. All you need is to get the latest master then make sure to set the following parameter in your dosbox-staging.conf:

                                          [sdl]
                                          ...
                                          vsync = true
                                          ...
                                          
                                          [cpu]
                                          cycles = auto
                                          ...
                                          

                                          Should you not see this parameter in dosbox-staging.conf then you'll have to manually upgrade your config file by doing this... At the DOSBox C:\> prompt, run: config -wc. Your existing settings will be retained however extraneous comments will be dropped.

                                          EDIT: I forgot to mention an extra cherry on top of the cake => it's now possible (even recommended) to rely on cycles = auto instead of a fixed count \o/ No more hassle in finding what value will work best.

                                          ectoE jamrom2J 2 Replies Last reply Reply Quote 4
                                          • ectoE
                                            ecto @nemo93
                                            last edited by

                                            @nemo93 O_o
                                            This is really stunning! I would never have guessed that there is so much potential in the Dosbox-staging code. So maybe I can now (finally) lay the old Dosbox to rest? I can't wait to try that.
                                            What perfomance do you get with MDK now?

                                            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.