DOSBox Portable full changelog
DOSBox Portable 2024.12.04
released 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
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
DOSBox Portable 2024.10.01
released 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"
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"
DOSBox Portable 0.74.3
released Jul 3, 2019 (New Release)
Fixed that a very long line inside a bat file would overflow the parsing buffer. (CVE-2019-7165 by Alexandre Bartel)
Added a basic permission system so that a program running inside DOSBox can't access the contents of /proc (e.g. /proc/self/mem) when / or /proc were (to be) mounted. (CVE-2019-12594 by Alexandre Bartel)
Several other fixes for out of bounds access and buffer overflows.
Some fixes to the OpenGL rendering.
Added a basic permission system so that a program running inside DOSBox can't access the contents of /proc (e.g. /proc/self/mem) when / or /proc were (to be) mounted. (CVE-2019-12594 by Alexandre Bartel)
Several other fixes for out of bounds access and buffer overflows.
Some fixes to the OpenGL rendering.
DOSBox Portable 0.74.2
released Sep 3, 2018 (New Release)
Rewrite auto/max cycles algorithm to work better with windows 7, other OSes might benefit as well.
Update 64bit recompiler to work on OSX and Linux.
Several improvements to make the recompilers work with newer compilers and add some workarounds about clang confusing itself.
Fix several variables being the wrong size in the recompiler.
Update 64bit recompiler to work on OSX and Linux.
Several improvements to make the recompilers work with newer compilers and add some workarounds about clang confusing itself.
Fix several variables being the wrong size in the recompiler.
DOSBox Portable 0.74
released May 19, 2010 (New Release)
· Support for more graphics modes and cards.
· Improved Vista support.
· New OPL emulation cores.
· Sound fixes and improvements for Mac OS X.
· Lots of compatibility fixes.
· Lots of cdrom detection improvements.
· Lots of memory (EMS/XMS) improvements.
· Various fixes and enhancements for the recompiling core.
· Support for evdev.
· Lots of DOS fixes.
· Slightly faster!
· More stable.
· Improved Vista support.
· New OPL emulation cores.
· Sound fixes and improvements for Mac OS X.
· Lots of compatibility fixes.
· Lots of cdrom detection improvements.
· Lots of memory (EMS/XMS) improvements.
· Various fixes and enhancements for the recompiling core.
· Support for evdev.
· Lots of DOS fixes.
· Slightly faster!
· More stable.
DOSBox Portable for Windows 7 - free download notice
Windows 7 Download periodically updates software information of DOSBox Portable from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Ripper Pro
50% Off -
MacX Media Management Bundle
70% Off -
MacX DVD Video Converter
58% Off -
Media Player Morpher
85% Off -
MacX Video Converter Pro
56% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Windows 7 Service Pack 1 7601.17514.1011
- Autoruns for Windows 14.11
- Argus Monitor 7.2.2 Build 3011
- IObit Uninstaller Portable 14.2.0.2
- Smart Game Booster 5.3.1.692
- Advanced SystemCare 18.2.0.222
- Real Temp 3.70
- Advanced Serial Data Logger Enterprise 5.0.5 Build 107
- AVG-PC Tuneup 24.4 Build 17418
- Windows 7 Manager 5.2.0
- DOSBox Portable 2024.12.04
- Adobe AIR Launchpad 51.1.3.4
- Portable Wise Registry Cleaner 11.1.9 Build 724
- Notepad++ Plugin Manager 2.4.2
- The Dude 7.18.2
- Advanced SystemCare Professional 14.2.0
- Revo Uninstaller Pro 2.5.7
- Portable Glary Utilities 6.19.0.23
- DriverHive 3.0.7 B1244
- MiTeC Task Manager DeLuxe 4.8.9.0
Popular Tags
disk
windows
boost
repair
registry
tune
spyware
disk cleaner
registry cleaner
ram
clean
defrag
speed
security
performance
driver
utility
vista
faster
tweak
remove
startup
optimizer
system
optimize
cleaner
memory
uninstall
backup
cpu
Popular Windows 7 Software
- Avro Keyboard 5.6.0.0
- Ghostscript (x64 bit) 10.03.1
- Windows 7
- System Optimizer and Cleaner Software 7.0
- Windows 7 Service Pack 1 7601.17514.1011
- Memory Card Data Recovery Freeware Tool 2.2.1.4
- OST2PST Converter Free 6.6 6.6
- CubexSoft PDF Merge Tool 1.1
- PST Repair 17.0
- Stellar Data Recovery Professional 12.0.0.0
- USB Repair 8.7.3.1
- OST Viewer Software 2.5
- Data Recovery Software 7.8.3.1
- View and Read Outlook PST emails 5.0
- Office 365 Email Backup Tool 21.9
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.