WineHQ

DOSBox: Difference between revisions

(Initial import)
 
(→‎See also: fix DOSBox SVN links; get rid of camelcase in Category)
Line 15: Line 15:


=== See also ===
=== See also ===
[http://dosbox.svn.sourceforge.net/viewvc/dosbox/dosbox/trunk/src/dos/dos_programs.cpp?revision=3736&view=markup DOSBox commit for changing the Z-Drive]  
[http://sourceforge.net/p/dosbox/code-0/3736/tree/ DOSBox commit for changing the Z-Drive]  
([http://dosbox.svn.sourceforge.net/viewvc/dosbox/dosbox/trunk/src/dos/dos_programs.cpp?r1=3729&r2=3736 diff])
([http://sourceforge.net/p/dosbox/code-0/3736 diff])


[http://dosbox.svn.sourceforge.net/viewvc/dosbox/dosbox/trunk/src/dos/drive_cache.cpp?revision=3743&view=markup DOSBox commit for Wine style name mangling]  
[http://sourceforge.net/p/dosbox/code-0/3743/tree/ DOSBox commit for Wine style name mangling]  
([http://dosbox.svn.sourceforge.net/viewvc/dosbox/dosbox/trunk/src/dos/drive_cache.cpp?r1=3700&r2=3743 diff])
([http://sourceforge.net/p/dosbox/code-0/3743/ diff])
----
----
[[Category:Development]] [[Category:ThirdParty]]
[[Category:Development]] [[Category:Third Party]]

Revision as of 21:40, 24 January 2016

DOSBox

DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox also emulates CPU:286/386 realmode/protected mode. We use it to replace our Virtual 8086 Mode.

We started searching for native dosbox on non-x86 targets with wine-1.3.12. For Wine releases 1.3.30 and later, we added code in Wine and DOSBox for more compatiblity. The updated DOSBox code is currently only available in the SVN Version and will be included in DOSBox 0.75.

Since 0.75 is still not released, we rely on packagers to include the two patches mentioned below, for example since October 2015 Debian and Ubuntu ships them in their dosbox 0.74-4.1

Related Wine Bugs

Bug 25887

Bug 26423

See also

DOSBox commit for changing the Z-Drive (diff)

DOSBox commit for Wine style name mangling (diff)


This page was last edited on 24 January 2016, at 21:40.