]> 4ch.mooo.com Git - 16.git/blob - src/0.h
0.exe now shows what the hell is going on on page 2 while the user can switch to...
[16.git] / src / 0.h
1 #ifndef __TESUTO_0_H__
2 #define __TESUTO_0_H__
3
4 #include "src/lib/16_head.h"
5 #include "src/lib/modex16.h"
6 #include "src/lib/16_in.h"
7
8 #include <hw/cpu/cpu.h>
9 #include <hw/dos/dos.h>
10 #include <hw/vga/vga.h>
11 #include <hw/vga/vrl.h>
12
13 typedef unsigned char far *VGA_RAM_PTR;
14 #endif