nuclear@0: A short trip back in time in the days of 16bit graphics programming for MS-DOS nuclear@0: in VGA mode 13h. nuclear@0: nuclear@0: Copyright (C) 2011 John Tsiombikas nuclear@0: Feel free to use, modify and redistribute this code under the terms of the GNU nuclear@0: General Public License version 3 (or at your option any later version published nuclear@0: by the free software foundation). See COPYING for details. nuclear@0: nuclear@0: interesting source code files: nuclear@0: - mingl.c: quick & dirty 256-color renderer with a vaguely GL-like interface. nuclear@0: - vga.c: denthoresque vga mode 13h driver. nuclear@0: - timer.c: DOS timer and 8254 code. nuclear@0: nuclear@0: To compile this you need Borland C, any version should do. Just type make. nuclear@0: nuclear@0: Special thanks to the vim project for providing a DOS version of vim, without it nuclear@0: this would be much less enjoyable.