OSDN Git Service

added a file which explains something important
[proj16/16.git] / src / tesuto.h
1 #ifndef __TESUTO_H__\r
2 #define __TESUTO_H__\r
3 \r
4 #include "src/lib/testpatt.h"\r
5 #include "src/lib/16_head.h"\r
6 #include "src/lib/16_vl.h"\r
7 #include "src/lib/16_in.h"\r
8 #include "src/lib/scroll16.h"\r
9 #include "src/lib/16_spri.h"\r
10 #include <hw/cpu/cpu.h>\r
11 #include <hw/dos/dos.h>\r
12 #include <hw/vga/vga.h>\r
13 #include <hw/vga/vrl.h>\r
14 \r
15 typedef unsigned char far *VGA_RAM_PTR;\r
16 //VGA_RAM_PTR vga_graphics_ram = (VGA_RAM_PTR)MK_FP(0xA000,0x0000);\r
17 //unsigned char vga_stride = 80; // 80 x 4 = 320 for 320-pixel wide modes\r
18 \r
19 /*static inline void vga_write_sequencer(unsigned char i,unsigned char c) {\r
20     outp(0x3C4,i);\r
21     outp(0x3C5,c);\r
22 }*/\r
23 #endif\r