// Joypad // // Version Date Author Description // -------------------------------------------------------------------------- // 0.01 24/06/01 BWW Initial implementation #include #include "planner.h" #include "funcprototypes.h" #include "pad.h" extern int up,down,left,right; extern int Debug; // Define the buffers extern volatile u_char *bb0, *bb1; u_long PadRead(); static long CheckPad ();