#include #include #include /* textmode(moodi) ja getch() l”ytyv„t t„„lt„! */ #define putpixel(x, y, c) _farpokeb( _dos_ds, 0xA0000+(y)*320+(x), c) void main() { textmode(0x13); putpixel(319, 199, 150); getch(); textmode(0x3); }