Design
graph_pr.asc
Associated article: Graphics Programming
Tags: Design
_GRAPHICS PROGRAMMING COLUMN_ by Michael Abrash [LISTING ONE] ; Mode X (320x240, 256 colors) mode set routine. Works on all VGAs. ; C near-callable as: ; void Set320x240Mode(void); ; Tested with TASM 2.0. ; Modified from public-domain mode set code by John Bridges. SC_...


