]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Mon, 29 Jun 2015 07:49:10 +0000 (02:49 -0500)
committersparky4 <sparky4@cock.li>
Mon, 29 Jun 2015 07:49:10 +0000 (02:49 -0500)
modified:   16/inpu.bat
renamed:    16/inputest.c -> 16/src/inputest.c
renamed:    16/16_in.h -> 16/src/lib/16_in.c
renamed:    16/16_in.c -> 16/src/lib/16_in.h
new file:   16/src/lib/lib_head.h
new file:   16/src/lib/types.h

16/inpu.bat
16/src/inputest.c [moved from 16/inputest.c with 95% similarity]
16/src/lib/16_in.c [moved from 16/16_in.h with 99% similarity]
16/src/lib/16_in.h [moved from 16/16_in.c with 96% similarity]
16/src/lib/lib_head.h [new file with mode: 0644]
16/src/lib/types.h [new file with mode: 0644]

index ba1e4ef12194decccf6885f7e901d04bb068f70c..d7e9313cd2dd7c83c2d5cfa48442e37c5027da0f 100644 (file)
@@ -1,2 +1,2 @@
-wcc -0 -mc 16_in.c
-wcl -mc -0 inputest.c 16_in.obj
\ No newline at end of file
+wcc -0 -mc src\lib\16_in.c
+wcl -mc -0 -l=dos src\inputest.c 16_in.obj
\ No newline at end of file
similarity index 95%
rename from 16/inputest.c
rename to 16/src/inputest.c
index da9a7ee369530f284e96089074351b9ae7a852fb..5df1f39f8acd33569de7ecf77655fff72387d990 100644 (file)
@@ -22,7 +22,7 @@
 /*\r
        input test\r
 */\r
-#include "16_in.h"\r
+#include "src/lib/16_in.h"\r
 \r
 void\r
 main(int argc, char *argv[])\r
similarity index 99%
rename from 16/16_in.h
rename to 16/src/lib/16_in.c
index 3a36fbb21cf111d66a1f4ba5ea768cc8e51279ad..55afb2113ba37fa7b2d1737095b0abdc2ebceaac 100644 (file)
@@ -36,7 +36,7 @@
 //     DEBUG - there are more globals
 //
 
