X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftesuto.h;h=2464962f7889afc8b34ba5bf5fb009c3a06d928c;hb=ab7178cd4cfa5f75d0388d0322db7512bc9a6f20;hp=66b87fc8b2bcdf9b31fbbd88ceaa68c1340ab790;hpb=46e42c89e37ff73a65cc8e2ab59a50c86d236142;p=16.git diff --git a/src/tesuto.h b/src/tesuto.h index 66b87fc8..2464962f 100755 --- a/src/tesuto.h +++ b/src/tesuto.h @@ -2,13 +2,15 @@ #define __TESUTO_H__ #include "src/lib/16_head.h" -#include "src/lib/doslib/hw/vga/vga.h" -#include "src/lib/doslib/hw/dos/dos.h" -#include "src/lib/doslib/hw/cpu/cpu.h" +#include "src/lib/modex16.h" +#include +#include +#include +#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 +//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);