Difference between revisions of "System Requirements"

From DOSBoxWiki
Jump to navigationJump to search
m
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
Only requirement is a port of [http://www.libsdl.org libsdl] for your system. DOSBox should compile on every system with a decent C++ compiler like GCC.
+
The main requirement is a port of [http://www.libsdl.org libsdl] for your system. DOSBox should compile on every system with a decent C++ compiler like GCC.
 
----
 
----
  
The system requirements for smooth gaming vary depending on the system requirements for the original game, the desired gameplay experience, and the hardware being emulated.
+
Minimum requirements for Win32 port to run are minimum requirements for Windows 9x and SVGA card. But system requirements for smooth gaming depend on the requirements of the concrete game and the hardware choosen to be emulated in DOSBox.
  
Protected mode games are very resource-demanding. Although they will likely run on a 1 GHz machine, it is unlikely they will run quickly or smoothly. Be sure to read the sections on [[SpecialKeys|special function keys]] used by DOSBox, and how to run [[RunningResourceDemandingGames|resource demanding games]].
+
Protected mode games are more resource-demanding. Although they will likely run on a 1 GHz machine, it is unlikely they will run quickly or smoothly. Be sure to read the sections on [[SpecialKeys|special function keys]] used by DOSBox, and how to run [[RunningResourceDemandingGames|resource demanding games]].
 
 
=== Rough CPU Equivalency Chart ===
 
{| border="1" cellspacing="0"  style="text-align:center"
 
! Host Architecture!!Host CPU Speed!!Emulated CPU Class (dynamic core)!!Comments
 
|-
 
||x86 (Pentium II)||400 MHz||386||
 
|-
 
||x86 (Duron)||800 MHz||486||
 
|-
 
||x86 (Pentium III)||1.0 GHz||high-end 486||
 
|-
 
||x86 (Pentium M)||1.8 GHz||Pentium II||
 
|-
 
||x86 (Athlon XP)||1.8 GHz||Pentium II||
 
|-
 
||x86 (Athlon 64)||1.8 GHz||Pentium III||
 
|-
 
||x86 (Core 2 Duo)||(any speed)||Pentium III||
 
|-
 
||Apple G3||500 MHz||3/486-class||Games tested: Leisure Suit Larry 6, Fuzzy's World of Miniature Space Golf. Extrapolated from ~50% CPU usage on a 1GHz G4.
 
|-
 
||Apple G4||1.0 GHz||486-class||Performance adequate for most DOS games. SVGA likely to be too much.
 
|}
 
  
 
== See also ==
 
== See also ==
 
* [[Performance]]
 
* [[Performance]]

Latest revision as of 19:27, 22 May 2015

The main requirement is a port of libsdl for your system. DOSBox should compile on every system with a decent C++ compiler like GCC.


Minimum requirements for Win32 port to run are minimum requirements for Windows 9x and SVGA card. But system requirements for smooth gaming depend on the requirements of the concrete game and the hardware choosen to be emulated in DOSBox.

Protected mode games are more resource-demanding. Although they will likely run on a 1 GHz machine, it is unlikely they will run quickly or smoothly. Be sure to read the sections on special function keys used by DOSBox, and how to run resource demanding games.

See also