Free DOS emulator software for Mac to run old DOS game!

DOSBox for Mac

DOSBox for Mac

  -  3.99 MB  -  Open Source
  • Latest Version

    DOSBox 0.74-3-3 LATEST

  • Review by

    Jack Taylor

  • Operating System

    Mac OS X 10.4 or later

  • User Rating

    Click to vote
  • Author / Product

    DOSBox Team / External Link

  • Filename

    DOSBox-0.74-3-3.dmg

  • MD5 Checksum

    46ee63676e95c7049f0fd6032ff5923c

DOSBox for Mac is a powerful and versatile macOS emulator that allows you to run legacy DOS (Disk Operating System) applications and games on modern Windows, macOS, Linux, and other operating systems.

Developed as an open-source project, it has become a go-to solution for users looking to relive the nostalgia of classic DOS-era software on contemporary hardware.

Main Features

Cross-Platform Compatibility: DOSBox is available for Windows, macOS, Linux, and various other platforms, ensuring accessibility to a wide audience.

Emulated Hardware Support: It emulates a complete DOS environment, including CPU, graphics, sound, and input devices, enabling compatibility with a vast library of software and games.

Customizable Configuration: It offers an extensive configuration file that allows users to fine-tune emulation settings to match the requirements of specific software titles.

Mounting Drives and Folders: You can mount virtual drives and directories, simulating the behavior of physical floppy disks, CD-ROMs, and hard drives, making it easy to access files and programs.

Support for Various Input Devices: It supports game controllers, joysticks, and even mouse input, ensuring a seamless experience when playing vintage games.

DOS Printer Emulation: It allows you to print documents from DOS applications to modern printers by emulating the output to a PDF file.

Network Support: It includes basic networking capabilities, allowing multiplayer gameplay and file sharing between virtual DOS machines.

Command Line Parameters

dosbox      
[name] [-exit] [-c command] [-fullscreen] [-userconf]
[-conf congfigfilelocation] [-lang languagefilelocation]
[-machine machine type] [-noconsole] [-startmapper] [-noautoexec]
[-securemode] [-scaler scaler | -forcescaler scaler] [-version]
[-socket socket]

dosbox -version
dosbox -editconf program
dosbox -opencaptures program
dosbox -printconf
dosbox -eraseconf
dosbox -erasemapper

name
If "name" is a directory it will mount that as the C: drive.
If "name" is an executable it will mount the directory of "name"
as the C: drive and execute "name".

exit
It will close itself when the DOS application "name" ends.

c command
Runs the specified command before running "name". Multiple commands can be specified. Each command should start with "-c" though. A command can be: an Internal Program, a DOS command or an executable on a mounted drive.

fullscreen
Starts the program in fullscreen mode.

userconf
Start program with the users specific configuration file. Can be used together with multiple -conf parameters, but -userconf will always be loaded before them.

conf configfilelocation
Start tool with the options specified in "configfilelocation". Multiple -conf options may be present. See Section 13 for more details.

lang languagefilelocation
Start app using the language specified in "languagefilelocation". See Section 14 for more details.

startmapper
Enter the keymapper directly on startup. Useful for people with keyboard problems.

noautoexec
Skips the [autoexec] section of the loaded configuration file.

securemode
Same as -noautoexec, but adds config.com -securemode at the bottom of AUTOEXEC.BAT (which in turn disables any changes to how the drives are mounted inside the program).

scaler scaler
Uses the scaler specified by "scaler". See the configuration file for the available scalers.

forcescaler scaler
Similar to the -scaler parameter, but tries to force usage of the specified scaler even if it might not fit.

version
output version information and exit. Useful for frontends.

editconf program
calls program with as first parameter the configuration file. You can specify this command more than once. In this case, it will move to second program if the first one fails to start.

opencaptures program
calls program with as first parameter the location of the captures folder.

printconf
prints the location of the default configuration file.

resetconf
removes the default configuration file.

resetmapper
removes the mapperfile used by the default clean configuration file.

socket
passes the socket number to the nullmodem emulation.

User Interface

It has a text-based command-line interface (CLI), which might be intimidating for some users who are not familiar with DOS commands.

However, there are several front-end graphical user interfaces (GUIs) available that make it more user-friendly by providing an intuitive way to manage configurations and launch DOS applications.

Installation and Setup

Installing the software is straightforward for most operating systems. You can typically download it from the official website or your platform's package manager.

Once installed, configuring the app can be a bit complex, as it requires editing the configuration file to match the specifications of the software you want to run. However, there are ample online resources and guides available to assist users in this process.

How to Use

Install DOS Software: First, you need to have your DOS software or games ready, which might be in the form of installation files or disk images.

Mount Drives: Use the mount command to mount directories or disk images as virtual drives within the program.

Run Software: Launch your DOS applications or games by navigating to the appropriate drive letter and executing the program.

Customize Configuration: Adjust DOSBox's configuration file to optimize performance and compatibility for specific applications.

FAQ

Is DOSBox for Mac legal to use?
Yes, the program is legal to use. It is an open-source project released under the GNU General Public License (GPL).

How can I speed up DOSBox?
You can increase the emulation speed by adjusting the CPU cycles in the configuration file. Experiment with different values to find the right balance between speed and compatibility.

What are the system requirements for DOSBox?
DOSBox is lightweight and can run on a wide range of hardware, making it suitable for older and modern systems alike.

Pricing

The software is open-source and completely FREE to use.

It's available for download without any licensing fees, making it an excellent choice for budget-conscious users.

System Requirements
  • OS: macOS 10.12 and later
  • CPU: 486 or higher (Pentium recommended for better performance)
  • RAM: 16 MB (32 MB or more recommended)
  • Hard Drive Space: A few MB for the app and additional space for DOS software
PROS
  • Cross-platform compatibility
  • Extensive configuration options
  • Excellent compatibility with DOS software and games
  • Lightweight and efficient
CONS
  • Command-line interface can be intimidating for beginners
  • Configuring DOS games can be complex for some users
  • It's been a long time since there was an update on the official website.
Also Available: Download DOSBox for Windows

  • DOSBox 0.74-3-3 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    DOSBox 0.74-3-3 Screenshot 1
  • DOSBox 0.74-3-3 Screenshot 2
  • DOSBox 0.74-3-3 Screenshot 3

What's new in this version:

- Implement basic file access control for files available from within the emulation, so that programs running inside DOSBox can't access /proc (e.g. /proc/self/mem)
- Unify unmounting code and add some protections against out of bound access when DOS_DRIVES is not 26
- Use correct type for return value of strlen
- Change scan3x to a bit brighter
- Fix unitialized access to some isoDrive fields and improve stability when switching CD images
- Small fix to hq3x
- Fix 256 colour mode encoding in zmbv.dll
- Some small aliassing fix
- Change SET to check the size of the MCB when adding variables. Fixes hangs with Norton Commander
- Check buffer length before doing tab completion
- Correct buffer overflow with very long lines in bat files
- Correct the boundary check for the internal programs array
- Increase stability in max cycles mode by increasing the lower bound
- Fix command prompt in windows 3.11 with dynrec core
- Fix Win64 dynrec core
- Always clear buffers before drawing in OpenGL mode. Fixes artifacts with drivers that have more than 2 buffers and overlays
- Fix red border that appeared when scaling the image in OpenGL mode with Nvidia on Linux and Mac
- Change default output to opengl on Mac, as surface is very slow there in 64 bit
- Add workaround for the mouse unlocking problem with X.org 1.20.1
- Fix table access when USE_FULL_TLB is undefined (non-default configuration)
- Several fixes to prevent compilation errors
- Update Visual studio file to fix missing files from 0.74-2