DOSBox
From Wikipedia, the free encyclopedia
| DOSBox | |
The interface of DOSBox is designed to simulate a DOS-like environment |
|
| Developer: | DOSBox Team |
|---|---|
| Latest release: | 0.70 / March 2, 2007 |
| OS: | Cross-platform |
| Use: | Emulator |
| License: | GPL |
| Website: | dosbox.sourceforge.net/ |
DOSBox is an x86 emulator which creates a DOS-like environment intended for running MS-DOS-based IBM PC compatible programs, especially computer games, which may not run properly on newer PCs and may not run at all on non-IBM PC compatibles (e.g. PowerPC Macintosh). It also allows such games to be run on other operating systems that do not normally support DOS programs or run them too fast with normal compatibility layers. DOSBox is open source and available for many operating systems, such as Linux, FreeBSD, Windows 9x, Windows NT 4.0, Windows 2000, Windows XP, Windows 2003, Windows Vista, Mac OS X, OS/2, Palm OS, RISC OS, and BeOS. Recently, it has even been ported to the GP2X device.[1]
Contents |
- DOSBox is a full CPU emulator, not just a compatibility layer like dosemu or the VDMs of Windows and OS/2, which rely on virtualization capabilities of the 386 family processors. It does not require an x86 CPU or a copy of MS-DOS or any other DOS to run, and it can run games that require the CPU to be in real mode or protected mode.
- Dynamic CPU core: On systems which have the i386 instruction set, dynamic instruction translation can be used. This is significantly faster than interpretive CPU emulation, but is less accurate and reliable.
- Graphics emulation: Text mode, Hercules, CGA (including composite and 160x100x16 tweaked modes), Tandy, EGA, VGA (including Mode X and other tweaks), VESA, and full S3 Trio 64 emulation.
- Sound emulation: Adlib, Gravis Ultrasound, PC speaker, Tandy, Sound Blaster, MPU-401, Creative CMS/GameBlaster, and Disney Soundsource.
- Network emulation: Modem simulation over TCP/IP, allowing for DOS modem games to be played over modern LANs or the Internet. IPX network tunneling, which allows for old IPX DOS multiplayer games to be played as TCP/IP over modern LANs or the Internet. Win32 and Linux specific builds support direct serial port access.
- Shell: It contains its own internal DOS-like shell, rather than being a fully virtual PC emulator like Bochs.
- Bootable images: In addition to its internal shell, DOSBox also supports running image files of games and software originally intended to start without any operating system.
As with most programs that emulate systems, DOSBox requires substantially more computing (particularly processor) power than the original systems, greatly affected by what software the user is running in the emulated system at the time. Moreover, DOS programs that run in protected mode, which include most games released after 1995, may not perform as well as in other emulators such as VMware or Virtual PC, since those programs mostly virtualize the processor instead of emulating it like DOSBox.
Since the GP2X port for DOSBox has suboptimal controls for certain DOS games that require a significant portion of the keyboard, some text-input utilities have been created to suit the limitations of the GP2X and take advantage of the classic features of DOS emulated on the GP2X port.[2] Also, some prescripted games for the GP2X version of DOSBox have been made to take advantage of the emulator.[3] These games and demos for the GP2X version of DOSBox are mostly compiled with QuickBASIC 4.5.[4]
- Official website
- DOSBox wiki – With FAQs and more
- Official DosBox Forum
- D-Fend - DOSBox frontend for Windows
- DOSBoxGui - Multiplatform DOSBox frontend