]> 4ch.mooo.com Git - 16.git/blobdiff - src/tesuto.h
cleanup, get working, linking to DOSLIB, also build step to make
[16.git] / src / tesuto.h
index e2bdeae7faa321d9bf7cc54221e82c23a9ad4487..8703081de59879c4690222b33df0fcc9d128dcb3 100755 (executable)
@@ -7,9 +7,9 @@
 #include "src/lib/doslib/hw/dos/dos.h"
 
 
-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
+//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);