[net.lang.pascal] EGA 640X350X16-color graphics with TURBO 3.0

curtis@uwmacc.UUCP (Alan Curtis) (11/21/85)

I've posted a little program to net.sources that uses the
high resolution mode of the EGA on the ECM (enhanced color monitor)
with a PC, or PC/XT, or PC/AT.  The primitives that are included
are plot_point and plot_line (draw line), and of course the proc
to set the high resolution mode.  TURBO doesn't support this 
particular graphics mode, so I've used interrupts to plot the points 
and as such the program is not blazingly fast, but it works (famous last
words).

-Alan Curtis