Hello. How do I activate the 320x200x256 graphics mode (full screen) with the compiler FPC 2.2.4 in Lazarus 0.9.28.2?.
Note: In other compilers use asm mov ax, 13h; Intl 10h; end, and "to plot a pixel [x, y]" mem [$a000:320*y+x]:=color;
If perhaps there is no solution in full screen, Is there a "graphics mode" or "Window" to plot a pixel, provided that the procedure to plot (Pixel) should be is as fast possible in its execution?
"If so, ¿Which?, ¿how active?, and ¿what is the procedure for "plot a pixel?
Thanks.