-#include "16_in.h"
+#include "src/lib/16_in.h"
 
 /*\r
 =============================================================================\r
similarity index 96%
rename from 16/16_in.c
rename to 16/src/lib/16_in.h
index 147f17e52c353ef268eab127365d84232a521bdc..410831addc044cbf6c236aa3b6ed848ff88e802a 100644 (file)
@@ -28,7 +28,7 @@
 #define        __16_IN__\r
 
 #include <string.h>\r
-#include "../src/lib/lib_head.h"\r
+#include "src/lib/lib_head.h"\r
 \r
 //++++#ifdef   __DEBUG__\r
 #define        __DEBUG_InputMgr__\r
diff --git a/16/src/lib/lib_head.h b/16/src/lib/lib_head.h
new file mode 100644 (file)
index 0000000..cf50054
--- /dev/null
@@ -0,0 +1,144 @@
+/* Project 16 Source Code~
+ * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669
+ *
+ * This file is part of Project 16.
+ *
+ * Project 16 is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Project 16 is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>, or
+ * write to the Free Software Foundation, Inc., 51 Franklin Street,
+ * Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
+
+#ifndef _LIBHEAD_H_
+#define _LIBHEAD_H_
+#include <i86.h>
+#include <dos.h>
+#include <stdio.h>
+#include <conio.h> // just for wait
+#include <time.h> // just for wait
+#include <stdlib.h>
+#include <ctype.h>
+#include "src/lib/types.h"
+
+/* Control codes for all keys on the keyboard */
+//here temperarly
+/*
+#define KEY_A          (0x1E)
+#define KEY_B          (0x30)
+#define KEY_C          (0x2E)
+#define KEY_D          (0x20)
+#define KEY_E          (0x12)
+#define KEY_F          (0x21)
+#define KEY_G          (0x22)
+#define KEY_H          (0x23)
+#define KEY_I          (0x17)
+#define KEY_J          (0x24)
+#define KEY_K          (0x25)
+#define KEY_L          (0x26)
+#define KEY_M          (0x32)
+#define KEY_N          (0x31)
+#define KEY_O          (0x18)
+#define KEY_P          (0x19)
+#define KEY_Q          (0x10)
+#define KEY_R          (0x13)
+#define KEY_S          (0x1F)
+#define KEY_T          (0x14)
+#define KEY_U          (0x16)
+#define KEY_V          (0x2F)
+#define KEY_W          (0x11)
+#define KEY_X          (0x2D)
+#define KEY_Y          (0x15)
+#define KEY_Z          (0x2C)
+#define KEY_1          (0x02)
+#define KEY_2          (0x03)
+#define KEY_3          (0x04)
+#define KEY_4          (0x05)
+#define KEY_5          (0x06)
+#define KEY_6          (0x07)
+#define KEY_7          (0x08)
+#define KEY_8          (0x09)
+#define KEY_9          (0x0A)
+#define KEY_0          (0x0B)
+#define KEY_DASH               (0x0C)  // -_
+#define KEY_EQUAL              (0x0D)  // =+
+#define KEY_LBRACKET   (0x1A)  // [{
+#define KEY_RBRACKET   (0x1B)  // ]}
+#define KEY_SEMICOLON  (0x27)  // ;:
+#define KEY_RQUOTE     (0x28)  // '"
+#define KEY_LQUOTE     (0x29)  // `~
+#define KEY_PERIOD     (0x33)  // .>
+#define KEY_COMMA              (0x34)  // ,<
+#define KEY_SLASH              (0x35)  // /?
+#define KEY_BACKSLASH  (0x2B)  // \|
+#define KEY_F1         (0x3B)
+#define KEY_F2         (0x3C)
+#define KEY_F3         (0x3D)
+#define KEY_F4         (0x3E)
+#define KEY_F5         (0x3F)
+#define KEY_F6         (0x40)
+#define KEY_F7         (0x41)
+#define KEY_F8         (0x42)
+#define KEY_F9         (0x43)
+#define KEY_F10                (0x44)
+#define KEY_ESC                (0x01)
+#define KEY_BACKSPACE   (0x0E)
+#define KEY_TAB                (0x0F)
+#define KEY_ENTER              (0x1C)
+#define KEY_CONTROL    (0x1D)
+#define KEY_LSHIFT     (0x2A)
+#define KEY_RSHIFT     (0x36)
+#define KEY_PRTSC              (0x37)
+#define KEY_ALT                (0x38)
+#define KEY_SPACE              (0x39)
+#define KEY_CAPSLOCK   (0x3A)
+#define KEY_NUMLOCK    (0x45)
+#define KEY_SCROLLLOCK (0x46)
+#define KEY_HOME               (0x47)
+#define KEY_UP         (0x48)
+#define KEY_PGUP               (0x49)
+#define KEY_MINUS              (0x4A)
+#define KEY_LEFT               (0x4B)
+#define KEY_CENTER     (0x4C)
+#define KEY_RIGHT              (0x4D)
+#define KEY_PLUS               (0x4E)
+#define KEY_END                (0x4F)
+#define KEY_DOWN               (0x50)
+#define KEY_PGDOWN     (0x51)
+#define KEY_INS                (0x52)
+#define KEY_DEL                (0x53)
+
+#define KEY_LWIN               (0x73)
+#define KEY_RWIN               (0x74)
+#define KEY_MENU               (0x75)
+*/
+
+static dword far* clockdw= (dword far*) 0x046C; /* 18.2hz clock */
+
+#define        nil     ((void *)0)
+
+#define peekb(segm,ofs) (*(byte far*)MK_FP((segm),(ofs)))\r
+#define peekw(segm,ofs) (*(word far*)MK_FP((segm),(ofs)))\r
+#define pokeb(segm,ofs,value) (peekb((segm),(ofs)) = (byte)(value))\r
+#define pokew(segm,ofs,value) (peekw((segm),(ofs)) = (word)(value))\r
+
+typedef union REGPACK  regs_t;
+typedef        enum    {false,true}    boolean;
+
+void wait(clock_t wait);
+void* AllocateLargestFreeBlock(size_t* Size);
+size_t GetFreeSize(void);
+long int filesize(FILE *fp);
+int US_CheckParm(char *parm,char **strings);
+
+#endif/*_LIBHEAD_H_*/
diff --git a/16/src/lib/types.h b/16/src/lib/types.h
new file mode 100644 (file)
index 0000000..2055c20
--- /dev/null
@@ -0,0 +1,37 @@
+/* Project 16 Source Code~\r
+ * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669\r
+ *\r
+ * This file is part of Project 16.\r
+ *\r
+ * Project 16 is free software; you can redistribute it and/or modify\r
+ * it under the terms of the GNU General Public License as published by\r
+ * the Free Software Foundation; either version 3 of the License, or\r
+ * (at your option) any later version.\r
+ *\r
+ * Project 16 is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>, or\r
+ * write to the Free Software Foundation, Inc., 51 Franklin Street,\r
+ * Fifth Floor, Boston, MA 02110-1301 USA.\r
+ *\r
+ */\r
+/*\r
+ * Just some handy typedefs that make it easier to think about the low\r
+ * level code\r
+ */\r
+\r
+#ifndef _TYPE_H_\r
+#define _TYPE_H_\r
+\r
+typedef unsigned char byte;\r
+typedef unsigned short word;\r
+typedef unsigned long  dword;\r
+typedef signed char sbyte;\r
+typedef signed short sword;\r
+typedef signed long sdword;\r
+\r
+#endif/*_TYPE_H_*/\r