Disabling Memory-Mapped Video Output

Vermont Views will, as the default, perform memory-mapped video output when running on a memory-mapped console. Memory-mapped output can be disabled so that the console operates in the terminal mode.

If you want the computer to run in the terminal mode, place the following statement prior to vv_init() in your main program:

_wnmemmap = 0;

Warning: Never set _wnmemmap = 1.


Home Contents Previous Next