]> 4ch.mooo.com Git - 16.git/blob - src/lib/16_head.h
FICK!!!!! i need super legit help!
[16.git] / src / lib / 16_head.h
1 /* Project 16 Source Code~
2  * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669
3  *
4  * This file is part of Project 16.
5  *
6  * Project 16 is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 3 of the License, or
9  * (at your option) any later version.
10  *
11  * Project 16 is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program.  If not, see <http://www.gnu.org/licenses/>, or
18  * write to the Free Software Foundation, Inc., 51 Franklin Street,
19  * Fifth Floor, Boston, MA 02110-1301 USA.
20  *
21  */
22
23 #if !defined(__LARGE__) && !defined(__COMPACT__) && !defined(__HUGE__)
24 #error Invalid memory model for compiling project 16
25 #endif
26
27 #if !defined(__i86__) && defined(__i386__)
28 #error i8088 only
29 #endif
30
31 #ifndef _LIBHEAD_H_
32 #define _LIBHEAD_H_
33 #include <i86.h>
34 #include <dos.h>
35 #include <stdio.h>
36 #include <conio.h> // just for wait
37 #include <time.h> // just for wait
38 #include <stdlib.h>
39 #include <malloc.h>
40 #include <ctype.h>
41 #include <unistd.h>\r
42 #include <fcntl.h>\r
43 #include <sys/stat.h>
44 #include "src/lib/types.h"
45
46 /* Control codes for all keys on the keyboard */
47 //here temperarly
48 /*
49 #define KEY_A           (0x1E)
50 #define KEY_B           (0x30)
51 #define KEY_C           (0x2E)
52 #define KEY_D           (0x20)
53 #define KEY_E           (0x12)
54 #define KEY_F           (0x21)
55 #define KEY_G           (0x22)
56 #define KEY_H           (0x23)
57 #define KEY_I           (0x17)
58 #define KEY_J           (0x24)
59 #define KEY_K           (0x25)
60 #define KEY_L           (0x26)
61 #define KEY_M           (0x32)
62 #define KEY_N           (0x31)
63 #define KEY_O           (0x18)
64 #define KEY_P           (0x19)
65 #define KEY_Q           (0x10)
66 #define KEY_R           (0x13)
67 #define KEY_S           (0x1F)
68 #define KEY_T           (0x14)
69 #define KEY_U           (0x16)
70 #define KEY_V           (0x2F)
71 #define KEY_W           (0x11)
72 #define KEY_X           (0x2D)
73 #define KEY_Y           (0x15)
74 #define KEY_Z           (0x2C)
75 #define KEY_1           (0x02)
76 #define KEY_2           (0x03)
77 #define KEY_3           (0x04)
78 #define KEY_4           (0x05)
79 #define KEY_5           (0x06)
80 #define KEY_6           (0x07)
81 #define KEY_7           (0x08)
82 #define KEY_8           (0x09)
83 #define KEY_9           (0x0A)
84 #define KEY_0           (0x0B)
85 #define KEY_DASH                (0x0C)  // -_
86 #define KEY_EQUAL               (0x0D)  // =+
87 #define KEY_LBRACKET    (0x1A)  // [{
88 #define KEY_RBRACKET    (0x1B)  // ]}
89 #define KEY_SEMICOLON   (0x27)  // ;:
90 #define KEY_RQUOTE      (0x28)  // '"
91 #define KEY_LQUOTE      (0x29)  // `~
92 #define KEY_PERIOD      (0x33)  // .>
93 #define KEY_COMMA               (0x34)  // ,<
94 #define KEY_SLASH               (0x35)  // /?
95 #define KEY_BACKSLASH   (0x2B)  // \|
96 #define KEY_F1          (0x3B)
97 #define KEY_F2          (0x3C)
98 #define KEY_F3          (0x3D)
99 #define KEY_F4          (0x3E)
100 #define KEY_F5          (0x3F)
101 #define KEY_F6          (0x40)
102 #define KEY_F7          (0x41)
103 #define KEY_F8          (0x42)
104 #define KEY_F9          (0x43)
105 #define KEY_F10         (0x44)
106 #define KEY_ESC         (0x01)
107 #define KEY_BACKSPACE   (0x0E)
108 #define KEY_TAB         (0x0F)
109 #define KEY_ENTER               (0x1C)
110 #define KEY_CONTROL     (0x1D)
111 #define KEY_LSHIFT      (0x2A)
112 #define KEY_RSHIFT      (0x36)
113 #define KEY_PRTSC               (0x37)
114 #define KEY_ALT         (0x38)
115 #define KEY_SPACE               (0x39)
116 #define KEY_CAPSLOCK    (0x3A)
117 #define KEY_NUMLOCK     (0x45)
118 #define KEY_SCROLLLOCK  (0x46)
119 #define KEY_HOME                (0x47)
120 #define KEY_UP          (0x48)
121 #define KEY_PGUP                (0x49)
122 #define KEY_MINUS               (0x4A)
123 #define KEY_LEFT                (0x4B)
124 #define KEY_CENTER      (0x4C)
125 #define KEY_RIGHT               (0x4D)
126 #define KEY_PLUS                (0x4E)
127 #define KEY_END         (0x4F)
128 #define KEY_DOWN                (0x50)
129 #define KEY_PGDOWN      (0x51)
130 #define KEY_INS         (0x52)
131 #define KEY_DEL         (0x53)
132
133 #define KEY_LWIN                (0x73)
134 #define KEY_RWIN                (0x74)
135 #define KEY_MENU                (0x75)
136 */
137
138 static dword far* clockdw= (dword far*) 0x046C; /* 18.2hz clock */
139 //static dword clockdw=0;
140 extern  int                     profilehandle,debughandle;
141
142 #define nil     ((void *)0)
143
144 #define __DEBUG__
145
146 #define peekb(segm,ofs) (*(byte far*)MK_FP((segm),(ofs)))\r
147 #define peekw(segm,ofs) (*(word far*)MK_FP((segm),(ofs)))\r
148 #define pokeb(segm,ofs,value) (peekb((segm),(ofs)) = (byte)(value))\r
149 #define pokew(segm,ofs,value) (peekw((segm),(ofs)) = (word)(value))\r
150
151 typedef union REGPACK   regs_t;
152 typedef enum    {false,true}    boolean;
153
154 /* local function */\r
155 void wait(clock_t wait);
156 void* AllocateLargestFreeBlock(size_t* Size);
157 size_t GetFreeSize(void);
158 void far *AllocateLargestFarFreeBlock(size_t far* Size);
159 size_t GetFarFreeSize(void);
160 long int filesize(FILE *fp);
161 int US_CheckParm(char *parm,char **strings);
162
163 extern void CA_OpenDebug (void);\r
164 extern void CA_CloseDebug (void);
165
166 #endif/*_LIBHEAD_H_*/