VOGONS

Common searches


Search results

Display options

Re: DOSBox ECE (for Windows & Linux)

Ok thank you!!! I was able to compile DOSBox ECE on Raspberry Pi, nevertheless Pixel Perfect mode (openglpp or surfacepp) does not work (I get a picture without aspect correction). There is something should I check? (I'm using the default dosbox-ece.conf). This works for me. [sdl] fullresolution = …

Re: DOSBox ECE (for Windows & Linux)

Alternatively, if you want to use the binary build you can do this: 1. Download libfluidsynth1 package from a trusted source, for example: https://packages.debian.org/buster/i386/libfluidsynth1/download 2. Extract files from .deb && copy libfluidsynth.so.1 to the ECE's bin directory: user@host:~/ …

Re: DOSBox-X branch

Hi, still having same SM bug with 0.82.23 :( at least on my system: Debian x64 and dosbox-x compiled with ./build-debug sm segment:offset af -> byte becomes 00 sm segment:offset bf -> byte becomes BF (OK) sm segment:offset cf -> byte becomes 00 sm segment:offset df -> byte becomes 00 sm segment: …

Re: DOSBox Game Launcher (DOSBox Frontend)

Hi, I think I found a bug. If I right click on any game in the list and select "open folder", it seems that DBGL tries to open the parent directory of the executable and not the root directory. This could trigger some weird actions. Here are a couple of examples: https://i.postimg.cc/sDyHCc65/dbgl1. …

Re: DOSBox-X branch

Sure, but I generally prefer to avoid master branch. I can use DOSBox debugger in the meantime. Every month or so a new release of DOSBox-X is out so no hurries for me. I'm happy to see this have already been fixed. Thank you!

Re: DOSBox-X branch

Hi, window title says "dosbox-x 0.82.22" so I'm pretty sure it's the latest version. Anyway I've downloaded again https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.82.22.tar.gz and I've compiled it from a clean directory and problem remains. I just realized that the byte dosbox-x …

Re: DOSBox-X branch

Hi, I think I come across some bug in the dosbox-x debugger. I want to write CF opcode (IRET instruction) in some memory address, so I put in the debugger window: SM xxxx:yyyy CF However, the byte in memory address xxxx:yyyy changes to 00 instead of CF No problem with other opcodes so far. I'm using …

Re: Access files from a PC Booter disk image?

in DOS
Hi all, Well, the image use a non-standard format and call INT 13h function 2 to read sectors and finally CALL to some memory address. 0000:7E4E call far word [0047] If I step into this call the first instruction is at address 1000:3A98 which is a different segment and from there the segment is …

Page 2 of 3