Activity for DOSBox

  • ripsaw8080 ripsaw8080 committed [r4494] on SVN

    Use 4-byte Partial Page Mapping data as EMM386 and other memory managers do. Fixes Kyrandia II: Hand of Fate with ems=true.

  • ripsaw8080 ripsaw8080 committed [r4493] on SVN

    Handle EOF character in batch files as actual end of file. Fixes install batch file of Crime Does Not Pay.

  • ripsaw8080 ripsaw8080 committed [r4492] on SVN

    As verified on real hardware, the MPU-401 and compatibles do not clear their message queues on reset. Fixes Roland music in Best of the Best Championship Karate.

  • ripsaw8080 ripsaw8080 committed [r4491] on SVN

    Add floppy disk image support for more extended-size formats.

  • ripsaw8080 ripsaw8080 committed [r4490] on SVN

    Improve DOS compatibility by setting MCB ownership in all cases where resizing the block does not return an error.

  • ripsaw8080 ripsaw8080 committed [r4489] on SVN

    Preserve AH register value in Get System Date function for DOS compatibility.

  • ripsaw8080 ripsaw8080 committed [r4488] on SVN

    Video sequencer data fixes, and correct meaning of the odd/even bit.

  • ripsaw8080 ripsaw8080 committed [r4487] on SVN

    Don't include LFB address in VESA info of non-LFB modes, and correct panning of VESA text modes.

  • ripsaw8080 ripsaw8080 committed [r4486] on SVN

    Fill in the Video Parameter Table for some modes. Fixes the EGA configuration of Robbo on EGA and VGA machine types.

  • ripsaw8080 ripsaw8080 committed [r4485] on SVN

    Enable writing to all planes when drawing pixels in EGA modes. Fixes an educational game.

  • zootus zootus created ticket #565

    fullscreen does not scale to desktop size

  • Corona688 Corona688 modified a comment on ticket #157

    It is important that you do so because other people are already doing it for you -- and probably bundling malware with it. I became suspicious when their "portable dosbox" arrived as an exe, NOT a zip. Deleted with extreme prejudice. Having an "official" portable version would let you just point people at that.

  • Corona688 Corona688 posted a comment on ticket #157

    It is important that you do so because other people are already doing it for you -- and probably bundling malware with it. I became suspicious when their "portable dosbox" arrived as an exe, NOT a zip. Deleted with extreme prejudice.

  • unxed unxed posted a comment on ticket #158

    Modern Wine version work just like this for text mode apps.

  • unxed unxed created ticket #158

    Render to console

  • zaisty zaisty created ticket #157

    Portable Version

  • tor tor modified a comment on ticket #156

    to 'join/participate' the development of DosBox The DOSBox forks under active development welcome Pull Requests and issue discussions: - DOSBox Staging - DOSBox-X - DOSBox Pure At the original DOSBox repository you can try submitting a Patch.

  • tor tor posted a comment on ticket #156

    to 'join/participate' the development of DosBox The DOSBox forks under active development welcome Pull Requests: - DOSBox Staging - DOSBox-X - DOSBox Pure At the original DOSBox repository you can try submitting a Patch.

  • Harri J. L. Harri J. L. created ticket #156

    DosBox: Red Baron joystick controls

  • David Mackay David Mackay posted a comment on ticket #249

    I appreciate i am resurecting a long dead subject but does anyone have a built version with the USB patch?

  • Qbix Qbix committed [r4484] on SVN

    Fix wav capture glitches on buffer wrap around

  • dolomighty dolomighty created ticket #299

    printf format warnings for 0.74-3

  • dolomighty dolomighty created ticket #298

    gdbserver patch 0.74-3

  • maba maba posted a comment on ticket #546

    Is this still relevant? Sounds like a one off to me. A general issue like this would probably be reported many times.

  • Misty De Meo Misty De Meo created ticket #297

    MIDI: enforce a minimum sysex delay in delaysysex

  • ripsaw8080 ripsaw8080 posted a comment on ticket #564

    Thanks, fix committed.

  • ripsaw8080 ripsaw8080 committed [r4483] on SVN

    Fix compilation in Visual Studio 2008. Thanks Greg Kennedy.

  • maba maba posted a comment on ticket #140

    This sounds counterintuitive to me. The Dosbox 32-bit executable (in the Windows world) runs happily on 64-Bit Windows editions. On Linux it should compile to the same width as the core OS. For guest apps, there is also no point. There never was any MSDOS version that supported 64 bit.

  • Greg Kennedy Greg Kennedy created ticket #564

    [patch] r4482 causes compilation failure on MSVC71

  • Patrick af Klercker Patrick af Klercker created ticket #155

    Add swapstereo

  • Olga Smirnova Olga Smirnova created ticket #563

    US keyboard layout is always loaded

  • Michael Mullins Michael Mullins created ticket #562

    DOSBox incompatible with MS eHome Infrared Transceiver

  • Cameron Cawley Cameron Cawley created ticket #296

    Allow DOSBox to run without CD-ROM support

  • Florent F Florent F posted a comment on ticket #561

    Oh, I just noticed in depends on the game. I could observe the behavior mentioned in the description above on "The Last Express" game (from gog.com). I believe the game native resolution is 640x480.

  • Florent F Florent F created ticket #561

    scaler not taken into account on Linux

  • Dominik Reichardt Dominik Reichardt created ticket #560

    Newer clang enforces c++17 and results in errors

  • ripsaw8080 ripsaw8080 committed [r4482] on SVN

    Correct CMS sound pitch.

  • Bruenor41 Bruenor41 modified a comment on ticket #559

    Oh, seems I can't modify my ticket... So, sorry for bad layout, I will post it here. Without this fix is target file truncated, result is empty file if (DOS_OpenFile(nameSource,0,&sourceHandle)) { // Create Target or open it if in concat mode strcpy(nameTarget,pathTarget); if (nameTarget[strlen(nameTarget)-1]=='\\') strcat(nameTarget,name); //Special variable to ensure that copy * a_file, where a_file is not a directory concats. bool special = second_file_of_current_source && target_is_file; second_file_of_current_source...

  • Bruenor41 Bruenor41 modified a comment on ticket #559

    Oh, seems I can't modify my ticket... So, sorry for bad layout, I will post it here. Just now it discards target, result is empty file if (DOS_OpenFile(nameSource,0,&sourceHandle)) { // Create Target or open it if in concat mode strcpy(nameTarget,pathTarget); if (nameTarget[strlen(nameTarget)-1]=='\\') strcat(nameTarget,name); //Special variable to ensure that copy * a_file, where a_file is not a directory concats. bool special = second_file_of_current_source && target_is_file; second_file_of_current_source...

  • Bruenor41 Bruenor41 posted a comment on ticket #559

    Oh, seems I can't modify my ticket... So, sorry for bad layout, I will post it here if (DOS_OpenFile(nameSource,0,&sourceHandle)) { // Create Target or open it if in concat mode strcpy(nameTarget,pathTarget); if (nameTarget[strlen(nameTarget)-1]=='\\') strcat(nameTarget,name); //Special variable to ensure that copy * a_file, where a_file is not a directory concats. bool special = second_file_of_current_source && target_is_file; second_file_of_current_source = true; if (special) oldsource.concat =...

  • Bruenor41 Bruenor41 created ticket #559

    DOS_Shell::CMD_COPY should not copy onto self

  • Steffen Ohrendorf Steffen Ohrendorf created ticket #154

    Request to re-license part of your code

  • Alexander Huemer Alexander Huemer created ticket #558

    Segfault when starting Novell Netware 5.1 installer

  • krcroft krcroft modified a comment on ticket #535

  • Wengier Wengier modified a comment on ticket #295

    For your information, FOR command (along with LFNFOR command as in MS-DOS 7+/Windows 9x) had already been implemented in some DOSBox forks (such as DOSBox LFN and DOSBox-X) for some time, including wildcards and optional LFN (long filename) support as in Windows 98. Interesting to see another implementation of this command (although without wildcards or LFN support).

  • Wengier Wengier modified a comment on ticket #295

    For your information, FOR command (along with LFNFOR command) had already been implemented in some DOSBox forks (such as DOSBox LFN and DOSBox-X) for some time, including wildcards and optional LFN (long filename) support as in Windows 98. Interesting to see another implementation of this command (although without wildcards or LFN support).

  • Wengier Wengier modified a comment on ticket #295

    For your information, FOR command (along with LFNFOR command) had already been implemented in some DOSBox forks (such as DOSBox LFN and DOSBox-X) for some time, including wildcards and optional LFN (long filename) support as in Windows 98. Interesting to see another implementation of this command (although without wildcards or LFN support).

  • Wengier Wengier modified a comment on ticket #295

    FYI - FOR command (along with LFNFOR command) had already been implemented in some DOSBox forks (such as DOSBox LFN and DOSBox-X) for some time, including wildcards and optional LFN (long filename) support as in Windows 98. Interesting to see another implemtation of this command (although without wildcards or LFN support).

  • Wengier Wengier modified a comment on ticket #295

    FYI - FOR command (along with LFNFOR command) has already been implemented in some DOSBox forks (such as DOSBox LFN and DOSBox-X) for some time, including wildcards and optional LFN (long filename) support as in Windows 98.

  • Wengier Wengier posted a comment on ticket #295

    FYI, FOR command (along with LFNFOR command) has already been implemented in some DOSBox forks (such as DOSBox LFN and DOSBox-X), with wildcards and (optional) LFN support as in Windows 98.

  • Joel Croteau Joel Croteau posted a comment on ticket #507

    Yes, this definitely needs a better error message. It seems like there are several things that can cause this "Invalid file or unable to open" message, from trying to open compressed audio when SDL_Sound is not linked to confusing case-sensitive and case-insensitive file names or just missing files or invalid compressed audio, is there any way at present to actually debug what specific thing is causing this error besides just throwing solutions at the wall to see what sticks?

  • Wolfgang Sourdeau Wolfgang Sourdeau posted a comment on ticket #295

    Also, the DOS version supports wildcards in the filelist but I did not know how to implement that.

  • Wolfgang Sourdeau Wolfgang Sourdeau posted a comment on ticket #295

    Note : in the documentation for "FOR", the list of values is reported to be filenames but it turns out that any string can do.

  • Wolfgang Sourdeau Wolfgang Sourdeau created ticket #295

    support for "FOR" command

  • ripsaw8080 ripsaw8080 committed [r4481]

    Push registers for most DOS function calls; prevents a bug in UNLZEXE from causing a crash, and maybe helps other buggy programs and unusual cases. Use real addressing to support stack pointer wraparound.

  • ripsaw8080 ripsaw8080 committed [r4480]

    Some confirmed DOS behaviors and minor cleanup.

  • Sgeo Sgeo Sgeo Sgeo created ticket #557

    IAC IAC should always become 0xFF in Telnet emulation

  • ripsaw8080 ripsaw8080 committed [r4479]

    Correct handling of invalid encodings of the BOUND instruction.

  • ripsaw8080 ripsaw8080 committed [r4478]

    Minor corrections related to r4477.

  • ripsaw8080 ripsaw8080 committed [r4477]

    Drive system improvements:

  • ripsaw8080 ripsaw8080 committed [r4476]

    Fix "Invalid Access Code" error when opening files. Preserve last error code when no error occurs.

  • ripsaw8080 ripsaw8080 committed [r4475]

    Specified path can be invalid if filename is a device. Fixes installer for World Series of Poker.

  • ripsaw8080 ripsaw8080 committed [r4474]

    As in r4371 for writing characters, use real pointer with font data for reading characters. Also ignore page number for modes with only one page, which fixes https://www.pouet.net/prod.php?which=65584

  • Hennadii Hennadii created ticket #153

    Multiple monitor (desktop) support

  • ripsaw8080 ripsaw8080 committed [r4473]

    Indicate in BIOS memory when keyboard ACK received. Fixes Soko-ban Revenge.

  • ripsaw8080 ripsaw8080 committed [r4472]

    Fix execution of small COM programs on PCjr machine type.

  • David Gila Blázquez David Gila Blázquez modified a comment on ticket #556

    I tested libretro dosbox core, it looks like that is using the last svn sources, and it has the same bug. EDIT: it looks like it is solved there :)

  • David Gila Blázquez David Gila Blázquez posted a comment on ticket #556

    I tested libretro dosbox core, it looks like that is using the last svn sources, and it has the same bug.

  • Stefan Ring Stefan Ring posted a comment on ticket #555

    Probably because the directory c:\programfolder\programfolder does not exist.

  • David Gila Blázquez David Gila Blázquez posted a comment on ticket #556

    I'm sorry, I think I don't understand very well what you said. Where do I download SVN? . I can only find downloads for 0.74-3.

  • ripsaw8080 ripsaw8080 posted a comment on ticket #556

    In your report you only mention DOSBox 0.74-3, and that is not current source. SVN is current source.

  • David Gila Blázquez David Gila Blázquez posted a comment on ticket #556

    Yes, that's the first thing I tested

  • ripsaw8080 ripsaw8080 posted a comment on ticket #556

    Have you tried a build of current source with the machine=vgaonly setting?

  • David Gila Blázquez David Gila Blázquez posted a comment on ticket #556

    Reading my post I don't know if it is clear what I wanted to report :(. Set 8 pixel wide cells in text mode (test "pan.exe 1"): - Dosbox 0.74-3 => smooth scroll stops working. - Real machine => smooth scroll works. Leave text cells with default 9 pixels wide (test "pan.exe"): - Dosbox 0.74-3 => smooth scroll works. - Real machine => smooth scroll works.

  • David Gila Blázquez David Gila Blázquez created ticket #556

    Pixel pannin mode bug on VGA text mode

  • Richard Gregory Richard Gregory posted a comment on ticket #555

    Can I bump this up? It is urgent that I can resolve this. Thanks!

  • Richard Gregory Richard Gregory created ticket #555

    Invalid path when trying to print

  • Nafcom Nafcom created ticket #554

    Joystick calibration no longer works with the XBOX360 Windows version with DOSBOX 0.74-2 or 0.74-3 with Wing Commander Privateer

  • ripsaw8080 ripsaw8080 committed [r4471]

    Improve BIOS FDD motor timeout counter, most notably for earlier PCs. Fixes a Chinese variant of Space Harrier.

  • ripsaw8080 ripsaw8080 committed [r4470]

    Correct disassembly of some FPU instructions.

  • Sjoerd Sjoerd committed [r4469]

    don't do dual writes to opl2

  • Sjoerd Sjoerd committed [r4468]

    Add proper opl3 handling of the waveform select to dbopl

  • ripsaw8080 ripsaw8080 committed [r4467]

    Register values changed by the EXEC load overlay function; fixes FM music in a Chinese RPG. Improve stack check for wrap-around cases.

  • ljw9 ljw9 created ticket #553

    ipxnet server is a wide open relay server and should have authentication added

  • Andres Vettori Andres Vettori posted a comment on ticket #152

    I found there is someone that managed to compile DosBox for Atari TOS & Mint: http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/mint/dosbox/ As commented in this thread: https://www.atari-forum.com/viewtopic.php?f=3&t=24259&p=422583#p422583

  • Andres Vettori Andres Vettori created ticket #152

    Compile for Atari ST (Motorola 68000 CPU)

  • ripsaw8080 ripsaw8080 committed [r4466]

    Small correction related to r4444.

  • krcroft krcroft modified a comment on ticket #535

    Qbix, Hope this greets you well. It's been some time, and I hope the fix you found can be applied to SVN. In the meantime, this is working: https://github.com/dosbox-staging/dosbox-staging/pull/1236. Please feel free to use any of this, as you wish. Assuming the issue is resolved, feel free to close this as well.

  • krcroft krcroft posted a comment on ticket #535

    Qbix, Hope this greets you well. It's been some time, and I hope the fix you found can be applied SVN. In the meantime, this is working: https://github.com/dosbox-staging/dosbox-staging/pull/1236. Please feel free to use any of this, as you wish. Assuming the issue is resolved, feel free to close this as well.

  • ripsaw8080 ripsaw8080 committed [r4465]

    Remove inactive code related to debug builds in the dynamic x86 core.

  • ripsaw8080 ripsaw8080 committed [r4464]

    Correct handling of invalid encodings of the LEA instruction. Thanks cimarronm.

  • ripsaw8080 ripsaw8080 committed [r4463]

    Add log message for unusual cases where an executable unsafely places its initial stack outside the memory block.

  • ripsaw8080 ripsaw8080 committed [r4462]

    Disable resizing of debug window on Windows platform; prevents the debug display getting messed up on Win10. Thanks siddhartha.

  • ripsaw8080 ripsaw8080 committed [r4461]

    Implement mouse driver function 0x27, fixes Alive - Behind the Moon.

  • ripsaw8080 ripsaw8080 committed [r4460]

    Correct range of extended CRTC registers to initialize for Tseng ET3K, also remove redundant signature for ET4K that is now done in video BIOS.

  • Mike St Mike St created ticket #151

    built-in slip conversion for windows

  • ripsaw8080 ripsaw8080 committed [r4459]

    Remove unused class template.

  • ripsaw8080 ripsaw8080 committed [r4458]

    Fix memory leak that could occur rarely.

  • ripsaw8080 ripsaw8080 committed [r4457]

    Fix regression in r4444: Hercules machine type cursor translation.

  • siddhartha siddhartha posted a comment on ticket #294

    Oh, yes, on my system (can't remember if it was Windows 7 or 10) the scroll bars were still present.

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.