X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftesuto.c;h=b05591daa850d4dd335d8b64edf4033fd4750c15;hb=478f33ccda78380f282de0b6da4b59803c7a7b58;hp=4ad302e9196987db772c5600fcce029c8e16d9f7;hpb=05a4fb28404feccd112319779fe73c795ff445ec;p=16.git diff --git a/src/tesuto.c b/src/tesuto.c index 4ad302e9..b05591da 100755 --- a/src/tesuto.c +++ b/src/tesuto.c @@ -1,5 +1,14 @@ #include +/*typedef unsigned char far *VGA_RAM_PTR; +VGA_RAM_PTR vga_graphics_ram = (VGA_RAM_PTR)MK_FP(0xA000,0x0000); +unsigned char vga_stride = 80; // 80 x 4 = 320 for 320-pixel wide modes + +static inline void vga_write_sequencer(unsigned char i,unsigned char c) { + outp(0x3C4,i); + outp(0x3C5,c); +}*/ + void main() { printf("pee\n");