Difference between revisions of "WineVDM"

From Emulation General Wiki
Jump to navigation Jump to search
(The last release was a long time ago, point to rolling releases)
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
{{Infobox emulator
 +
|version = 0.7.0
 +
|active = Yes
 +
|platform = Windows
 +
|architecture = x86_64
 +
|target = 16-bit Windows
 +
|developer = otya128, others
 +
|license = GNU GPLv2
 +
|source = [https://github.com/otya128/winevdm GitHub]
 +
}}
 
<!--Not sure if this qualifies as HLE or LLE due to its use of Wine. Can anyone clarify? -->
 
<!--Not sure if this qualifies as HLE or LLE due to its use of Wine. Can anyone clarify? -->
A [[Wine]] fork using [[MAME]]'s 80386 CPU core, along with MS-DOS Player, this emulates kernel/user/GDI calls with other aspects like windowing being passed off to the host OS. Still a work in progress yet it can run simple games like SkiFree, older Microsoft Office versions, and SimCity. Check [https://github.com/otya128/winevdm GitHub] and [https://github.com/otya128/winevdm/releases releases]' pages.
+
'''WineVDM''' is an open-source [[Compatibility layers|compatibility layer]] that emulates kernel/user/GDI calls with other aspects like windowing being passed off to the host OS. It's a fork of [[Wine]] using [[MAME]]'s 80386 CPU core and MS-DOS Player. As of {{CURRENTMONTHNAME}} {{CURRENTYEAR}}, WineVDM is still in its early stages but can run simple games like SkiFree, older Microsoft Office versions, and SimCity. There have been significant improvements since the last release and updated builds can be found at the '''[https://ci.appveyor.com/project/otya128/winevdm project Appveyor]'''
 +
 
 +
==Download==
 +
* '''[https://github.com/otya128/winevdm/releases Official releases]'''
 +
* '''[https://ci.appveyor.com/project/otya128/winevdm Official builds]'''
 +
 
 
[[Category:Emulators]]
 
[[Category:Emulators]]
 
[[Category:Compatibility layers]]
 
[[Category:Compatibility layers]]
 
[[Category:Windows emulation software]]
 
[[Category:Windows emulation software]]

Revision as of 20:11, 10 December 2019

WineVDM
Developer(s) otya128, others
Latest version 0.7.0
Active Yes
Platform(s) Windows
Architecture(s) x86_64
Emulates 16-bit Windows
License GNU GPLv2
Source code GitHub

WineVDM is an open-source compatibility layer that emulates kernel/user/GDI calls with other aspects like windowing being passed off to the host OS. It's a fork of Wine using MAME's 80386 CPU core and MS-DOS Player. As of April 2024, WineVDM is still in its early stages but can run simple games like SkiFree, older Microsoft Office versions, and SimCity. There have been significant improvements since the last release and updated builds can be found at the project Appveyor

Download