Related Keywords
original downloadsoriginal game downloads
original music composition downloads
original designs downloads
original engine downloads
original clocks downloads
original idea downloads
original document layout downloads
original pac man downloads
original pacman downloads
original file splitter downloads
original tetris downloads
original baby names downloads
original sound track downloads
original font downloads
original digital painting downloads
original date created downloads
original list downloads
original file manager downloads
29 original transitional downloads
Top Software Keywords
repair downloadsram downloads
optimize downloads
windows downloads
registry fix downloads
system downloads
free downloads
clean downloads
performance downloads
utility downloads
speed downloads
disk downloads
optimizer downloads
startup downloads
registry downloads
registry cleaner downloads
cleaner downloads
internet downloads
memory downloads
vista boot downloads
tweak downloads
uninstall downloads
ram optimizer downloads
vista x64 downloads
defrag downloads
faster downloads
security downloads
remove downloads
disk cleaner downloads
vista defrag downloads
Vista Download
Vista downloadVista antivirus download
Vista wallpaper download
Vista wallpapers download
Vista themes download
Vista pack download
Vista ultimate download
Vista home download
Vista basic download
Vista business download
Vista x64 download
Vista transformation download
Vista transformation pack download
Vista boot download
Vista dvd download
Vista sidebar download
Vista aero download
Vista product key download
Featured Download

Advanced
SystemCare
Speed up, repair &
clean PC system in
1 click

Smart Game
Booster
Free PC game
booster and
optimizer

DeskTool
Access your apps
from a floating
toolbar
Top Downloads
Top Rated
Navigation: Home
\ System Utilities
\ System Maintenance \ DOSBox Portable
DOSBox Portable2024.12.04 by Jonathan Campbell |
![]() |
Software Description:
DOSBox-X, developed by Jonathan Campbell, is an advanced emulator that brings the classic DOS experience to modern systems. It supports a wide range of DOS applications and games, offering enhanced features like improved graphics, sound emulation, and customizable configurations. With its user-friendly interface and robust compatibility, DOSBox-X is perfect for retro gaming enthusiasts and developers alike. Whether you're revisiting nostalgia or exploring vintage software, DOSBox-X delivers a se ... ...
type: Open Source
Download DOSBox Portablecategories: DOSBox-X, download DOSBox-X, DOSBox-X free download, DOS emulator, run DOS application, DOS game emulator, DOS, emulator, emulate, game Add to Download Basket Report virus or spyware |
![]() [ Zoom screenshot ] |
|
Software Info | |
Best Vista Download periodically updates pricing and software information of DOSBox Portable full version from the publisher,
but some information may be out-of-date. You should confirm all information. Software piracy is theft, using crack, warez passwords, patches, serial numbers, registration codes, key generator, keymaker or keygen for DOSBox Portable license key is illegal and prevent future development of DOSBox Portable. Download links are directly from our mirrors or publisher's website, DOSBox Portable torrent files or shared files from rapidshare, yousendit or megaupload are not allowed! |
|
Released: | December 05, 2024 |
Filesize: | 38.60 MB |
Platform: | Windows 11, Windows 10 32/64 bit, Windows 8 32/64 bit, Windows 7 32/64 bit, Windows Vista, Windows XP 32/64 bit |
Install | Instal And Uninstall |
Add Your Review or Windows Vista Compatibility Report |
DOSBox Portable- Releases History |
Software: | DOSBox Portable 2024.12.04 |
Date Released: | Dec 5, 2024 |
Status: | New Release |
Release Notes: | 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 |
Software: | DOSBox Portable 2024.10.01 |
Date Released: | Oct 2, 2024 |
Status: | New Release |
Release Notes: | 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" |
Software: | DOSBox Portable 0.74.3 |
Date Released: | Jul 3, 2019 |
Status: | New Release |
Release Notes: | 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. |
Most popular original in System Maintenance downloads for Vista |
WinGuggle 2.5 download by UnlockForUs
... application that can Set, Change and Backup your Original Equipment Manufacturer's Information. It can also get your ... Information Settings * Reset to Default Restores the Original Settings * Your Anti-Virus will not give any ...
type: Freeware
View Details
Download
categories: recover registration key, Vista key recovery, change OEM logo, retrieve, change, product key, win guggle |
![]() |
WinToFlash 1.13.0000 download by Novicorp
... about scratches on the disc or misplacing your original media discs once you transfer their contents to the flash drive. The optical drive is quickly becoming a thing of the ...
type: Freeware
View Details
Download
categories: Win To Flash, Windows to USB, USB installer, Transfer, Win2flash, Win2USB |
![]() ![]() ![]() ![]() ![]() ![]() |
Steel Network Inventory 3.0.1 download by SteelSonic Technical Services
... Inventory lets you take a snapshot of the original configuration and informs you when there is a change in the configuration either in Hardware or Software. 1. Hardware configurations of ...
View Details
Download
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Core Temp Gadget 2.7 download by ALCPU
The original Core Temp Gadget, brought to you by Core Temp's developer, Arthur Liberman. Monitor your processor temperature, load, frequency and VID settings with a visual representation via a graph ...
type: Freeware
View Details
Download
categories: gadget core temp i7 i5 i3 pentium celeron xeon sempron athlon phenom opteron performance heat monitoring frequency speed temperature system processor cpu chip |
![]() ![]() ![]() ![]() ![]() ![]() |
iMyfone-Umate 2.8.5.0 download by Shenzhen iMyfone Technology Co., Ltd.
... as save more free space for entertainment. Moreover, original photos will be backed up automatically before compression. ...
type: Shareware ($19.95)
View Details
Download
categories: takecareiphone, iMyfone, iphone cleaner, mac cleaner, free up space on iphone, iphone clean, ipad cleaner. |
![]() |
Mz Cpu Accelerator 4.1.0 download by Michael Zacharias
Mz CPU Accelerator is an application that automatically changes the priority of the foreground window, by allocating more CPU power to the currently active application (program-game). It automatically de-allocates CPU priority ...
type: Freeware
View Details
Download
categories: cpu accelerator, application optimizer, accelerate cpu, cpu, optimizer, accelerate, MzCpuAccelerator |
![]() ![]() |
DOSBox Portable 2024.12.04 download by Jonathan Campbell
... DOSBox-X is built upon the foundation of the original DOSBox project, but it significantly expands upon it with a plethora of enhancements and customizations. It supports a wide range of ...
type: Open Source
View Details
Download
categories: DOSBox-X, download DOSBox-X, DOSBox-X free download, DOS emulator, run DOS application, DOS game emulator, DOS, emulator, emulate, game |
![]() |
MAGIX PC Check and Tuning 2012 download by MAGIX Entertainment
... of strained computers will be returned to their original speed. Advantages: - Automatic tuning with 1-Click Check ... achieving results that were nearly equal to their original performance. Optimize your old PC before thinking about ...
View Details
Download
|
![]() |
Tweaking.Com Windows Repair 4.4.5 download by Tweaking.Com
Tweaking.com - Windows Repairs section as always been completely free for personal use. We offer a Pro version. adds features like automatic updates, an enhanced drive cleaner, memory cleaner, speed tweaks ...
View Details
Download
|
![]() |
UpdateStar Local Backup 4 download by UpdateStar
... an external USB stick the software copies the original files as well as all changed versions of ... checks whether there have been changes to the original files or folders that are already on the ...
type: Demo ($19.95)
View Details
Download
categories: updatestar, backup, data security, automatically, photos, synchronization |
![]() |