]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_head.h
modified: 16.exe
[16.git] / src / lib / 16_head.h
index 95292d5da43394989fceb6da57036bdda86e4f46..2bb380febd530be11f5f5c3ad862c457bbef9444 100644 (file)
  *
  */
 
+#if !defined(__LARGE__) && !defined(__COMPACT__) && !defined(__HUGE__)
+#error Invalid memory model for compiling project 16
+#endif
+
+#if !defined(__i86__) && defined(__i386__)
+#error i8088 only
+#endif
+
 #ifndef _LIBHEAD_H_
 #define _LIBHEAD_H_
 #include <i86.h>
 #define KEY_MENU               (0x75)
 */
 
-static dword far* clockdw= (dword far*) 0x046C; /* 18.2hz clock */
+//static dword far* clockdw= (dword far*) 0x046C; /* 18.2hz clock */
+static dword clockdw=0;
 
 #define        nil     ((void *)0)