Run 16-bit game without a virtual machine, it is possible - Printable Version +- Drunkard's Walk Forums (http://www.accessdenied-rms.net/forums) +-- Forum: General (http://www.accessdenied-rms.net/forums/forumdisplay.php?fid=1) +--- Forum: General Chatter (http://www.accessdenied-rms.net/forums/forumdisplay.php?fid=2) +--- Thread: Run 16-bit game without a virtual machine, it is possible (/showthread.php?tid=14112) |
Run 16-bit game without a virtual machine, it is possible - GethN7 - 04-07-2021 https://github.com/otya128/winevdm This is basically Wine for 64-bit Windows. 64-bit Windows can't run those retro Windows 3.x games because 64-bit processors don't support 16-bit instructions. The above effectively acts as an on the fly compatibility layer that patches in 32-bit code for 16-bit code so 16-bit stuff will work normally in 64-bit Windows. Screenshot with proof attached. |