Skip to content
/ dxemu Public

DirectDraw and DirectInput emulation layer for old games on modern computers

Notifications You must be signed in to change notification settings

bit-hack/dxemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DXEMU

DXEMU is an emulation layer for playing old games that require an early version of DirectX.

The primary use here is to enable old games that use DirectX to be fully playable again with modern versions of Windows. It reimplements the DirectDraw and DirectInput API using only portable Win32 and GDI calls.

Modern operating systems and hardware have developed far from what was in use at the time these old games were released. This has lead to many problems when running old games as many incompatibilities have developed. By reimplementing the DirectX APIs we can provide the same interface an old game expects and emulate the expected behaviour correctly for modern PCs.

Using DXEMU

  • Unzip the latest DLL files from the "release" folder into the same folder as your games executable

Features

  • Bypass "exclusive mode" allowing old games to run in a window, cooperatively with other applications.
  • Fix color palette issues caused by using the original DirectDraw.
  • Privileged instruction handler

Supported games

  • Fallout 1
  • Fallout 2
  • Diablo
  • The Curse Of Monkey Island Demo

Roadmap

  • Reduce keyboard and mouse input lag
  • Support more DirectDraw and DirectInput functionality
  • Implement DirectSound API
  • Implement a config file for customizations
  • Implement a log file for diagnostics
  • Remove any hardcoded game support
  • Support more games
    • Command & Conquer
    • Warcraft 2
    • Theme Hospital
    • Dungeon Keeper (non D3D)
    • Abes Oddysse
    • Age of empires

Screenshots

References

  • Tricks of the Windows Game Programming Gurus
  • Windows Graphics Programming
  • MSDN
  • DDraw.h and DInput.h

About

DirectDraw and DirectInput emulation layer for old games on modern computers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages