X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=280625853eded3f601a10c0d38c07fb19bfa66e4;hb=ddf0f7c950011c570d0c0a35ad9b2dea8d5d1160;hp=6cdf2514c1905eba0e13dc280cf42435dde9f1f9;hpb=b21fed9969cd357cd0aff8040453aa0677592de0;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 6cdf2514..28062585 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -29,6 +29,7 @@ #include #include "src/lib/16_head.h" +#include "src/lib/timer.h" #include "src/lib/bitmap.h" #ifdef __DEBUG__ @@ -36,10 +37,12 @@ #endif #ifdef __DEBUG_InputMgr__ -#define TESTKEYIN +//#define TESTKEYIN //#define TESTCONTROLNOISY #endif +static boolean testkeyin,testcontrolnoisy; + #define KeyInt 9 // The keyboard ISR number // Stuff for the joystick @@ -254,8 +257,6 @@ typedef struct static word DemoOffset,DemoSize; #endif -extern dword far* clockdw; - // Internal routines extern void interrupt INL_KeyService(); extern void Mouse(int x);