Mateusz' DOS Routines

Mateusz' DOS Routines (MDR) is a C library designed to simplify the development of real-mode DOS applications. Over many years, I created various routines while developing my own applications. This library serves as a centralized collection, bringing them all together for easier access and reuse. I am sharing it in case other retro enthusiasts find it helpful.

The library is targeted at the Open Watcom compiler. It may work with other C compilers, though I wouldn't know or care about it.

All routines were created by Mateusz Viste and are published under the terms of the MIT license.

Download

Documentation is contained within header (*.H) files.

Subversion repository

MDR files can also be fetched through svn:

svn co svn://svn.code.sf.net/p/mdrlib/code mdr

Online source browser here.