DOSBox Portable 2025.10.07 freeware

New Version

... customizable configurations. With its user-friendly interface and robust compatibility, DOSBox-X is perfect for retro gaming enthusiasts and ... alike. Whether you're revisiting nostalgia or exploring vintage software, DOSBox-X delivers a se ... ...

Author Jonathan Campbell
Released 2025-10-07
Filesize 39.40 MB
Downloads 953
OS Windows NT, Windows 9X, Windows 11, Windows 10 32/64 bit, Windows 8 32/64 bit, Windows 7 32/64 bit, Windows Vista, Windows XP 32/64 bit
Installation Instal And Uninstall
Keywords DOS emulator, DOS, emulator, emulate, game
Users' rating
(25 rating)
DOSBox PortableSystem MaintenanceWindows NT, Windows 9X, Windows 11, Windows 10 32/64 bit, Windows 8 32/64 bit, Windows 7 32/64 bit, Windows Vista, Windows XP 32/64 bit
Our rating 5 freeware award
DOSBox Portable - free compatibility software Freeware Download Notice

DOSBox Portable Free Download - we do not host any DOSBox Portable torrent files or links of DOSBox Portable on rapidshare.com, depositfiles.com, megaupload.com etc. All DOSBox Portable download links are direct DOSBox Portable download from publisher site or their selected mirrors.

DOSBox Portable freeware - The Latest User Reviews
DOSBox Portable freeware - The Latest Versions History
2025.10.07 Oct 7, 2025 New Release INT 21h AH=4Ah resize memory: Compact free blocks only at or after the segment being resized, as MS-DOS is documented to do (joncampbell123).
INT 21h AH=4Ah resize memory: Fix bug where, if asked to resize a previously freed memory block and the block is not the last block in the MCB chain, and the next block in the MCB chain is also free, the MCB management code would correctly compact free blocks but then allocate according to the old size of the freed MCB block, causing truncation of the MCB chain.
Fix for MCB chain truncation caused by California Games II DOS memory management when running in Tandy graphics mode. (joncampbell123).
Add dosbox.conf option, disabled by default, where if the MCB memory chain is corrupted anywhere past the running program's memory block, and it does anything to cause allocation, a new free memory block is created to satisfy allocations instead of halting emulation. Some DOS programs are a bit sloppy in a way that can corrupt the MCB chain.
When enabled, this behavior matches apparent MS-DOS behavior (joncampbell123).
Debugger: DOS MCBS command now also prints the segment immediately following the last MCB block (joncampbell123).
Tseng ET3000/ET4000: Update Status register 3DAh behavior when emulating
Tseng chipsets to reflect Tseng datasheet, and VGAKIT SVGA detection code expectations. Bit 7 is expected, as documented by Tseng, to be the inverse of bit 3 (vertical retrace). Extended Start Register CRTC 33h must not allow setting the upper 4 bits because Tseng only documents the bottom four, and because VGAKIT requires it for Tseng detection (joncampbell123).
Fix bug that, for machine=hercules, prevented Hercules palette shortcut from changing colors when in graphics mode (joncampbell123).
Remove mixer and VGA capture test modes from integration device. Update integration device version number. Convert hardcoded magic constants used in IG into constants in iglib.h which is now shared explicitly with the iglib.h in DOSLIB. Add integra
2024.12.04 Dec 5, 2024 New Release Arrange memory device allocation so that it is possible to allocate up to about 3900MB of memory instead of 3500MB. (joncampbell123).
Fix S3 LFB PCI base alignment error if system memory pushes it to a higher address (joncampbell123).
Fix EGA 640x350 4-color mode (when EGA memory size is 64KB) to display correctly. Prior to this fix, 640x350 4-color only worked properly if the INT 10h Video Parameter Table was enabled. (joncampbell123).
Fix S3 VGA memory size reported through register CR36 to cap at 4MB and set the value correctly. This fixes a known issue where setting vmemsize to 8MB caused Windows 98 to report memory size as 2.5MB. (joncampbell123).
Fixed a problem when VZ Editor is resident in PC-98 mode. (nanshiki).
INT 10: SVGA mode 0x6A does not exist on plain VGA hardware. (joncampbell123).
INT 10: Fix mode 0x6A (800x600 4-color SVGA) to use a correct dot clock so that the refresh rate is >= 60Hz instead of 37Hz, and make sure mode 0x6A is a 100% clone of VESA BIOS MODE 0x102. (joncampbell123).
Fix MMX/SSE instruction decoding, correct some mistakes in MMX emulation. (joncampbell123).
IMGMAKE: Add -partofs option to allow control of where the partition begins in the image (joncampbell123).
IMGMAKE: Add -align option so that the FAT filesystem can be arranged for more optimal I/O on devices with larger sectors, such as modern 4096-byte/sector drives. (joncampbell123).
IMGMAKE: Add -label option so that the generated FAT filesystem has the specified volume label. (joncampbell123).
MDA emulation: Fix non-blink attributes 0xF0 and 0xF8 to correctly render bright green background. (joncampbell123).
Fixed crash when a CD image was loaded to an "empty" drive (maron2000)
Log loaded .conf file (maron2000)
Supress redundant screen reports in log (maron2000)
Fixed mouse capture locking by middle button (maron2000)
Fixed toggling the menu option "Autolock mouse" did nothing (maron2000)
Fixed build failure with libc++ 19 (DimitryAndric)
Fixed ful
2024.10.01 Oct 2, 2024 New Release Allow the ".inst" extension for CUE sheets. (Allofich)
Add SET /FIRST, a DOSBox-X extension, that takes the specified variable if it exists and moves it to the front of the environment block. (joncampbell123).
SET command processing has been cleaned up and streamlined.
Added /ERASE command line switch to clear the environment block (DOSBox-X extension). (joncampbell123).
VESA BIOS: Add new option to adjust reported linear framebuffer address by a specific number of pixels. This is needed by "Out of Control" by Contract which for whatever reason, will always draw to the LFB base minus 128 bytes. This option makes it possible to correct the demo graphics. (joncampbell123).
Gravis Ultrasound: Officially, registers 0x0-0xF, the voice control registers, are documented to have a 0x0-0xF write and 0x80-0x8F read alias. Unofficially, according to the behavior of 1997 demo "Out of Control" by Contract, all GUS registers have a N and (N+0x80) alias, or at least register 0x4C, and you can read them back from either index. Or else the demo fails to detect the GUS. So add this alias, but only if enabled in dosbox.conf. Real hardware testing is required to know if the actual GUS behaves this way and which versions. (joncampbell123).
Move the INT 3 default vector to well within the initial 16 bytes of the DOS kernel, away from the List of Lists and SFT.
The previous placement caused certain versions of Windows 3.2 (yes, the Chinese version) to crash on startup. (joncampbell123).
When using the running program to name screenshots and such, filter out all invalid characters so that Windows users can take snapshots even if junk characters are there (joncampbell123).
DOS FAT driver: If INT 13h reports disk change, adapt floppy disk geometry to new disk image according to media byte. This allows DS_BLISS to present it's 720K fake floppy even if the user initially mounted a 1.44MB floppy to drive A: (joncampbell123).
INT 10 mode list: Add "pitch"

