X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftesuto.h;h=29a09d1770f096b3ea61f062bfdc5fa2b1f9d6a1;hb=48a59b737b260f4ae17210137c19486d1cc42eb3;hp=994b6c9c2dadd40abb1e3065d0cdc0fffae67013;hpb=6ccf6cfeba7b61965a53eb87f821405bf2548c1d;p=16.git diff --git a/src/tesuto.h b/src/tesuto.h index 994b6c9c..29a09d17 100755 --- a/src/tesuto.h +++ b/src/tesuto.h @@ -1,18 +1,23 @@ -#ifndef __TESUTO_H__ -#define __TESUTO_H__ - -#include "src/lib/16_head.h" -#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 - -/*static inline void vga_write_sequencer(unsigned char i,unsigned char c) { - outp(0x3C4,i); - outp(0x3C5,c); -}*/ -#endif +#ifndef __TESUTO_H__ +#define __TESUTO_H__ + +#include "src/lib/testpatt.h" +#include "src/lib/16_head.h" +#include "src/lib/16_vl.h" +#include "src/lib/16_in.h" +#include "src/lib/scroll16.h" +#include "src/lib/16_spri.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 + +/*static inline void vga_write_sequencer(unsigned char i,unsigned char c) { + outp(0x3C4,i); + outp(0x3C5,c); +}*/ +#endif