Most popular System Maintenance freeware downloads

Argente Utilities

3.0.2.9 freeware download

Argente Utilities, developed by Argente Software, is a comprehensive suite designed to optimize, clean, ... for both novice and experienced users. The software is divided into several key modules, each targeting ...

Cygwin

3.6.0 freeware download

... Red Hat Inc., is a robust and versatile software solution designed to provide a Unix-like environment on ... version control systems to network utilities and scientific software. The package manager simplifies the installation and maintenance ...

WhyNotWin11

2.7.0.0 freeware download

... computer's health and readiness for Windows 11. This software acts as a diagnostic tool, offering insights into various aspects of your PC's performance and compatibility. Upon launching PC Health Check, users are ...

New Version

DOSBox Portable

2025.10.07 freeware download

... of MS-DOS and early Windows operating systems. This software stands out in the realm of emulation due ... looking to run a diverse array of classic software and games. One of the standout features ...

New Version
5 freeware award

CPU-Z

2.15 freeware download

... of their computer's hardware. This lightweight yet powerful software provides comprehensive information about your system's central processing ... particularly useful for troubleshooting hardware issues or ensuring compatibility with new components. Memory analysis is another ...

RAMMon

3.3 Build 1000 freeware download

RAMMon, developed by PassMark Software, is a sophisticated yet user-friendly tool designed for ... information about their system's memory modules. This powerful software leverages the SPD (Serial Presence Detect) data stored ...

Disk Monitor Gadget

1.7 freeware download

... Gadget" by VOVSOFT is a streamlined and efficient software tool designed to keep users informed about their ... such as total disk space, used space, and free space, all in a visually appealing format. The ...

MonitorPack Guard

7.3.0 freeware download

... to streamline the oversight of IT infrastructures. This software is engineered to cater to the needs of ... ability to provide real-time monitoring and alerting. The software continuously scans the IT environment, identifying potential issues ...

CopyTrans Drivers Installer

3.103 freeware download

... iPhones, iPads, and iPods on Windows systems. This software is particularly beneficial for users who prefer not ... Installer lies in its simplicity and efficiency. The software eliminates the need for the often cumbersome and ...

Bulk Crap Uninstaller Portable

5.9.0 freeware download

... designed to streamline the process of uninstalling unwanted software from your Windows system. This powerful tool stands ... its portability. This means you can run the software directly from a USB drive or any other ...